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. <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
  87. <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
  88. <script src="https://www.google.com/recaptcha/api.js" async defer></script>
  89.  
  90. <script>
  91.    AOS.init();
  92. </script>
  93. <style>
  94.  
  95.    @media (min-width: 1025px) {
  96.        .sticky__btn {
  97.            position: fixed;
  98.            top: 22%;
  99.            right: 0;
  100.            transform-origin: bottom right;
  101.            z-index: 1;
  102.        }
  103.    }
  104.  
  105.    [data-aos=fade-left] {
  106.        transform: translate3d(100px, 0, 0);
  107.    }
  108.  
  109.    .counter-cards {
  110.        display: flex;
  111.        flex-wrap: wrap;
  112.        gap: 20px;
  113.        justify-content: center;
  114.        align-items: center;
  115.    }
  116.  
  117.    .counter-cards__item {
  118.        width: 250px;
  119.        height: 150px;
  120.        display: flex;
  121.        flex-direction: column;
  122.        justify-content: center;
  123.        align-items: center;
  124.        border-radius: 10px;
  125.        transition: transform 0.3s ease, background-color 0.5s ease;
  126.        position: relative;
  127.        overflow: hidden;
  128.        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  129.    }
  130.  
  131.    .counter-cards__item--yellow {
  132.        background-color: #f8cd26;
  133.    }
  134.  
  135.    .counter-cards__item--green {
  136.        background-color: #78C000;
  137.    }
  138.  
  139.    .counter-cards__item--red {
  140.        background-color: #FF6F61;
  141.    }
  142.  
  143.    /* Hover Animation */
  144.    .counter-cards__item:hover {
  145.        transform: scale(1.05);
  146.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  147.    }
  148.  
  149.    .counter-cards__number {
  150.        font-size: 2rem;
  151.        font-weight: bold;
  152.        color: #fff;
  153.        animation: fadeInNumber 0.8s ease-in-out;
  154.    }
  155.  
  156.    .counter-cards__item p {
  157.        font-size: 1rem;
  158.        color: #fff;
  159.        text-align: center;
  160.        margin: 0;
  161.        padding: 0 10px;
  162.        opacity: 0;
  163.        animation: fadeInText 1s ease-in-out forwards;
  164.    }
  165.  
  166.    /* Keyframes for fade-in */
  167.    @keyframes fadeInNumber {
  168.        0% {
  169.            opacity: 0;
  170.            transform: translateY(-10px);
  171.        }
  172.        100% {
  173.            opacity: 1;
  174.            transform: translateY(0);
  175.        }
  176.    }
  177.  
  178.    @keyframes fadeInText {
  179.        0% {
  180.            opacity: 0;
  181.            transform: translateY(10px);
  182.        }
  183.        100% {
  184.            opacity: 1;
  185.            transform: translateY(0);
  186.        }
  187.    }
  188.  
  189.  
  190.    /* Container to hold the marquee */
  191.    .marquee-container {
  192.        overflow: hidden;
  193.        width: 100%;
  194.        background-color: #f9f9f9; /* Optional: Set background color */
  195.        padding: 20px 0;
  196.    }
  197.  
  198.    /* Marquee wrapper */
  199.    .marquee {
  200.        display: flex;
  201.        gap: 20px; /* Spacing between images */
  202.        animation: marquee-animation 20s linear infinite; /* Smooth scrolling animation */
  203.    }
  204.  
  205.    /* Individual marquee items */
  206.    .marquee-item img {
  207.        height: 100px; /* Smaller image size */
  208.        object-fit: contain;
  209.        padding: 10px;
  210.        border: 1px solid #ddd; /* Add border for style */
  211.        border-radius: 10px; /* Rounded corners */
  212.        background-color: #fff; /* Background for images */
  213.        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  214.    }
  215.  
  216.    /* Keyframes for marquee effect */
  217.    @keyframes marquee-animation {
  218.        0% {
  219.            transform: translateX(0%);
  220.        }
  221.        100% {
  222.            transform: translateX(-50%);
  223.        }
  224.    }
  225.  
  226.    .sticky__btn {
  227.        position: fixed;
  228.        top: 40%;
  229.        right: 0;
  230.        transform: translateY(-50%); /* Centers the button vertically */
  231.        z-index: 1000; /* Ensures the button is on top of other content */
  232.        display: flex;
  233.        flex-direction: column;
  234.        gap: 30px; /* Increased space between buttons */
  235.        padding: 15px 0; /* Padding for vertical spacing */
  236.        align-items: center; /* Align buttons to the center */
  237.    }
  238.  
  239.    .sticky__btn ul {
  240.        list-style: none;
  241.        margin: 0;
  242.        padding: 0;
  243.    }
  244.  
  245.    .sticky__btn ul li {
  246.        margin: 0;
  247.        padding: 0;
  248.        width: auto; /* Remove fixed width for content-based sizing */
  249.    }
  250.  
  251.    .sticky__btn ul li a {
  252.        text-decoration: none;
  253.        color: white;
  254.        font-weight: bold;
  255.        font-size: 16px; /* Slightly increased font size */
  256.        display: block;
  257.        padding: 10px 30px; /* Increased padding for better clarity */
  258.        background-color: #FF4500; /* Background color for buttons */
  259.        border-radius: 25px; /* Rounded corners */
  260.        text-align: center;
  261.        transform: rotate(-90deg); /* Rotate the text */
  262.        transform-origin: right center; /* Rotation origin to the right edge */
  263.        white-space: nowrap; /* Prevent text from wrapping */
  264.        transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  265.        box-sizing: border-box; /* Ensures padding and border are included in the element's total width/height */
  266.        margin-right: 24px;
  267.  
  268.    }
  269.  
  270.    .sticky__btn ul li a:hover {
  271.        background-color: #FF6347; /* Hover background color */
  272.        transform: rotate(-90deg) scale(1.05); /* Zoom effect on hover */
  273.        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Subtle shadow for hover effect */
  274.    }
  275.  
  276.    /* AOS Animations */
  277.    [data-aos^="fade"][data-aos^="fade"].aos-animate {
  278.        opacity: 1;
  279.        transform: translateZ(0);
  280.    }
  281.  
  282.    [data-aos][data-aos][data-aos-easing="ease"],
  283.    body[data-aos-easing="ease"] [data-aos] {
  284.        transition-timing-function: ease;
  285.    }
  286.  
  287.    [data-aos][data-aos][data-aos-duration="800"],
  288.    body[data-aos-duration="800"] [data-aos] {
  289.        transition-duration: 0.8s;
  290.    }
  291.  
  292.    [data-aos^="fade"][data-aos^="fade"] {
  293.        opacity: 0;
  294.        transition-property: opacity, transform;
  295.    }
  296.  
  297.  
  298.    .events-container {
  299.        position: relative;
  300.        padding: 10px;
  301.        border-radius: 12px;
  302.        background: white;
  303.        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  304.    }
  305.  
  306.    .events-title {
  307.        font-weight: 800;
  308.        color: #212529;
  309.        margin-bottom: 30px;
  310.        display: inline-block;
  311.        position: relative;
  312.    }
  313.  
  314.    .events-title::after {
  315.        content: "";
  316.        position: absolute;
  317.        width: 70%;
  318.        height: 4px;
  319.        background: linear-gradient(135deg, #3a7bd5, #00d2ff);
  320.        bottom: -10px;
  321.        left: 0;
  322.        border-radius: 2px;
  323.    }
  324.  
  325.    .event-item {
  326.        position: relative;
  327.      
  328.        margin-bottom: 20px;
  329.        border-radius: 8px;
  330.        background-color: #fff;
  331.        transition: all 0.3s ease;
  332.      
  333.    }
  334.  
  335.  
  336.  
  337.    .event-date-badge {
  338.        position: absolute;
  339.        top: 20px;
  340.        right: 20px;
  341.        padding: 6px 12px;
  342.        border-radius: 20px;
  343.        font-size: 0.8rem;
  344.        font-weight: 600;
  345.        color: white;
  346.        background: linear-gradient(135deg, #3a7bd5, #00d2ff);
  347.    }
  348.  
  349.    .event-title {
  350.        font-weight: 700;
  351.        color: #343a40;
  352.        margin-bottom: 8px;
  353.        padding-right: 100px;
  354.    }
  355.  
  356.    .event-subtitle {
  357.        color: #6c757d;
  358.        font-size: 0.95rem;
  359.        margin-bottom: 10px;
  360.    }
  361.  
  362.    .event-desc {
  363.        color: #495057;
  364.        font-size: 0.9rem;
  365.        margin-bottom: 15px;
  366.    }
  367.  
  368.    .view-all-btn {
  369.        display: block;
  370.        width: 100%;
  371.        padding: 12px;
  372.        text-align: center;
  373.        border-radius: 8px;
  374.        background: linear-gradient(135deg, #3a7bd5, #00d2ff);
  375.        color: white;
  376.        font-weight: 600;
  377.        border: none;
  378.        transition: all 0.3s ease;
  379.        text-decoration: none;
  380.        margin-top: 15px;
  381.    }
  382.  
  383.    .view-all-btn:hover {
  384.        background: linear-gradient(135deg, #3a7bd5, #00d2ff);
  385.        box-shadow: 0 5px 15px rgba(255, 126, 95, 0.3);
  386.        color: white;
  387.    }
  388.  
  389.    .event-tag {
  390.        display: inline-block;
  391.        padding: 4px 10px;
  392.        font-size: 0.7rem;
  393.        font-weight: 600;
  394.        background-color: #f8f9fa;
  395.        color: #6c757d;
  396.        border-radius: 4px;
  397.        margin-right: 5px;
  398.    }
  399.  
  400.    .news-container {
  401.        max-width: 100%;
  402.  
  403.        margin: 0 auto;
  404.        border-radius: 12px;
  405.        overflow: hidden;
  406.        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  407.        background-color: #fff;
  408.    }
  409.  
  410.    .news-header {
  411.        background: linear-gradient(135deg, #192f59, #3498db);
  412.        color: white;
  413.        padding: 32px 20px;
  414.        display: flex;
  415.        align-items: center;
  416.        margin-top: -49px;
  417.        justify-content: space-between;
  418.    }
  419.  
  420.    .news-header h4 {
  421.        margin: 0;
  422.        font-weight: 600;
  423.    }
  424.  
  425.    .marquee-container {
  426.        height: 150px;
  427.        overflow-y: hidden;
  428.        position: relative;
  429.    }
  430.  
  431.    .marquee-container2 {
  432.        height: 450px;
  433.        overflow-y: hidden;
  434.        position: relative;
  435.    }
  436.  
  437.    .marquee-content {
  438.        padding: 0;
  439.        animation: scroll-y 25s linear infinite;
  440.        position: relative;
  441.    }
  442.  
  443.    .marquee-content:hover {
  444.        animation-play-state: paused;
  445.    }
  446.  
  447.    @keyframes scroll-y {
  448.        0% {
  449.            transform: translateY(0);
  450.        }
  451.        100% {
  452.            transform: translateY(-50%);
  453.        }
  454.    }
  455.  
  456.    .news-item {
  457.        padding: 15px 20px;
  458.        border-bottom: 1px solid #e9ecef;
  459.        display: flex;
  460.        transition: all 0.3s ease;
  461.    }
  462.  
  463.    .news-item:hover {
  464.        background-color: #f8f9fa;
  465.    }
  466.  
  467.    .news-date {
  468.        min-width: 80px;
  469.        text-align: center;
  470.        background-color: #e9ecef;
  471.        border-radius: 4px;
  472.        padding: 5px;
  473.        font-size: 0.75rem;
  474.        font-weight: 600;
  475.        color: #495057;
  476.        height: fit-content;
  477.        display: flex;
  478.        flex-direction: column;
  479.    }
  480.  
  481.    .news-date .day {
  482.        font-size: 1.2rem;
  483.        font-weight: 700;
  484.        color: #3a7bd5;
  485.    }
  486.  
  487.    .news-content {
  488.        margin-left: 15px;
  489.        flex: 1;
  490.    }
  491.  
  492.    .news-title {
  493.        font-weight: 600;
  494.        margin-bottom: 5px;
  495.        color: #343a40;
  496.    }
  497.  
  498.    .news-desc {
  499.        font-size: 0.85rem;
  500.        color: #6c757d;
  501.        margin-bottom: 8px;
  502.    }
  503.  
  504.    .news-tag {
  505.        display: inline-block;
  506.        padding: 2px 8px;
  507.        background-color: #e9ecef;
  508.        border-radius: 20px;
  509.        font-size: 0.7rem;
  510.        color: #495057;
  511.        margin-right: 5px;
  512.    }
  513.  
  514.    .news-footer {
  515.        padding: 12px;
  516.        text-align: center;
  517.        background-color: #f8f9fa;
  518.        border-top: 1px solid #e9ecef;
  519.    }
  520.  
  521.    .news-footer a {
  522.        color: #3a7bd5;
  523.        text-decoration: none;
  524.        font-weight: 600;
  525.        font-size: 0.9rem;
  526.    }
  527.  
  528.    .news-indicator {
  529.        width: 8px;
  530.        height: 8px;
  531.        border-radius: 50%;
  532.        display: inline-block;
  533.        margin-right: 8px;
  534.    }
  535.  
  536.    .indicator-new {
  537.        background-color: #38b000;
  538.        box-shadow: 0 0 0 3px rgba(56, 176, 0, 0.2);
  539.    }
  540.  
  541.    .indicator-important {
  542.        background-color: #e63946;
  543.        box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.2);
  544.    }
  545.  
  546.    .indicator-update {
  547.        background-color: #ff9e00;
  548.        box-shadow: 0 0 0 3px rgba(255, 158, 0, 0.2);
  549.    }
  550.  
  551.    /* Add a fading effect at top and bottom */
  552.    .marquee-container::before,
  553.    .marquee-container::after {
  554.        content: "";
  555.        position: absolute;
  556.        z-index: 2;
  557.        left: 0;
  558.        right: 0;
  559.        height: 30px;
  560.        pointer-events: none;
  561.    }
  562.  
  563.    .marquee-container::before {
  564.        top: 0;
  565.        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  566.    }
  567.  
  568.    .marquee-container::after {
  569.        bottom: 0;
  570.        background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  571.    }
  572.  
  573.    /* Controls */
  574.    .news-controls {
  575.        display: flex;
  576.        gap: 10px;
  577.    }
  578.  
  579.    .control-btn {
  580.        background: rgba(255, 255, 255, 0.2);
  581.        border: none;
  582.        width: 30px;
  583.        height: 30px;
  584.        border-radius: 50%;
  585.        display: flex;
  586.        align-items: center;
  587.        justify-content: center;
  588.        color: white;
  589.        cursor: pointer;
  590.        transition: all 0.2s ease;
  591.    }
  592.  
  593.    .control-btn:hover {
  594.        background: rgba(255, 255, 255, 0.4);
  595.    }
  596.  
  597.  
  598.    .section-title {
  599.        position: relative;
  600.        margin-bottom: 2rem;
  601.    }
  602.  
  603.    .section-title h2 {
  604.        font-weight: 700;
  605.        color: var(--secondary-color);
  606.        position: relative;
  607.        display: inline-block;
  608.        padding-bottom: 0.5rem;
  609.    }
  610. .flip_header {
  611.    font-weight: 700;
  612.    color: white;
  613.    font-size: 1.8rem;
  614.    position: relative;
  615.    display: inline-block;
  616.    padding-bottom: 8px;
  617. }
  618.  
  619. .flip_header::after {
  620.    content: "";
  621.    position: absolute;
  622.    left: 0;
  623.    bottom: 0;
  624.    height: 3px;
  625.    width: 100%;
  626.    background-color: #000000; /* Nice teal or any accent color */
  627.    border-radius: 2px;
  628.    transition: width 0.3s ease-in-out;
  629. }
  630.  
  631.    .section-title h2::after {
  632.        content: '';
  633.        position: absolute;
  634.        left: 0;
  635.        bottom: 0;
  636.        width: 70%;
  637.        height: 3px;
  638.        background: var(--primary-color);
  639.        transition: width var(--transition-speed);
  640.    }
  641.  
  642.    .section-title h2:hover::after {
  643.        width: 100%;
  644.    }
  645.  
  646.  
  647.    .btn-primary:hover {
  648.        background-color: var(--dark-color);
  649.        border-color: var(--dark-color);
  650.        transform: translateY(-3px);
  651.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  652.    }
  653.  
  654.    .news-container {
  655.        padding: 3rem 0;
  656.    }
  657.  
  658.  
  659.    .news-card:hover {
  660.        transform: translateY(-10px);
  661.        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  662.    }
  663.  
  664.    .news-thumb {
  665.        position: relative;
  666.        overflow: hidden;
  667.        height: 250px;
  668.    }
  669.  
  670.    .news-thumb img {
  671.        width: 100%;
  672.        height: 100%;
  673.        object-fit: cover;
  674.        transition: transform var(--transition-speed);
  675.    }
  676.  
  677.    .news-card:hover .news-thumb img {
  678.        transform: scale(1.05);
  679.    }
  680.  
  681.    .news-category {
  682.        position: absolute;
  683.        top: 15px;
  684.        left: 15px;
  685.        background-color: var(--primary-color);
  686.        color: white;
  687.        padding: 5px 15px;
  688.        border-radius: 20px;
  689.        font-size: 0.8rem;
  690.        font-weight: 600;
  691.        z-index: 1;
  692.    }
  693.  
  694.    .news-body {
  695.        padding: 1.5rem;
  696.    }
  697.  
  698.    .news-title {
  699.        font-weight: 700;
  700.        margin-bottom: 1rem;
  701.        color: var(--dark-color);
  702.    }
  703.  
  704.    .news-date {
  705.        color: #7f8c8d;
  706.        font-size: 0.9rem;
  707.        margin-bottom: 0.5rem;
  708.    }
  709.  
  710.    .news-text {
  711.        color: #34495e;
  712.        margin-bottom: 1rem;
  713.    }
  714.  
  715.    .news-link {
  716.        color: var(--primary-color);
  717.        font-weight: 600;
  718.        display: inline-flex;
  719.        align-items: center;
  720.        text-decoration: none;
  721.        transition: all var(--transition-speed);
  722.    }
  723.  
  724.    .news-link:hover {
  725.        color: var(--dark-color);
  726.    }
  727.  
  728.    .news-link i {
  729.        margin-left: 0.5rem;
  730.        transition: transform var(--transition-speed);
  731.    }
  732.  
  733.    .news-link:hover i {
  734.        transform: translateX(5px);
  735.    }
  736.  
  737.  
  738.    /* Fade In Animation */
  739.    @keyframes fadeIn {
  740.        from {
  741.            opacity: 0;
  742.            transform: translateY(20px);
  743.        }
  744.        to {
  745.            opacity: 1;
  746.            transform: translateY(0);
  747.        }
  748.    }
  749.  
  750.    .animate-in {
  751.        animation: fadeIn 0.5s ease forwards;
  752.    }
  753.  
  754.    /* Responsive Adjustments */
  755.    @media (max-width: 767px) {
  756.        .section-title h2 {
  757.            font-size: 1.5rem;
  758.        }
  759.  
  760.        .news-card {
  761.            margin-bottom: 2rem;
  762.        }
  763.    }
  764.  
  765.    .card {
  766.        min-height: 595px;
  767.        border-radius: 12px;
  768.        overflow: hidden;
  769.        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  770.        transform: translateY(0);
  771.        transition: transform 0.3s ease, box-shadow 0.3s ease;
  772.    }
  773.  
  774.    .card:hover {
  775.        transform: translateY(-10px);
  776.        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  777.    }
  778.  
  779.    .card-header {
  780.        background: linear-gradient(135deg, #192f59, #3498db);
  781.        color: white;
  782.        padding: 20px;
  783.        position: relative;
  784.        overflow: hidden;
  785.    }
  786.  
  787.    .card-header h2 {
  788.        position: relative;
  789.        z-index: 1;
  790.        font-size: 24px;
  791.        margin-bottom: 5px;
  792.        font-weight: 600;
  793.        animation: fadeIn 0.8s ease-in-out forwards;
  794.    }
  795.  
  796.    .bubble {
  797.        position: absolute;
  798.        border-radius: 50%;
  799.        background: rgba(255, 255, 255, 0.1);
  800.        animation: bubbleFloat 8s infinite linear;
  801.    }
  802.  
  803.    .bubble:nth-child(1) {
  804.        width: 60px;
  805.        height: 60px;
  806.        top: -20px;
  807.        left: 10%;
  808.        animation-delay: 0s;
  809.        animation-duration: 10s;
  810.    }
  811.  
  812.    .bubble:nth-child(2) {
  813.        width: 80px;
  814.        height: 80px;
  815.        top: 30px;
  816.        right: -30px;
  817.        animation-delay: 1s;
  818.        animation-duration: 12s;
  819.    }
  820.  
  821.    .bubble:nth-child(3) {
  822.        width: 40px;
  823.        height: 40px;
  824.        bottom: -10px;
  825.        left: 30%;
  826.        animation-delay: 2s;
  827.        animation-duration: 9s;
  828.    }
  829.  
  830.    .card-content {
  831.        height: 480px;
  832.        overflow-y: auto;
  833.        padding: 0;
  834.        background: white;
  835.    }
  836.  
  837.    .bulletin-list {
  838.        list-style: none;
  839.        padding: 0;
  840.    }
  841.  
  842.    .bulletin-item {
  843.        padding: 15px 20px;
  844.        border-bottom: 1px solid #eee;
  845.        transition: background-color 0.3s ease;
  846.        animation: slideIn 0.5s ease-out forwards;
  847.        opacity: 0;
  848.        transform: translateY(20px);
  849.    }
  850.  
  851.    .bulletin-item:hover {
  852.        background-color: #f8f9fa;
  853.    }
  854.  
  855.    .bulletin-item a {
  856.        display: flex;
  857.        align-items: center;
  858.        color: #1030d4;
  859.        text-decoration: none;
  860.        font-weight: 500;
  861.        transition: color 0.3s ease;
  862.    }
  863.  
  864.    .bulletin-item a:hover {
  865.        color: #192f59;
  866.    }
  867.  
  868.    .bulletin-item .dot {
  869.        color: #3498db;
  870.        margin-right: 10px;
  871.        font-size: 12px;
  872.        animation: pulse 2s infinite;
  873.    }
  874.  
  875.    .bulletin-item:nth-child(even) {
  876.        animation-delay: 0.1s;
  877.    }
  878.  
  879.    .bulletin-item:nth-child(odd) {
  880.        animation-delay: 0.2s;
  881.    }
  882.  
  883.    /* Custom scrollbar */
  884.    .card-content::-webkit-scrollbar {
  885.        width: 8px;
  886.    }
  887.  
  888.    .card-content::-webkit-scrollbar-track {
  889.        background: #f1f1f1;
  890.    }
  891.  
  892.    .card-content::-webkit-scrollbar-thumb {
  893.        background: #c1d1e3;
  894.        border-radius: 4px;
  895.    }
  896.  
  897.    .card-content::-webkit-scrollbar-thumb:hover {
  898.        background: #3498db;
  899.    }
  900.  
  901.    @keyframes slideIn {
  902.        0% {
  903.            opacity: 0;
  904.            transform: translateY(20px);
  905.        }
  906.        100% {
  907.            opacity: 1;
  908.            transform: translateY(0);
  909.        }
  910.    }
  911.  
  912.    @keyframes fadeIn {
  913.        0% {
  914.            opacity: 0;
  915.        }
  916.        100% {
  917.            opacity: 1;
  918.        }
  919.    }
  920.  
  921.    @keyframes bubbleFloat {
  922.        0% {
  923.            transform: translateY(0) rotate(0deg);
  924.        }
  925.        50% {
  926.            transform: translateY(-20px) rotate(180deg);
  927.        }
  928.        100% {
  929.            transform: translateY(0) rotate(360deg);
  930.        }
  931.    }
  932.  
  933.    @keyframes pulse {
  934.        0% {
  935.            transform: scale(1);
  936.            opacity: 0.8;
  937.        }
  938.        50% {
  939.            transform: scale(1.2);
  940.            opacity: 1;
  941.        }
  942.        100% {
  943.            transform: scale(1);
  944.            opacity: 0.8;
  945.        }
  946.    }
  947.  
  948.    * {
  949.        margin: 0;
  950.        padding: 0;
  951.        box-sizing: border-box;
  952.        font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
  953.    }
  954.  
  955.    body {
  956.        background-color: #f8f9fa;
  957.        color: #333;
  958.        line-height: 1.6;
  959.    }
  960.  
  961.    .section {
  962.        padding: 80px 0;
  963.    }
  964.  
  965.    .container {
  966.        max-width: 1200px;
  967.        margin: 0 auto;
  968.        padding: 0 20px;
  969.    }
  970.  
  971.    /* Section header */
  972.    .section-header {
  973.        text-align: center;
  974.        margin-bottom: 60px;
  975.    }
  976.  
  977.    .section-title {
  978.        font-size: 2.5rem;
  979.        font-weight: 700;
  980.        color: #2d3748;
  981.        margin-bottom: 15px;
  982.        position: relative;
  983.        display: inline-block;
  984.    }
  985.  
  986.    .section-title::after {
  987.        content: '';
  988.        position: absolute;
  989.        bottom: -10px;
  990.        left: 50%;
  991.        transform: translateX(-50%);
  992.        width: 70px;
  993.        height: 4px;
  994.        background: linear-gradient(90deg, #4527a0, #7b1fa2);
  995.        border-radius: 2px;
  996.    }
  997.  
  998.    .section-subtitle {
  999.        font-size: 1.1rem;
  1000.        color: #718096;
  1001.        max-width: 700px;
  1002.        margin: 0 auto;
  1003.        margin-top: 25px;
  1004.    }
  1005.  
  1006.    /* Top recruiters grid */
  1007. /* Recruiters Grid *//* Recruiters Grid */
  1008.        .recruiters-grid {
  1009.            display: flex;
  1010.            flex-direction: row;
  1011.            justify-content: space-between;
  1012.            gap: 15px;
  1013.            max-width: 1300px;
  1014.            margin: 0 auto;
  1015.        }
  1016.  
  1017.        .recruiter-card {
  1018.            perspective: 1000px;
  1019.            height: 280px;
  1020.            width: 20%;
  1021.            cursor: pointer;
  1022.        }
  1023.  
  1024.          /* Responsive layout */
  1025.        @media (max-width: 992px) {
  1026.            .recruiters-grid {
  1027.                flex-wrap: wrap;
  1028.                justify-content: center;
  1029.                gap: 20px;
  1030.            }
  1031.  
  1032.            .recruiter-card {
  1033.                width: 45%;
  1034.                margin-bottom: 20px;
  1035.            }
  1036.        }
  1037.  
  1038.        @media (max-width: 600px) {
  1039.            .recruiters-grid {
  1040.                flex-direction: column;
  1041.                align-items: center;
  1042.            }
  1043.  
  1044.            .recruiter-card {
  1045.                width: 85%;
  1046.                margin-bottom: 25px;
  1047.            }
  1048.        }
  1049.  
  1050.  
  1051.        .card-inner {
  1052.            position: relative;
  1053.            width: 100%;
  1054.            height: 100%;
  1055.            transition: transform 0.8s;
  1056.            transform-style: preserve-3d;
  1057.            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  1058.            border-radius: 8px;
  1059.        }
  1060.  
  1061.        .card-front, .card-back {
  1062.            position: absolute;
  1063.            width: 100%;
  1064.            height: 100%;
  1065.            -webkit-backface-visibility: hidden;
  1066.            backface-visibility: hidden;
  1067.            display: flex;
  1068.            flex-direction: column;
  1069.            align-items: center;
  1070.            justify-content: center;
  1071.            border-radius: 8px;
  1072.            padding: 16px;
  1073.            box-sizing: border-box;
  1074.        }
  1075.  
  1076.        .card-front {
  1077.            background-color: white;
  1078.        }
  1079.  
  1080.        .card-back {
  1081.            background: linear-gradient(135deg, #192f59, #3498db);
  1082.            color: white;
  1083.            transform: rotateY(180deg);
  1084.        }
  1085.  
  1086.        .flipped .card-inner {
  1087.            transform: rotateY(180deg);
  1088.        }
  1089.  
  1090.        .recruiter-logo {
  1091.            max-width: 80%;
  1092.            max-height: 100px;
  1093.            margin-bottom: 16px;
  1094.        }
  1095.  
  1096.        .recruiter-name {
  1097.            font-size: 18px;
  1098.            font-weight: bold;
  1099.            margin-top: 10px;
  1100.            text-align: center;
  1101.        }
  1102.  
  1103.        .package-info {
  1104.            width: 100%;
  1105.        }
  1106.  
  1107.        .package-info h4.flip_header {
  1108.            text-align: center;
  1109.            margin-bottom: 15px;
  1110.            font-size: 20px;
  1111.            font-weight: bold;
  1112.            text-transform: uppercase;
  1113.            letter-spacing: 1px;
  1114.            color: #ffffff;
  1115.            text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  1116.            position: relative;
  1117.        }
  1118.  
  1119.        .package-info h4.flip_header:after {
  1120.            content: '';
  1121.            display: block;
  1122.            width: 50px;
  1123.            height: 2px;
  1124.            background: rgba(255,255,255,0.6);
  1125.            margin: 8px auto 0;
  1126.        }
  1127.  
  1128.        .package-info ul {
  1129.            list-style: none;
  1130.            padding: 0;
  1131.            margin: 0;
  1132.        }
  1133.  
  1134.        .package-info li {
  1135.            padding: 6px 0;
  1136.            text-align: center;
  1137.            font-size: 16px;
  1138.        }
  1139.  
  1140.        /* Controls */
  1141.        .controls {
  1142.            display: flex;
  1143.            justify-content: center;
  1144.            margin: 20px 0;
  1145.        }
  1146.  
  1147.        .control-btn {
  1148.            padding: 8px 16px;
  1149.            margin: 0 8px;
  1150.            border: none;
  1151.            background-color: #4a69bd;
  1152.            color: white;
  1153.            border-radius: 4px;
  1154.            cursor: pointer;
  1155.            font-size: 14px;
  1156.        }
  1157.  
  1158.        .control-btn:hover {
  1159.            background-color: #3e5ca1;
  1160.        }
  1161.    /* Carousel section */
  1162.    .featured-recruiters {
  1163.        margin-top: 60px;
  1164.    }
  1165.  
  1166.    .featured-title {
  1167.        text-align: center;
  1168.        margin-bottom: 30px;
  1169.        font-size: 1.5rem;
  1170.        color: #4a5568;
  1171.        position: relative;
  1172.        padding-bottom: 15px;
  1173.    }
  1174.  
  1175.    .featured-title::after {
  1176.        content: '';
  1177.        position: absolute;
  1178.        bottom: 0;
  1179.        left: 50%;
  1180.        transform: translateX(-50%);
  1181.        width: 50px;
  1182.        height: 3px;
  1183.        background: linear-gradient(90deg, #4527a0, #7b1fa2);
  1184.        border-radius: 2px;
  1185.    }
  1186.  
  1187.  
  1188.    @keyframes scrollX {
  1189.        0% {
  1190.            transform: translateX(0);
  1191.        }
  1192.        100% {
  1193.            transform: translateX(calc(-250px * 6)); /* Half the total width */
  1194.        }
  1195.    }
  1196. /* General Styles */
  1197. .stats-container {
  1198.    display: flex;
  1199.    justify-content: space-around;
  1200.    align-items: center;
  1201.    flex-wrap: wrap;
  1202.    gap: 20px;
  1203.    padding: 40px 20px;
  1204.    background-color: #f9fafb;
  1205.    border-radius: 12px;
  1206.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1207. }
  1208.  
  1209. .stat-item {
  1210.    text-align: center;
  1211.    padding: 20px;
  1212.    background-color: #ffffff;
  1213.    border-radius: 10px;
  1214.    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  1215.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1216.    flex: 1 1 200px; /* Flexible sizing for responsiveness */
  1217.    max-width: 250px;
  1218. }
  1219.  
  1220. .stat-item:hover {
  1221.    transform: translateY(-10px);
  1222.    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  1223. }
  1224.  
  1225. .stat-number {
  1226.    font-size: 2.5rem;
  1227.    font-weight: 700;
  1228.    color: #1e3a8a; /* Dark blue for emphasis */
  1229.    margin-bottom: 10px;
  1230.    transition: color 0.3s ease;
  1231. }
  1232.  
  1233. .stat-item:hover .stat-number {
  1234.    color: #3b82f6; /* Light blue on hover */
  1235. }
  1236.  
  1237. .stat-text {
  1238.    font-size: 1.1rem;
  1239.    color: #4b5563; /* Gray for subtlety */
  1240.    font-weight: 500;
  1241.    margin: 0;
  1242. }
  1243.  
  1244. /* Responsive Design */
  1245. @media (max-width: 768px) {
  1246.    .stats-container {
  1247.        flex-direction: column;
  1248.        gap: 15px;
  1249.    }
  1250.  
  1251.    .stat-item {
  1252.        max-width: 100%;
  1253.        width: 80%;
  1254.    }
  1255. }
  1256.  
  1257.    /* Responsive styles */
  1258.    @media (max-width: 768px) {
  1259.        .section {
  1260.            padding: 60px 0;
  1261.        }
  1262.  
  1263.        .section-title {
  1264.            font-size: 2rem;
  1265.        }
  1266.  
  1267.        .recruiters-grid {
  1268.            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  1269.            gap: 20px;
  1270.        }
  1271.  
  1272.        .stat-item {
  1273.            min-width: 150px;
  1274.        }
  1275.    }
  1276.  
  1277.    @media (max-width: 480px) {
  1278.        .recruiters-grid {
  1279.            grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  1280.        }
  1281.  
  1282.        .carousel-item {
  1283.            flex: 0 0 200px;
  1284.        }
  1285.  
  1286.        .stat-number {
  1287.            font-size: 2.5rem;
  1288.        }
  1289.    }
  1290.  
  1291.    .card-container {
  1292.        display: flex;
  1293.        flex-wrap: wrap;
  1294.        gap: 20px;
  1295.        justify-content: center;
  1296.    }
  1297.  
  1298.    .card {
  1299.        width: 300px;
  1300.        background: #fff;
  1301.        border-radius: 10px;
  1302.        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  1303.        overflow: hidden;
  1304.        transition: transform 0.3s ease-in-out;
  1305.    }
  1306.  
  1307.    .card:hover {
  1308.        transform: scale(1.05);
  1309.    }
  1310.  
  1311.    .card-header {
  1312.        background: linear-gradient(135deg, #192f59, #3498db);
  1313.        color: white;
  1314.        padding: 20px;
  1315.        font-size: 18px;
  1316.        text-align: center;
  1317.    }
  1318.  
  1319.    .card-content {
  1320.        padding: 20px;
  1321.        text-align: center;
  1322.    }
  1323.  
  1324.    .counter {
  1325.        font-size: 2rem;
  1326.        font-weight: bold;
  1327.        color: #333;
  1328.    }
  1329.  
  1330.    .event-card, .news-card {
  1331.        background: #fff;
  1332.        border-radius: 10px;
  1333.        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  1334.        padding: 20px;
  1335.        margin-bottom: 20px;
  1336.        transition: transform 0.3s;
  1337.    }
  1338.  
  1339.    .event-card:hover, .news-card:hover {
  1340.        transform: translateY(-5px);
  1341.    }
  1342.  
  1343.  
  1344.    @keyframes float {
  1345.        0%, 100% {
  1346.            transform: translate(0, 0);
  1347.        }
  1348.        50% {
  1349.            transform: translate(20px, 20px);
  1350.        }
  1351.    }
  1352.  
  1353.    :root {
  1354.        --primary-color: #3498db;
  1355.        --secondary-color: #2c3e50;
  1356.        --hover-color: #2980b9;
  1357.    }
  1358.  
  1359.    .section-title {
  1360.        color: var(--secondary-color);
  1361.        text-align: center;
  1362.        margin-bottom: 2rem;
  1363.        font-weight: 600;
  1364.        position: relative;
  1365.        padding-bottom: 15px;
  1366.    }
  1367.  
  1368.    .section-title:after {
  1369.        content: '';
  1370.        position: absolute;
  1371.        bottom: 0;
  1372.        left: 50%;
  1373.        transform: translateX(-50%);
  1374.        width: 80px;
  1375.        height: 3px;
  1376.        background-color: var(--primary-color);
  1377.    }
  1378.  
  1379.    .vital-links-carousel {
  1380.        padding: 2rem 0 4rem;
  1381.        position: relative;
  1382.    }
  1383.  
  1384.    .carousel-container {
  1385.        position: relative;
  1386.        max-width: 1200px;
  1387.        margin: 0 auto;
  1388.    }
  1389.  
  1390.    .carousel-item {
  1391.        transition: transform 0.6s ease-in-out;
  1392.    }
  1393.  
  1394.    .link-card {
  1395.        background-color: white;
  1396.        border-radius: 12px;
  1397.        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  1398.        transition: all 0.3s ease;
  1399.        margin: 10px;
  1400.        height: 150px;
  1401.        overflow: hidden;
  1402.        display: flex;
  1403.        align-items: center;
  1404.        justify-content: center;
  1405.    }
  1406.  
  1407.    .link-card:hover {
  1408.        transform: translateY(-5px);
  1409.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1410.        border-bottom: 3px solid var(--primary-color);
  1411.    }
  1412.  
  1413.    .link-card-inner {
  1414.        display: flex;
  1415.        flex-direction: column;
  1416.        align-items: center;
  1417.        justify-content: center;
  1418.        text-align: center;
  1419.        padding: 1.25rem;
  1420.        width: 100%;
  1421.        height: 100%;
  1422.    }
  1423.  
  1424.    .link-icon {
  1425.        width: 60px;
  1426.        height: 60px;
  1427.        background-color: rgba(52, 152, 219, 0.1);
  1428.        border-radius: 50%;
  1429.        display: flex;
  1430.        align-items: center;
  1431.        justify-content: center;
  1432.        margin-bottom: 1rem;
  1433.        color: var(--primary-color);
  1434.        transition: all 0.3s ease;
  1435.    }
  1436.  
  1437.    .link-card:hover .link-icon {
  1438.        background-color: var(--primary-color);
  1439.        color: white;
  1440.        transform: scale(1.1);
  1441.    }
  1442.  
  1443.    .link-title {
  1444.        font-weight: 600;
  1445.        color: var(--secondary-color);
  1446.        font-size: 1rem;
  1447.        transition: color 0.3s ease;
  1448.        margin: 0;
  1449.    }
  1450.  
  1451.    .link-card:hover .link-title {
  1452.        color: var(--primary-color);
  1453.    }
  1454.  
  1455.    .carousel-control-prev,
  1456.    .carousel-control-next {
  1457.        width: 50px;
  1458.        height: 50px;
  1459.        background-color: var(--primary-color);
  1460.        border-radius: 50%;
  1461.        top: 50%;
  1462.        transform: translateY(-50%);
  1463.        opacity: 0.8;
  1464.    }
  1465.  
  1466.    .carousel-control-prev {
  1467.        left: -25px;
  1468.    }
  1469.  
  1470.    .carousel-control-next {
  1471.        right: -25px;
  1472.    }
  1473.  
  1474.    .carousel-control-prev:hover,
  1475.    .carousel-control-next:hover {
  1476.        opacity: 1;
  1477.        background-color: var(--hover-color);
  1478.    }
  1479.  
  1480.    .carousel-indicators {
  1481.        bottom: -40px;
  1482.    }
  1483.  
  1484.    .carousel-indicators [data-bs-target] {
  1485.        width: 12px;
  1486.        height: 12px;
  1487.        border-radius: 50%;
  1488.        background-color: #ccc;
  1489.        margin: 0 5px;
  1490.        border: none;
  1491.    }
  1492.  
  1493.    .carousel-indicators .active {
  1494.        background-color: var(--primary-color);
  1495.    }
  1496.  
  1497.    .card-link {
  1498.        text-decoration: none;
  1499.        color: inherit;
  1500.        display: block;
  1501.        height: 100%;
  1502.        width: 100%;
  1503.    }
  1504.  
  1505.    @media (max-width: 768px) {
  1506.        .carousel-control-prev,
  1507.        .carousel-control-next {
  1508.            display: none;
  1509.        }
  1510.  
  1511.        .link-card {
  1512.            height: 130px;
  1513.        }
  1514.  
  1515.        .link-icon {
  1516.            width: 50px;
  1517.            height: 50px;
  1518.        }
  1519.    }
  1520.  
  1521. .featured-recruiters {
  1522.            margin-top: 60px;
  1523.        }
  1524.  
  1525.        .featured-title {
  1526.            text-align: center;
  1527.            margin-bottom: 30px;
  1528.            font-size: 1.5rem;
  1529.            color: #4a5568;
  1530.            position: relative;
  1531.            padding-bottom: 15px;
  1532.        }
  1533.  
  1534.        .featured-title::after {
  1535.            content: '';
  1536.            position: absolute;
  1537.            bottom: 0;
  1538.            left: 50%;
  1539.            transform: translateX(-50%);
  1540.            width: 50px;
  1541.            height: 3px;
  1542.            background: linear-gradient(90deg, #4527a0, #7b1fa2);
  1543.            border-radius: 2px;
  1544.        }
  1545.       .accreditation-section {
  1546.    background: linear-gradient(135deg, #192f59, #3498db);
  1547.    color: white;
  1548.    padding: 4rem 0;
  1549. }
  1550.        .accreditation-title {
  1551.            font-size: 2.5rem;
  1552.            font-weight: bold;
  1553.            margin-bottom: 1rem;
  1554.        }
  1555.        .accreditation-description {
  1556.            font-size: 1rem;
  1557.            margin-bottom: 2rem;
  1558.        }
  1559.        .accreditation-cards {
  1560.            display: flex;
  1561.            justify-content: center;
  1562.            gap: 1.5rem;
  1563.        }
  1564.        .accreditation-card {
  1565.            background-color: white;
  1566.            border-radius: 10px;
  1567.            padding: 2rem;
  1568.            text-align: center;
  1569.            width: 250px;
  1570.            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  1571.        }
  1572.        .accreditation-card img {
  1573.            max-width: 150px;
  1574.            margin-bottom: 1rem;
  1575.        }
  1576.          #demo2 .carousel-control-prev,
  1577.    #demo2 .carousel-control-next {
  1578.        display: none;
  1579.    }
  1580.  
  1581.      .adj_section {
  1582.    margin-top: -50px !important;
  1583. }
  1584.  
  1585. @media screen and (max-width: 989px) {
  1586.    .adj_section {
  1587.        margin-top: -61px !important;
  1588.    }
  1589. }
  1590.  
  1591.    /* Default carousel size */
  1592.  
  1593.  
  1594. /* On small screens (less than 768px), increase the height */
  1595. @media screen and (max-width: 767px) {
  1596.    #demo2 .carousel-inner img {
  1597.       /* or any value you prefer */
  1598.        width: 100%;
  1599.          object-fit: cover;
  1600.    }
  1601. }
  1602.    .scrollable-bulletin {
  1603.  scrollbar-width: thin;
  1604.  scrollbar-color: #ccc transparent;
  1605. }
  1606.  
  1607. .scrollable-bulletin::-webkit-scrollbar {
  1608.  width: 6px;
  1609. }
  1610.  
  1611. .scrollable-bulletin::-webkit-scrollbar-thumb {
  1612.  background-color: #ccc;
  1613.  border-radius: 4px;
  1614. }
  1615.  
  1616. .testimonial-card {
  1617.            border-radius: 15px;
  1618.            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  1619.            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  1620.            overflow: hidden;
  1621.            height: 100%;
  1622.        }
  1623.  
  1624.        .testimonial-card:hover {
  1625.            transform: translateY(-10px);
  1626.            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  1627.        }
  1628.  
  1629.        .avatar-container {
  1630.            width: 100px;
  1631.            height: 100px;
  1632.            border-radius: 50%;
  1633.            overflow: hidden;
  1634.            margin: 0 auto;
  1635.            border: 3px solid #fff;
  1636.            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  1637.        }
  1638.  
  1639.        .testimonial-header {
  1640.            background: linear-gradient(135deg, #3498db, #1abc9c);
  1641.            color: white;
  1642.            padding: 20px 0 60px 0;
  1643.            border-radius: 15px 15px 0 0;
  1644.            position: relative;
  1645.        }
  1646.  
  1647.        .testimonial-body {
  1648.            padding: 60px 20px 20px 20px;
  1649.            position: relative;
  1650.            background-color: #fff;
  1651.        }
  1652.  
  1653.        .avatar-container {
  1654.            position: absolute;
  1655.            top: -50px;
  1656.            left: 50%;
  1657.            transform: translateX(-50%);
  1658.        }
  1659.  
  1660.        .stars {
  1661.            color: #FFD700;
  1662.            margin: 10px 0;
  1663.        }
  1664.  
  1665.        .testimonial-text {
  1666.            font-style: italic;
  1667.            color: #555;
  1668.            margin-bottom: 15px;
  1669.        }
  1670.  
  1671.        .testimonial-name {
  1672.            font-weight: bold;
  1673.            margin-bottom: 0;
  1674.        }
  1675.  
  1676.        .section-title {
  1677.            position: relative;
  1678.            margin-bottom: 50px;
  1679.            text-align: center;
  1680.        }
  1681.  
  1682.        .section-title:after {
  1683.            content: '';
  1684.            position: absolute;
  1685.            bottom: -15px;
  1686.            left: 50%;
  1687.            transform: translateX(-50%);
  1688.            width: 80px;
  1689.            height: 3px;
  1690.            background: linear-gradient(to right, #3498db, #1abc9c);
  1691.        }
  1692.  
  1693.        .testimonial-section {
  1694.            background-color: #f9f9f9;
  1695.            padding: 60px 0;
  1696.        }
  1697.        
  1698.        .modal-backdrop {
  1699.            background: rgba(0, 0, 0, 0.8);
  1700.            backdrop-filter: blur(10px);
  1701.        }
  1702.  
  1703.        .modal-content {
  1704.            background: linear-gradient(145deg, #ffffff, #f8f9ff);
  1705.            border: none;
  1706.            border-radius: 20px;
  1707.            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  1708.            overflow: hidden;
  1709.            position: relative;
  1710.        }
  1711.  
  1712.        .modal-content::before {
  1713.            content: '';
  1714.            position: absolute;
  1715.            top: 0;
  1716.            left: 0;
  1717.            right: 0;
  1718.            height: 4px;
  1719.            background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57);
  1720.            background-size: 300% 300%;
  1721.            animation: gradientShift 3s ease infinite;
  1722.        }
  1723.  
  1724.        @keyframes gradientShift {
  1725.            0%, 100% { background-position: 0% 50%; }
  1726.            50% { background-position: 100% 50%; }
  1727.        }
  1728.  
  1729.        .modal-header {
  1730.            border-bottom: none;
  1731.            padding: 2rem 2rem 1rem;
  1732.            position: relative;
  1733.        }
  1734.  
  1735.        .modal-title {
  1736.            font-weight: 700;
  1737.            font-size: 1.8rem;
  1738.            background: linear-gradient(45deg, #667eea, #764ba2);
  1739.            -webkit-background-clip: text;
  1740.            -webkit-text-fill-color: transparent;
  1741.            background-clip: text;
  1742.            margin: 0;
  1743.            animation: titlePulse 2s ease-in-out infinite alternate;
  1744.        }
  1745.  
  1746.        @keyframes titlePulse {
  1747.            from { transform: scale(1); }
  1748.            to { transform: scale(1.05); }
  1749.        }
  1750.  
  1751.        .btn-close {
  1752.            background: linear-gradient(45deg, #ff6b6b, #ee5a24);
  1753.            border-radius: 50%;
  1754.            width: 40px;
  1755.            height: 40px;
  1756.            opacity: 1;
  1757.            display: flex;
  1758.            align-items: center;
  1759.            justify-content: center;
  1760.            transition: all 0.3s ease;
  1761.        }
  1762.  
  1763.        .btn-close:hover {
  1764.            transform: rotate(90deg) scale(1.1);
  1765.            background: linear-gradient(45deg, #ee5a24, #ff6b6b);
  1766.        }
  1767.  
  1768.        .modal-body {
  1769.            padding: 1rem 2rem 2rem;
  1770.        }
  1771.  
  1772.        .video-container {
  1773.            position: relative;
  1774.            margin-bottom: 2rem;
  1775.            border-radius: 15px;
  1776.            overflow: hidden;
  1777.            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  1778.            animation: videoFloat 6s ease-in-out infinite;
  1779.        }
  1780.  
  1781.        @keyframes videoFloat {
  1782.            0%, 100% { transform: translateY(0px); }
  1783.            50% { transform: translateY(-10px); }
  1784.        }
  1785.  
  1786.        .video-container iframe {
  1787.            width: 100%;
  1788.            height: 315px;
  1789.            border: none;
  1790.        }
  1791.  
  1792.        .form-container {
  1793.            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  1794.            border-radius: 20px;
  1795.            padding: 2rem;
  1796.            backdrop-filter: blur(10px);
  1797.            border: 1px solid rgba(255, 255, 255, 0.2);
  1798.            position: relative;
  1799.            overflow: hidden;
  1800.        }
  1801.  
  1802.        .form-container::before {
  1803.            content: '';
  1804.            position: absolute;
  1805.            top: -50%;
  1806.            left: -50%;
  1807.            width: 200%;
  1808.            height: 200%;
  1809.            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  1810.            animation: shimmer 3s infinite;
  1811.            pointer-events: none;
  1812.        }
  1813.  
  1814.        @keyframes shimmer {
  1815.            0% { transform: rotate(0deg); }
  1816.            100% { transform: rotate(360deg); }
  1817.        }
  1818.  
  1819.        .form-title {
  1820.            text-align: center;
  1821.            margin-bottom: 1.5rem;
  1822.            font-weight: 600;
  1823.            color: #333;
  1824.            position: relative;
  1825.        }
  1826.  
  1827.        .form-group {
  1828.            margin-bottom: 1.5rem;
  1829.            position: relative;
  1830.        }
  1831.  
  1832.        .form-control {
  1833.            border: 2px solid transparent;
  1834.            border-radius: 15px;
  1835.            padding: 12px 20px 12px 50px;
  1836.            font-size: 1rem;
  1837.            background: rgba(255, 255, 255, 0.9);
  1838.            backdrop-filter: blur(5px);
  1839.            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1840.            position: relative;
  1841.        }
  1842.  
  1843.        .form-control:focus {
  1844.            border-color: #667eea;
  1845.            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  1846.            background: rgba(255, 255, 255, 1);
  1847.            transform: translateY(-2px);
  1848.        }
  1849.  
  1850.        .input-icon {
  1851.            position: absolute;
  1852.            left: 18px;
  1853.            top: 50%;
  1854.            transform: translateY(-50%);
  1855.            color: #667eea;
  1856.            font-size: 1.1rem;
  1857.            z-index: 2;
  1858.            transition: all 0.3s ease;
  1859.        }
  1860.  
  1861.        .form-group:focus-within .input-icon {
  1862.            color: #764ba2;
  1863.            transform: translateY(-50%) scale(1.1);
  1864.        }
  1865.  
  1866.        .download-btn {
  1867.            background: linear-gradient(45deg, #667eea, #764ba2);
  1868.            border: none;
  1869.            border-radius: 50px;
  1870.            padding: 15px 40px;
  1871.            font-weight: 600;
  1872.            font-size: 1.1rem;
  1873.            color: white;
  1874.            width: 100%;
  1875.            position: relative;
  1876.            overflow: hidden;
  1877.            transition: all 0.3s ease;
  1878.            text-transform: uppercase;
  1879.            letter-spacing: 1px;
  1880.        }
  1881.  
  1882.        .download-btn::before {
  1883.            content: '';
  1884.            position: absolute;
  1885.            top: 0;
  1886.            left: -100%;
  1887.            width: 100%;
  1888.            height: 100%;
  1889.            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  1890.            transition: all 0.5s ease;
  1891.        }
  1892.  
  1893.        .download-btn:hover::before {
  1894.            left: 100%;
  1895.        }
  1896.  
  1897.        .download-btn:hover {
  1898.            transform: translateY(-3px);
  1899.            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
  1900.            background: linear-gradient(45deg, #764ba2, #667eea);
  1901.        }
  1902.  
  1903.        .download-btn:active {
  1904.            transform: translateY(-1px);
  1905.        }
  1906.  
  1907.        .floating-elements {
  1908.            position: absolute;
  1909.            top: 0;
  1910.            left: 0;
  1911.            width: 100%;
  1912.            height: 100%;
  1913.            pointer-events: none;
  1914.            overflow: hidden;
  1915.        }
  1916.  
  1917.        .floating-circle {
  1918.            position: absolute;
  1919.            border-radius: 50%;
  1920.            background: linear-gradient(45deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
  1921.            animation: float 6s ease-in-out infinite;
  1922.        }
  1923.  
  1924.        .floating-circle:nth-child(1) {
  1925.            width: 60px;
  1926.            height: 60px;
  1927.            top: 20%;
  1928.            left: 10%;
  1929.            animation-delay: 0s;
  1930.        }
  1931.  
  1932.        .floating-circle:nth-child(2) {
  1933.            width: 40px;
  1934.            height: 40px;
  1935.            top: 60%;
  1936.            right: 15%;
  1937.            animation-delay: 2s;
  1938.        }
  1939.  
  1940.        .floating-circle:nth-child(3) {
  1941.            width: 30px;
  1942.            height: 30px;
  1943.            bottom: 30%;
  1944.            left: 20%;
  1945.            animation-delay: 4s;
  1946.        }
  1947.  
  1948.        @keyframes float {
  1949.            0%, 100% {
  1950.                transform: translateY(0px) rotate(0deg);
  1951.                opacity: 0.7;
  1952.            }
  1953.            50% {
  1954.                transform: translateY(-20px) rotate(180deg);
  1955.                opacity: 1;
  1956.            }
  1957.        }
  1958.  
  1959.        .modal.show .modal-dialog {
  1960.            animation: modalSlideIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1961.        }
  1962.  
  1963.        @keyframes modalSlideIn {
  1964.            from {
  1965.                opacity: 0;
  1966.                transform: scale(0.7) translateY(-50px);
  1967.            }
  1968.            to {
  1969.                opacity: 1;
  1970.                transform: scale(1) translateY(0);
  1971.            }
  1972.        }
  1973.  
  1974.        .form-control.animate {
  1975.            animation: inputPop 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1976.        }
  1977.  
  1978.        @keyframes inputPop {
  1979.            0% { transform: scale(1); }
  1980.            50% { transform: scale(1.05); }
  1981.            100% { transform: scale(1); }
  1982.        }
  1983.  
  1984.        .success-message {
  1985.            display: none;
  1986.            text-align: center;
  1987.            padding: 1rem;
  1988.            background: linear-gradient(45deg, #4ecdc4, #44a08d);
  1989.            color: white;
  1990.            border-radius: 15px;
  1991.            margin-top: 1rem;
  1992.            animation: successSlide 0.5s ease;
  1993.        }
  1994.  
  1995.        @keyframes successSlide {
  1996.            from {
  1997.                opacity: 0;
  1998.                transform: translateY(20px);
  1999.            }
  2000.            to {
  2001.                opacity: 1;
  2002.                transform: translateY(0);
  2003.            }
  2004.        }
  2005.  
  2006.        @media (max-width: 768px) {
  2007.            .modal-dialog {
  2008.                margin: 1rem;
  2009.            }
  2010.  
  2011.            .modal-title {
  2012.                font-size: 1.5rem;
  2013.            }
  2014.  
  2015.            .video-container iframe {
  2016.                height: 250px;
  2017.            }
  2018.  
  2019.            .form-container {
  2020.                padding: 1.5rem;
  2021.            }
  2022.        }
  2023. </style>
  2024.  
  2025.  
  2026. <body>
  2027.  
  2028. <!--<div data-aos="fade-left" class="sticky__btn aos-init aos-animate">-->
  2029. <!--    <ul>-->
  2030.  
  2031. <!--        <li><a href="https://onlinesystem.anits.edu.in/" target="_blank">Admissions Open 2025|Apply</a></li>-->
  2032. <!--    </ul>-->
  2033. <!--</div>-->
  2034.  
  2035.  
  2036. <!-- page wrapper start -->
  2037.  
  2038. <div class="page-wrapper">
  2039.  
  2040.    <!-- preloader start -->
  2041.  
  2042.        <div id="ht-preloader">
  2043.      <div class="clear-loader d-flex align-items-center justify-content-center">
  2044.  
  2045.        <div class="loader">
  2046.          <img src="/static/images/logo.png" class="img-fluid" style="width: 80px;" /> <br /> <br />
  2047.          <p style="color: #fff;">Loading... </p>
  2048.        </div>
  2049.      </div>
  2050.    </div>
  2051.  
  2052.    <header id="site-header" class="header">
  2053. <div class="topmost_header py-1">
  2054.  <div class="container-fluid">
  2055.    <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;">
  2056.  
  2057.      <!-- Contact Info -->
  2058.      <div class="top_call m-0 p-0" style="line-height: 1.5;">
  2059.        <span>College Code:</span> <b>ANIL</b> &emsp;
  2060.        <span>Email:</span> principal@anits.edu.in &emsp;
  2061.       8712005999, 8712008222, 9154220250 <small>(Admissions)</small>
  2062.      </div>
  2063.  
  2064.      <!-- Menu Links -->
  2065.      <ul class="menu-topmenu list-unstyled d-flex flex-row gap-2 mb-0" style="line-height: 1;">
  2066.        <li><a title="NBA" href="/nba">NBA</a></li>
  2067.        <li><a title="NAAC" href="/naac">NAAC</a></li>
  2068.        <li><a title="IIC" href="/iic">IIC</a></li>
  2069.        <li><a title="E-Learning" href="/elearning">E-Learning</a></li>
  2070.      </ul>
  2071.  
  2072.    </div>
  2073.  </div>
  2074. </div>
  2075.  
  2076.  
  2077.  
  2078.  <div id="header-wrap">
  2079.    <div class="topHeader py-2">
  2080.  <div class="container">
  2081.    <div class="row align-items-center">
  2082.      <!-- Logo - smaller on mobile, but visible -->
  2083.      <div class="col-3 col-md-2 col-lg-1">
  2084.        <a href="/">
  2085.          <img id="logo-img" class="img-fluid" src="/static/images/logo_header1.png" alt="ANITS Logo" style="max-width: 64px;">
  2086.        </a>
  2087.      </div>
  2088.  
  2089.      <!-- Institute name - responsive text size -->
  2090.      <div class="col-9 col-md-6 col-lg-7">
  2091.        <a href="/" class="text-decoration-none">
  2092.          <div class="logo-text fs-6 fs-md-5 fs-lg-4 fw-bold">ANIL NEERUKONDA INSTITUTE OF TECHNOLOGY & SCIENCES</div>
  2093.        </a>
  2094.      </div>
  2095.  
  2096.      <!-- Accreditation logos - hide on very small screens -->
  2097.      <div class="col-md-4 col-lg-4 d-none d-md-block">
  2098.        <div class="d-flex justify-content-end gap-2">
  2099.          <img class="img-fluid" src="/static/images/auto.webp" alt="Autonomous Status" style="max-height: 70px;">
  2100.          <img class="img-fluid" src="/static/images/naac.png" alt="NAAC Accreditation" style="max-height: 70px;">
  2101.          <!--<img class="img-fluid" src="/static/images/admnopen2.png" alt="Admissions open" style="max-height: 70px;">-->
  2102.         <a href="#" data-bs-toggle="modal" data-bs-target="#videoModal" title="Get Brochure">
  2103.  <img src="/static/images/admnopen2.png" alt="Download Brochure" class="flicker" style="max-height: 70px;">
  2104. </a>
  2105. <a href="/static/images/meritranks.pdf" target="_blank" >
  2106.  <img src="/static/images/merrit1.png" alt="Download Brochure" style="max-height: 80px;" >
  2107. </a>
  2108.        </div>
  2109.      </div>
  2110.    </div>
  2111.  </div>
  2112. </div>
  2113.  
  2114. <!-- Add these CSS improvements to your stylesheet -->
  2115. <style>
  2116.  @media (max-width: 767.98px) {
  2117.    .logo-text {
  2118.      font-size: 14px !important;
  2119.      line-height: 1.2;
  2120.    }
  2121.  
  2122.    #logo-img {
  2123.      max-width: 70px;
  2124.    }
  2125.  }
  2126.  
  2127.  @media (min-width: 768px) and (max-width: 991.98px) {
  2128.    .logo-text {
  2129.      font-size: 16px !important;
  2130.    }
  2131.  }
  2132.  
  2133.  @media (min-width: 992px) {
  2134.    .logo-text {
  2135.      font-size: 18px !important;
  2136.    }
  2137.  }
  2138.  
  2139.  @keyframes flicker {
  2140.  0%, 100% { opacity: 1; }
  2141.  50% { opacity: 0.4; }
  2142. }
  2143.  
  2144. .flicker {
  2145.  animation: flicker 1s infinite;
  2146. }
  2147. </style>
  2148.  
  2149.    <div class="menuheader">
  2150.      <div class="container ">
  2151.        <div class="row">
  2152.          <div class="col-sm-12">
  2153.            <nav class="navbar navbar-expand-lg">
  2154.              <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
  2155.                aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span></span>
  2156.                <span></span>
  2157.                <span></span>
  2158.              </button>
  2159.              <div class="collapse navbar-collapse" id="navbarNav">
  2160.                <ul class="navbar-nav mx-auto position-relative">
  2161.                  <!-- Home -->
  2162.                  <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#"
  2163.                      data-bs-toggle="dropdown">About Us</a>
  2164.                    <ul class="dropdown-menu">
  2165.                          <li><a href="/anits_glance">Anits at a glance</a></li>
  2166.                                                <!--<li><a href="/about_vision_mission">vision &amp; mission</a></li>-->
  2167.                                                <li><a href="/about_principal">Principal</a></li>
  2168.                                                <li><a href="/directorRD">Director R & D</a></li>
  2169.                                                <li><a href="/our_team">Our team</a></li>
  2170.                                                <!--<li><a href="/our_society">Our society</a></li>-->
  2171.                                                <!--<li><a href="/governing_body">Governing body</a></li>-->
  2172.                                                <!--<li><a href="/finance">Finance Committee</a></li>-->
  2173.                                                <li><a href="/committees">Committees</a></li>
  2174.                                                <li><a href="/academic_council">Academic council</a></li>
  2175.                                                <li><a href="/organization_chart">Organization chart</a></li>
  2176.                                              
  2177.                                                
  2178.  
  2179.                    </ul>
  2180.                  </li>
  2181.               <li class="nav-item "> <a class="nav-link " href="/admissions">Admissions</a>
  2182.  
  2183.                  </li>
  2184.  
  2185.                    <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#"
  2186.                      data-bs-toggle="dropdown">Academics</a>
  2187.                    <ul class="dropdown-menu">
  2188.                                                <li><a href="/academiccalendar">Academic Calendar</a></li>
  2189.                                                <li><a href="/timetable">Time Table</a></li>
  2190.                                                <li><a href="/syllabusacademics"> Syllabus</a></li>
  2191.                                                <li><a href="/elearning">E-Learning</a></li>
  2192.                                                <li><a href="/exam">Exam Section</a></li>
  2193.  
  2194.                                                <li><a href="/static/images/ISOcertficate.pdf">ISO Certificate</a></li>
  2195.                                                <li><a href="/apssdc">APSSDC</a></li>
  2196.                                                <li><a href="/swayam">SWAYAM-NPTEL</a></li>
  2197.  
  2198.                                                <!--<li><a href="/studentclubs">Student Clubs</a></li>-->
  2199.                                                <li><a href="/professionalbodies">Professional Bodies</a></li>
  2200.                        <li><a href="/NSS">NSS</a></li>
  2201.                        <li><a href="/NCC">NCC</a></li>
  2202.                        <!--<li><a href="/finance">Prospectus</a></li>-->
  2203.                        <!--<li><a href="/finance">Mandatory Disclosure</a></li>-->
  2204.                    </ul>
  2205.                  </li>
  2206.  
  2207.  
  2208.       <li class="nav-item dropdown">
  2209.    <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Departments</a>
  2210.    <ul class="dropdown-menu">
  2211.        <li><a class="dropdown-item" href="/department/chemical" >Chemical Engineering</a></li>
  2212.        <li><a class="dropdown-item" href="/department/civil">Civil Engineering</a></li>
  2213.        <li><a class="dropdown-item" href="/department/cse">Computer Science and Engineering</a></li>
  2214.        <li><a class="dropdown-item" href="/department/cse-ai-ml">Computer Science and Engineering<br> (AI&amp;ML)</a></li>
  2215.        <li><a class="dropdown-item" href="/department/cse-ds" >Computer Science and Engineering<br> (DS)</a></li>
  2216.        <li><a class="dropdown-item" href="/department/eee" >Electrical & Electronics Eng.</a></li>
  2217.        <li><a class="dropdown-item" href="/department/ece" >Electronics & Communication Eng.</a></li>
  2218.        <li><a class="dropdown-item" href="/department/it">Information Technology</a></li>
  2219.        <li><a class="dropdown-item" href="/department/mech">Mechanical Engineering</a></li>
  2220.        <li><a class="dropdown-item" href="/department/mba">MBA (Hospital Administration)</a></li>
  2221.      
  2222.        <li class="dropdown-submenu">
  2223.            <a class="dropdown-item dropdown-toggle" href="#" >Freshman Engineering Department</a>
  2224.            <ul class="dropdown-menu">
  2225.                                <li><a class="dropdown-item" href="/fed" >FED-HOD</a></li>
  2226.  
  2227.                <li><a class="dropdown-item" href="/department/chemistry" >Chemistry</a></li>
  2228.                <li><a class="dropdown-item" href="/department/english" >English and Humanities</a></li>
  2229.                <li><a class="dropdown-item" href="/department/maths" >Mathematics</a></li>
  2230.                <li><a class="dropdown-item" href="/department/physics" >Physics</a></li>
  2231.            </ul>
  2232.        </li>
  2233.    </ul>
  2234. </li>
  2235.  
  2236.  
  2237.  
  2238.                      <li class="nav-item "> <a class="nav-link " href="/department/rdc">R&D</a>
  2239.                      <ul class="dropdown-menu">
  2240.                      <li class="nav-item "> <a class="nav-link " href="/directorRD">R&D</a></li>
  2241.  
  2242.                      </ul>
  2243.  
  2244.                  </li>
  2245.                   <li class="nav-item "> <a class="nav-link " href="/iqac">IQAC</a>
  2246.  
  2247.                  </li>
  2248.  
  2249.  
  2250.  
  2251.  
  2252.  
  2253.  
  2254.  
  2255.  
  2256.  
  2257.                    <li class="nav-item "> <a class="nav-link " href="/policies">Policies </a>
  2258.  
  2259.                  </li>
  2260.  
  2261.                    <li class="nav-item "> <a class="nav-link " href="/facilities">Facilities </a></li>
  2262.                     <li class="nav-item "> <a class="nav-link " href="/centrallibrary">Library</a></li>
  2263.  
  2264.                    <li class="nav-item "> <a class="nav-link " href="/training_placements">Training&Placements </a></li>
  2265.  
  2266.  
  2267.                </ul>
  2268.              </div>
  2269.  
  2270.  
  2271.            </nav>
  2272.          </div>
  2273.        </div>
  2274.      </div>
  2275.    </div>
  2276.  
  2277.  </div>
  2278.  
  2279.  </header>
  2280.  
  2281.  
  2282.    <!--header end-->
  2283.  
  2284.  
  2285.    <!--hero section start-->
  2286.  
  2287.  
  2288.                    <section>
  2289.  
  2290.   <section class="banner p-0 pos-r adj_section" >
  2291.    <div id="demo2" class="carousel slide banner" data-bs-ride="carousel" data-bs-interval="3000" data-bs-pause="false">
  2292.        <!-- Indicators/dots -->
  2293.        <div class="carousel-indicators">
  2294.            
  2295.                <button type="button" data-bs-target="#demo2" data-bs-slide-to="0" class="active"></button>
  2296.            
  2297.                <button type="button" data-bs-target="#demo2" data-bs-slide-to="1" class=""></button>
  2298.            
  2299.                <button type="button" data-bs-target="#demo2" data-bs-slide-to="2" class=""></button>
  2300.            
  2301.                <button type="button" data-bs-target="#demo2" data-bs-slide-to="3" class=""></button>
  2302.            
  2303.                <button type="button" data-bs-target="#demo2" data-bs-slide-to="4" class=""></button>
  2304.            
  2305.        </div>
  2306.  
  2307.        <!-- The slideshow/carousel -->
  2308.        <div class="carousel-inner">
  2309.            
  2310.                <div class="carousel-item active">
  2311.                    <img src="/media/jrcollege/slides/4_VrB8lcO.5_-_6.75_LPA_2.png" style="background-size: cover;width: 100%">
  2312.                </div>
  2313.            
  2314.                <div class="carousel-item ">
  2315.                    <img src="/media/jrcollege/slides/4_NlS18ac.5_-_6.75_LPA.png" style="background-size: cover;width: 100%">
  2316.                </div>
  2317.            
  2318.                <div class="carousel-item ">
  2319.                    <img src="/media/jrcollege/slides/4_eAerJaO.5_-_6.75_LPA_3.png" style="background-size: cover;width: 100%">
  2320.                </div>
  2321.            
  2322.                <div class="carousel-item ">
  2323.                    <img src="/media/jrcollege/slides/2_DyuBQWE_1_1_1_myjt4bG.png" style="background-size: cover;width: 100%">
  2324.                </div>
  2325.            
  2326.                <div class="carousel-item ">
  2327.                    <img src="/media/jrcollege/slides/slide2_2_YZSPSoq_DrN5pxS.png" style="background-size: cover;width: 100%">
  2328.                </div>
  2329.            
  2330.        </div>
  2331.  
  2332.        <!-- Left and right controls/icons -->
  2333.        <button class="carousel-control-prev" type="button" data-bs-target="#demo2" data-bs-slide="prev">
  2334.            <span class="carousel-control-prev-icon"></span>
  2335.        </button>
  2336.        <button class="carousel-control-next" type="button" data-bs-target="#demo2" data-bs-slide="next">
  2337.            <span class="carousel-control-next-icon"></span>
  2338.        </button>
  2339.    </div>
  2340. </section>
  2341.    <!--hero section end-->
  2342.  
  2343.  
  2344.    <!--body content start-->
  2345.  
  2346.    <div class="page-content">
  2347.  
  2348.        <!--feature start-->
  2349.        <section>
  2350.            <div class="container">
  2351.                <div class="row align-items-center justify-content-between">
  2352.                    <div class="col-lg-6 col-12 pe-md-6">
  2353.                        <iframe
  2354.                                width="560"
  2355.                                height="315"
  2356.                                src="https://www.youtube.com/embed/LGzFBhVqQ20?si=wgBmE8uV9cryJRHK&autoplay=1&mute=1&loop=1&playlist=LGzFBhVqQ20"
  2357.                                title="YouTube video player"
  2358.                                frameborder="0"
  2359.                                allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  2360.                                allowfullscreen>
  2361.                        </iframe>
  2362.  
  2363.                    </div>
  2364.                    <div class="col-lg-6 col-12 mt-6 mt-lg-0">
  2365.                        <div>
  2366.                            <h2 class="events-title">Welcome to ANITS</h2>
  2367.                            <p class="mb-0">Anil Neerukonda Institute of Technology & Sciences (ANITS), Visakhapatnam is
  2368.                                owned by Megha Engineering and Infrastructure Limited (MEIL) which is one of the top
  2369.                                infrastructure and manufacturing company in India with headquarters at Hyderabad. The
  2370.                                institute was established in the academic year 2001-02 by Anil Neerukonda Educational
  2371.                                Society (ANES) which was founded by Dr. N.B.R. Prasad, an NRI Philanthropist from the
  2372.                                USA,
  2373.                                with industrialists and eminent educationists in memory of Late Anil Neerukonda, S/o.
  2374.                                Dr.
  2375.                                N.B.R. Prasad.
  2376.                            </p> <br/>
  2377.                        </div>
  2378.                        </a>
  2379.                    </div>
  2380.                </div>
  2381.            </div>
  2382.        </section>
  2383.  
  2384.        <section data-aos="fade-up" data-aos-duration="800" class="aos-init aos-animate">
  2385.            <div class="container">
  2386.                <div style="display: flex; justify-content: center;">
  2387.                    <h2 style="text-align: center; padding-right: 20px;" class="events-title">ANITS at a Glance</h2>
  2388.                </div>
  2389.  
  2390.  
  2391.                <div class="counter-cards">
  2392.                    <div class="counter-cards__item counter-cards__item--yellow">
  2393.                        <h3 class="counter-cards__number">6.5k+</h3>
  2394.                        <p></p>
  2395.                        <p>Active students</p>
  2396.                        <p></p>
  2397.                    </div>
  2398.                    <div class="counter-cards__item counter-cards__item--green">
  2399.                        <h3 class="counter-cards__number">90k+</h3>
  2400.                        <p></p>
  2401.                        <p>Alumni across 105 countries</p>
  2402.                        <p></p>
  2403.                    </div>
  2404.                    <div class="counter-cards__item counter-cards__item--red">
  2405.                        <h3 class="counter-cards__number">1600+</h3>
  2406.                        <p></p>
  2407.                        <p>Teaching staff</p>
  2408.                        <p></p>
  2409.                    </div>
  2410.                    <div class="counter-cards__item counter-cards__item--yellow">
  2411.                        <h3 class="counter-cards__number">75% +</h3>
  2412.                        <p></p>
  2413.                        <p>&nbsp;Faculty with PhDs in most disciplines</p>
  2414.                        <p></p>
  2415.                    </div>
  2416.                    <div class="counter-cards__item counter-cards__item--green">
  2417.                        <h3 class="counter-cards__number">18k+</h3>
  2418.                        <p></p>
  2419.                        <p>Publications</p>
  2420.                        <p></p>
  2421.                    </div>
  2422.                    <div class="counter-cards__item counter-cards__item--red">
  2423.                        <h3 class="counter-cards__number">82</h3>
  2424.                        <p></p>
  2425.                        <p>H-Index</p>
  2426.                        <p></p>
  2427.                    </div>
  2428.                    <div class="counter-cards__item counter-cards__item--yellow">
  2429.                        <h3 class="counter-cards__number">150+</h3>
  2430.                        <p></p>
  2431.                        <p>Research projects</p>
  2432.                        <p></p>
  2433.                    </div>
  2434.                    <div class="counter-cards__item counter-cards__item--green">
  2435.                        <h3 class="counter-cards__number">300+</h3>
  2436.                        <p></p>
  2437.                        <p>Patents</p>
  2438.                        <p></p>
  2439.                    </div>
  2440.                </div>
  2441.            </div>
  2442.        </section>
  2443.                 <section class="accreditation-section text-center">
  2444.        <div class="container">
  2445.            <h1 class="accreditation-title" style="color: white">Recognition. Renown.</h1>
  2446.            <h2 class="accreditation-title" style="color: white">Accreditations</h2>
  2447.            <p class="accreditation-description">
  2448.                Enter a realm where creativity ignites excellence at ANITS.
  2449.                Home to the illustrious NAAC "A+" honour and a beacon in India's NIRF top 150,
  2450.                we're a cradle of greatness recognised by AICTE, TCS, and JNTU(H).
  2451.                Here, horizons are limitless, and dreams are the seeds of reality.
  2452.                Embrace the canvas where your brightest colours come alive.
  2453.            </p>
  2454.            <div class="accreditation-cards row">
  2455.                <div class="accreditation-card col-md-4">
  2456.                    <img src="/static/images/NBA-1-150x117.png" alt="NBA Accreditation">
  2457.                    <h3>NBA Accreditation</h3>
  2458.                </div>
  2459.                <div class="accreditation-card col-md-4">
  2460.                    <img src="/static/images/naac-1.png" alt="NAAC A Accreditation">
  2461.                    <h3>NAAC "A+" Accreditation</h3>
  2462.                </div>
  2463.                <div class="accreditation-card col-md-4" >
  2464.                    <img src="/static/images/UGC.png" alt="UGC Autonomous">
  2465.                    <h3>UGC Autonomous</h3>
  2466.                </div>
  2467.            </div>
  2468.        </div>
  2469.    </section>
  2470.        <section class="p-0 card-container" style="margin-top: 30px;">
  2471.            <div class="container">
  2472.                <div class="row">
  2473.                    <div class="col-sm-6">
  2474.  
  2475.                        <div class="card-header">
  2476.                            <div class="bubble"></div>
  2477.                            <div class="bubble"></div>
  2478.                            <div class="bubble"></div>
  2479.                            <h2 class="text-white">Events</h2>
  2480.                        </div>
  2481.                        <div class="card-content">
  2482.  
  2483.  
  2484.                            <!-- Double the news items for seamless loop -->
  2485.                            <!-- First set of items -->
  2486.                          
  2487. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2488.                                                   data-bs-target="#eventModal"
  2489.                                                   data-title="Two-Day International Conference on
  2490. AI in ELT: Bridging Pedagogy and Performance in the Digital Age"
  2491.                                                   data-id="35"
  2492.                                                   data-description=""
  2493.                                                   data-date="27 Jun 2025"
  2494.                                                   data-gallery=""><div class="news-item">
  2495.    <div class="news-date">
  2496.        <span class="day">27</span>
  2497.        <span>Jun 2025</span>
  2498.    </div>
  2499.    <div class="news-content">
  2500.        <h5 class="news-title">
  2501.            <span class="news-indicator indicator-new"></span>
  2502.            Two-Day International Conference on
  2503. AI in ELT: Bridging Pedagogy and Performance in the Digital Age
  2504.        </h5>
  2505.        <p class="news-desc">
  2506.            
  2507.        </p>
  2508.        <div>
  2509.            <span class="news-tag">
  2510.                <i class="fas fa-tag me-1"></i> Conference
  2511.            </span>
  2512.            <span class="news-tag">
  2513.                <i class="fas fa-calendar-alt me-1"></i> Department: ENGLISH
  2514.            </span>
  2515.        </div>
  2516.    </div>
  2517. </div></a>
  2518.  
  2519. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2520.                                                   data-bs-target="#eventModal"
  2521.                                                   data-title="Online FDP on Transforming in Medical Research with Next-Gen AI : Machine Learning &amp; Deep Learning in Action"
  2522.                                                   data-id="13"
  2523.                                                   data-description="The Department of CSE is organizing an online FDP on Transforming in Medical Research with Next-Gen AI : Machine Learning &amp; Deep Learning in Action
  2524. In Association With Electronics &amp; ICT Academy, NIT Warangal from 16th June 2025 to 26th June 2025. Registration Link : https://forms.gle/HoW7W2HLnYZK7hcTA."
  2525.                                                   data-date="16 Jun 2025"
  2526.                                                   data-gallery=""><div class="news-item">
  2527.    <div class="news-date">
  2528.        <span class="day">16</span>
  2529.        <span>Jun 2025</span>
  2530.    </div>
  2531.    <div class="news-content">
  2532.        <h5 class="news-title">
  2533.            <span class="news-indicator indicator-new"></span>
  2534.            Online FDP on Transforming in Medical Research with Next-Gen AI : Machine Learning &amp; Deep Learning in Action
  2535.        </h5>
  2536.        <p class="news-desc">
  2537.            The Department of CSE is organizing an online FDP on Transforming in Medical Research with Next-Gen AI : Machine Learning …
  2538.        </p>
  2539.        <div>
  2540.            <span class="news-tag">
  2541.                <i class="fas fa-tag me-1"></i> FDP
  2542.            </span>
  2543.            <span class="news-tag">
  2544.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE
  2545.            </span>
  2546.        </div>
  2547.    </div>
  2548. </div></a>
  2549.  
  2550. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2551.                                                   data-bs-target="#eventModal"
  2552.                                                   data-title="ONLINE FACULTY DEVELOPMENT PROGRAMME (FDP)
  2553. ON AI Innovations in Computer Vision, IoT, and Medical Imaging
  2554. Applications"
  2555.                                                   data-id="14"
  2556.                                                   data-description="AI Innovations in Computer Vision, IoT, and Medical Imaging
  2557. Applications
  2558. (16th June - 26th June 2025)
  2559. Organised by
  2560. Electronics &amp; ICT Academy, NIT Warangal
  2561. In association with
  2562. Department of ECE, Anil Neerukonda Institute of Technology and Sciences(A) (ANITS),
  2563. Sangivalasa, Bheemunipatnam Mandal, Visakhapatnam-531162.
  2564.  
  2565. Registration Link: https://forms.gle/H54cYKHtotSVAm828"
  2566.                                                   data-date="16 Jun 2025"
  2567.                                                   data-gallery=""><div class="news-item">
  2568.    <div class="news-date">
  2569.        <span class="day">16</span>
  2570.        <span>Jun 2025</span>
  2571.    </div>
  2572.    <div class="news-content">
  2573.        <h5 class="news-title">
  2574.            <span class="news-indicator indicator-new"></span>
  2575.            ONLINE FACULTY DEVELOPMENT PROGRAMME (FDP)
  2576. ON AI Innovations in Computer Vision, IoT, and Medical Imaging
  2577. Applications
  2578.        </h5>
  2579.        <p class="news-desc">
  2580.            AI Innovations in Computer Vision, IoT, and Medical Imaging Applications (16th June - 26th June 2025) Organised by Electronics &amp; …
  2581.        </p>
  2582.        <div>
  2583.            <span class="news-tag">
  2584.                <i class="fas fa-tag me-1"></i> FDP
  2585.            </span>
  2586.            <span class="news-tag">
  2587.                <i class="fas fa-calendar-alt me-1"></i> Department: ECE
  2588.            </span>
  2589.        </div>
  2590.    </div>
  2591. </div></a>
  2592.  
  2593. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2594.                                                   data-bs-target="#eventModal"
  2595.                                                   data-title="AI Workshop: Advanced Chatbot Development"
  2596.                                                   data-id="15"
  2597.                                                   data-description="1. Introduction
  2598. 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.
  2599.  
  2600. 2. Objectives
  2601. The primary objectives of the workshop were:
  2602.  
  2603. • To provide an understanding of AI and its applications in chatbot development.
  2604. • To introduce participants to NLP and its role in AI-driven conversations.
  2605. • To develop and deploy a functional chatbot for real-world applications.
  2606.  
  2607. 3. Workshop Highlights
  2608. • Introduction to AI and NLP
  2609. o Basics of AI and machine learning
  2610. o Overview of NLP techniques for chatbot interaction
  2611. o Understanding chatbot architecture (Rule-based vs. AI-powered)
  2612.  
  2613.  
  2614.  
  2615.  
  2616. • Chatbot Development
  2617. o Hands-on coding session to build a simple chatbot
  2618. o Training the chatbot with custom datasets
  2619.  
  2620. 4. Key Takeaways
  2621. • Participants gained theoretical knowledge and hands-on experience in chatbot development.
  2622. • They learned how to integrate AI models into chatbots for better conversational capabilities.
  2623. • The session provided insights into real-world applications in customer service, education, and business automation.
  2624. • A final project demonstration allowed participants to showcase their chatbot solutions.
  2625. 5. Conclusion
  2626. 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."
  2627.                                                   data-date="03 Apr 2025"
  2628.                                                   data-gallery=""><div class="news-item">
  2629.    <div class="news-date">
  2630.        <span class="day">03</span>
  2631.        <span>Apr 2025</span>
  2632.    </div>
  2633.    <div class="news-content">
  2634.        <h5 class="news-title">
  2635.            <span class="news-indicator indicator-new"></span>
  2636.            AI Workshop: Advanced Chatbot Development
  2637.        </h5>
  2638.        <p class="news-desc">
  2639.            1. Introduction The AI Workshop on Chatbot Development was conducted as part of a skill development program aimed at equipping …
  2640.        </p>
  2641.        <div>
  2642.            <span class="news-tag">
  2643.                <i class="fas fa-tag me-1"></i> Workshop
  2644.            </span>
  2645.            <span class="news-tag">
  2646.                <i class="fas fa-calendar-alt me-1"></i> Department: IT
  2647.            </span>
  2648.        </div>
  2649.    </div>
  2650. </div></a>
  2651.  
  2652. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2653.                                                   data-bs-target="#eventModal"
  2654.                                                   data-title="💻 CSI:  Code Zen Contest"
  2655.                                                   data-id="20"
  2656.                                                   data-description="Description:
  2657.     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.
  2658. Key Highlights:
  2659. • 3 competitive rounds on Unstop
  2660. • Cross-department participation
  2661. • Strong focus on logic, fluency, and speed
  2662. &quot;Code smart. Code fast. CodeZen!&quot;"
  2663.                                                   data-date="03 Apr 2025"
  2664.                                                   data-gallery=""><div class="news-item">
  2665.    <div class="news-date">
  2666.        <span class="day">03</span>
  2667.        <span>Apr 2025</span>
  2668.    </div>
  2669.    <div class="news-content">
  2670.        <h5 class="news-title">
  2671.            <span class="news-indicator indicator-new"></span>
  2672.            💻 CSI:  Code Zen Contest
  2673.        </h5>
  2674.        <p class="news-desc">
  2675.            Description: CodeZen was a high-energy, multi-round coding contest designed for 1st and 2nd-year students across all departments. Conducted via the …
  2676.        </p>
  2677.        <div>
  2678.            <span class="news-tag">
  2679.                <i class="fas fa-tag me-1"></i> CSI
  2680.            </span>
  2681.            <span class="news-tag">
  2682.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  2683.            </span>
  2684.        </div>
  2685.    </div>
  2686. </div></a>
  2687.  
  2688. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2689.                                                   data-bs-target="#eventModal"
  2690.                                                   data-title="Training Programme - DevOps"
  2691.                                                   data-id="16"
  2692.                                                   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.
  2693. 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.
  2694. One of the highlights was the interactive Q&amp;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.
  2695. 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.
  2696. 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!"
  2697.                                                   data-date="03 Mar 2025"
  2698.                                                   data-gallery=""><div class="news-item">
  2699.    <div class="news-date">
  2700.        <span class="day">03</span>
  2701.        <span>Mar 2025</span>
  2702.    </div>
  2703.    <div class="news-content">
  2704.        <h5 class="news-title">
  2705.            <span class="news-indicator indicator-new"></span>
  2706.            Training Programme - DevOps
  2707.        </h5>
  2708.        <p class="news-desc">
  2709.            The recent event on DevOps and the Software Development Life Cycle (SDLC) turned out to be a fantastic experience for …
  2710.        </p>
  2711.        <div>
  2712.            <span class="news-tag">
  2713.                <i class="fas fa-tag me-1"></i> Guest Lecture
  2714.            </span>
  2715.            <span class="news-tag">
  2716.                <i class="fas fa-calendar-alt me-1"></i> Department: IT
  2717.            </span>
  2718.        </div>
  2719.    </div>
  2720. </div></a>
  2721.  
  2722. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2723.                                                   data-bs-target="#eventModal"
  2724.                                                   data-title="Guest Talk on &quot;Role of STPI in Promoting Entrepreneurship&quot;"
  2725.                                                   data-id="5"
  2726.                                                   data-description="🚀 Guest Talk on Entrepreneurship at ANITS CSE! 🚀
  2727.  
  2728. ANITS CSE hosted a Guest Talk on &quot;Role of STPI in Promoting Entrepreneurship&quot; with Dr. Suresh Batha, Additional Director, STPI as the speaker.
  2729.  
  2730. The session highlighted startups, innovation, government schemes, and the importance of technology for societal impact.
  2731.  
  2732. 💡 Key Highlights:
  2733. ✅ ANITS secured 4/5-star rating in MHRD 2022 IIC ranking
  2734. ✅ Significant funding for IoT-enabled smart solar system &amp; Harmonic Farming
  2735. ✅ Hackathon success &amp; startup opportunities
  2736.  
  2737. 💬 &quot;Success is a continuous journey!&quot; – Dr. Suresh Batha"
  2738.                                                   data-date="12 Feb 2025"
  2739.                                                   data-gallery=""><div class="news-item">
  2740.    <div class="news-date">
  2741.        <span class="day">12</span>
  2742.        <span>Feb 2025</span>
  2743.    </div>
  2744.    <div class="news-content">
  2745.        <h5 class="news-title">
  2746.            <span class="news-indicator indicator-new"></span>
  2747.            Guest Talk on &quot;Role of STPI in Promoting Entrepreneurship&quot;
  2748.        </h5>
  2749.        <p class="news-desc">
  2750.            🚀 Guest Talk on Entrepreneurship at ANITS CSE! 🚀 ANITS CSE hosted a Guest Talk on &quot;Role of STPI in …
  2751.        </p>
  2752.        <div>
  2753.            <span class="news-tag">
  2754.                <i class="fas fa-tag me-1"></i> Guest Talk
  2755.            </span>
  2756.            <span class="news-tag">
  2757.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE
  2758.            </span>
  2759.        </div>
  2760.    </div>
  2761. </div></a>
  2762.  
  2763. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2764.                                                   data-bs-target="#eventModal"
  2765.                                                   data-title="👨‍💻ISTE :  Blind Code Challenge 👩‍💻"
  2766.                                                   data-id="18"
  2767.                                                   data-description="Coding in the dark—literally! “Blind Code” tested students&#x27; 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.
  2768. Key Highlights:
  2769. • Intense coding with no screen visibility
  2770. • 10 finalists from both 2nd and 3rd year moved to Round 2
  2771. • Strong engagement and technical excitement
  2772.  
  2773. &quot;Code with your mind, not your eyes!&quot;"
  2774.                                                   data-date="28 Jan 2025"
  2775.                                                   data-gallery=""><div class="news-item">
  2776.    <div class="news-date">
  2777.        <span class="day">28</span>
  2778.        <span>Jan 2025</span>
  2779.    </div>
  2780.    <div class="news-content">
  2781.        <h5 class="news-title">
  2782.            <span class="news-indicator indicator-new"></span>
  2783.            👨‍💻ISTE :  Blind Code Challenge 👩‍💻
  2784.        </h5>
  2785.        <p class="news-desc">
  2786.            Coding in the dark—literally! “Blind Code” tested students&#x27; raw coding skills as they solved problems without viewing their monitors. Held …
  2787.        </p>
  2788.        <div>
  2789.            <span class="news-tag">
  2790.                <i class="fas fa-tag me-1"></i> ISTE
  2791.            </span>
  2792.            <span class="news-tag">
  2793.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  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="🌐 WORKSHOP on Computer Networking"
  2802.                                                   data-id="22"
  2803.                                                   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.
  2804. 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.
  2805. Key Highlights:
  2806. • Hands-on networking simulations
  2807. • Batch-wise detailed sessions
  2808. • Conceptual clarity in real-time setups
  2809. &quot;Connecting the world, one packet at a time!&quot;
  2810. Gallery"
  2811.                                                   data-date="21 Jan 2025"
  2812.                                                   data-gallery=""><div class="news-item">
  2813.    <div class="news-date">
  2814.        <span class="day">21</span>
  2815.        <span>Jan 2025</span>
  2816.    </div>
  2817.    <div class="news-content">
  2818.        <h5 class="news-title">
  2819.            <span class="news-indicator indicator-new"></span>
  2820.            🌐 WORKSHOP on Computer Networking
  2821.        </h5>
  2822.        <p class="news-desc">
  2823.            A comprehensive Workshop on Computer Networking was conducted in multiple batches, engaging a total of 254 students from the CSM …
  2824.        </p>
  2825.        <div>
  2826.            <span class="news-tag">
  2827.                <i class="fas fa-tag me-1"></i> WORKSHOP
  2828.            </span>
  2829.            <span class="news-tag">
  2830.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  2831.            </span>
  2832.        </div>
  2833.    </div>
  2834. </div></a>
  2835.  
  2836. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2837.                                                   data-bs-target="#eventModal"
  2838.                                                   data-title="🎓 Online Faculty Development Program (FDP) on “Revolutionizing Education with Machine Learning &amp; Generative AI”"
  2839.                                                   data-id="30"
  2840.                                                   data-description="The Department of Computer Science and Engineering (AI &amp; ML) at ANITS, in association with the Electronics &amp; ICT Academy, NIT Warangal, organized a ten-day Faculty Development Programme (FDP) titled &quot;Revolutionizing Education with Machine Learning &amp; Generative AI.&quot; The event was coordinated by Dr. M. A. Srinuvasu and overseen by             Dr. K. Selvani Depthi, Head of the Department.
  2841.  
  2842. 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.
  2843.  
  2844. 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.
  2845. Such initiatives not only bridge the gap between academia and industry but also pave the way for a smarter, AI-driven future in education.
  2846.  
  2847. Key Highlights:
  2848. • Deep dive into ML, DL, and Generative AI
  2849. • Hands-on learning for real-world implementation
  2850. • Collaboration between academia and industry
  2851. &quot;Empowering educators to shape AI-powered classrooms!&quot;"
  2852.                                                   data-date="03 Jan 2025"
  2853.                                                   data-gallery=""><div class="news-item">
  2854.    <div class="news-date">
  2855.        <span class="day">03</span>
  2856.        <span>Jan 2025</span>
  2857.    </div>
  2858.    <div class="news-content">
  2859.        <h5 class="news-title">
  2860.            <span class="news-indicator indicator-new"></span>
  2861.            🎓 Online Faculty Development Program (FDP) on “Revolutionizing Education with Machine Learning &amp; Generative AI”
  2862.        </h5>
  2863.        <p class="news-desc">
  2864.            The Department of Computer Science and Engineering (AI &amp; ML) at ANITS, in association with the Electronics &amp; ICT Academy, …
  2865.        </p>
  2866.        <div>
  2867.            <span class="news-tag">
  2868.                <i class="fas fa-tag me-1"></i> FDP
  2869.            </span>
  2870.            <span class="news-tag">
  2871.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  2872.            </span>
  2873.        </div>
  2874.    </div>
  2875. </div></a>
  2876.  
  2877. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2878.                                                   data-bs-target="#eventModal"
  2879.                                                   data-title="🗣Guest Lecture on “Enhancing Interview Skills for Beginners”"
  2880.                                                   data-id="27"
  2881.                                                   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 &amp; 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.
  2882. 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.
  2883. Key Highlights:
  2884. • Resume building, mock interviews &amp; do’s/don’ts
  2885. • Real-time feedback and interactive session
  2886. • Practical prep for placements
  2887. &quot;Ace your first impression!&quot;"
  2888.                                                   data-date="31 Dec 2024"
  2889.                                                   data-gallery=""><div class="news-item">
  2890.    <div class="news-date">
  2891.        <span class="day">31</span>
  2892.        <span>Dec 2024</span>
  2893.    </div>
  2894.    <div class="news-content">
  2895.        <h5 class="news-title">
  2896.            <span class="news-indicator indicator-new"></span>
  2897.            🗣Guest Lecture on “Enhancing Interview Skills for Beginners”
  2898.        </h5>
  2899.        <p class="news-desc">
  2900.            A guest lecture on Enhancing Interview Skills for Beginners was conducted from 9:00 AM to 12:00 PM, attended by 74 …
  2901.        </p>
  2902.        <div>
  2903.            <span class="news-tag">
  2904.                <i class="fas fa-tag me-1"></i> Guest Lecture
  2905.            </span>
  2906.            <span class="news-tag">
  2907.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  2908.            </span>
  2909.        </div>
  2910.    </div>
  2911. </div></a>
  2912.  
  2913. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2914.                                                   data-bs-target="#eventModal"
  2915.                                                   data-title="🧠 Guest Lecture on “Explainable Deep Learning to solve real time problems in various Domains”"
  2916.                                                   data-id="25"
  2917.                                                   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 &amp; 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.
  2918. Key Highlights:
  2919. • Deep learning applications across domains
  2920. • Focus on explainability and interpretability
  2921. • Expert-led with academic depth
  2922. &quot;AI that’s not just smart—but also understandable!&quot;"
  2923.                                                   data-date="23 Dec 2024"
  2924.                                                   data-gallery=""><div class="news-item">
  2925.    <div class="news-date">
  2926.        <span class="day">23</span>
  2927.        <span>Dec 2024</span>
  2928.    </div>
  2929.    <div class="news-content">
  2930.        <h5 class="news-title">
  2931.            <span class="news-indicator indicator-new"></span>
  2932.            🧠 Guest Lecture on “Explainable Deep Learning to solve real time problems in various Domains”
  2933.        </h5>
  2934.        <p class="news-desc">
  2935.            An enlightening guest lecture on Explainable AI (XAI) Techniques was conducted from 9:00 AM to 12:00 PM, engaging 118 students …
  2936.        </p>
  2937.        <div>
  2938.            <span class="news-tag">
  2939.                <i class="fas fa-tag me-1"></i> Guest Lecture
  2940.            </span>
  2941.            <span class="news-tag">
  2942.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  2943.            </span>
  2944.        </div>
  2945.    </div>
  2946. </div></a>
  2947.  
  2948. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2949.                                                   data-bs-target="#eventModal"
  2950.                                                   data-title="Industrial Visit  - Andhra Pradesh MedTech Zone (AMTZ) in Visakhapatnam"
  2951.                                                   data-id="6"
  2952.                                                   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.
  2953.  
  2954. The primary objectives of the visit were:
  2955. 1. To understand the functioning of AMTZ as a manufacturing hub.
  2956. 2. To explore operational strategies and business models in the med-tech sector.
  2957. 3. To gain exposure to cutting-edge medical technology and its economic impact.
  2958. 4. To relate management theories to real-world industrial practices."
  2959.                                                   data-date="13 Dec 2024"
  2960.                                                   data-gallery=""><div class="news-item">
  2961.    <div class="news-date">
  2962.        <span class="day">13</span>
  2963.        <span>Dec 2024</span>
  2964.    </div>
  2965.    <div class="news-content">
  2966.        <h5 class="news-title">
  2967.            <span class="news-indicator indicator-new"></span>
  2968.            Industrial Visit  - Andhra Pradesh MedTech Zone (AMTZ) in Visakhapatnam
  2969.        </h5>
  2970.        <p class="news-desc">
  2971.            The visit aimed to provide students with practical insights into the workings of a med-tech manufacturing ecosystem and its role …
  2972.        </p>
  2973.        <div>
  2974.            <span class="news-tag">
  2975.                <i class="fas fa-tag me-1"></i> Industrial Visit
  2976.            </span>
  2977.            <span class="news-tag">
  2978.                <i class="fas fa-calendar-alt me-1"></i> Department: MBA
  2979.            </span>
  2980.        </div>
  2981.    </div>
  2982. </div></a>
  2983.  
  2984. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2985.                                                   data-bs-target="#eventModal"
  2986.                                                   data-title="Two day workshop on “Artificial Intelligence for Chemical Engineers”"
  2987.                                                   data-id="8"
  2988.                                                   data-description="The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) &amp; 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.
  2989. 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.
  2990. 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.
  2991. 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."
  2992.                                                   data-date="09 Dec 2024"
  2993.                                                   data-gallery=""><div class="news-item">
  2994.    <div class="news-date">
  2995.        <span class="day">09</span>
  2996.        <span>Dec 2024</span>
  2997.    </div>
  2998.    <div class="news-content">
  2999.        <h5 class="news-title">
  3000.            <span class="news-indicator indicator-new"></span>
  3001.            Two day workshop on “Artificial Intelligence for Chemical Engineers”
  3002.        </h5>
  3003.        <p class="news-desc">
  3004.            The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) &amp; ANITS IIChE Students …
  3005.        </p>
  3006.        <div>
  3007.            <span class="news-tag">
  3008.                <i class="fas fa-tag me-1"></i> Conferences / Workshops
  3009.            </span>
  3010.            <span class="news-tag">
  3011.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMICAL
  3012.            </span>
  3013.        </div>
  3014.    </div>
  3015. </div></a>
  3016.  
  3017. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3018.                                                   data-bs-target="#eventModal"
  3019.                                                   data-title="🛡️ Guest Lecture on “Empowering Women, Ending Violence &amp; Cyber Crimes”"
  3020.                                                   data-id="24"
  3021.                                                   data-description="A powerful and insightful session on Gender Rights, Women&#x27;s Safety, and Combating Cybercrimes was conducted from 11:00 AM to 12:00 PM, engaging 80 students from II/IV B.Tech CSM &amp; CSD programs. The session was led by Mr. Chowdari Hari Krishna, Sub-Inspector, Civil Law &amp; Order, who emphasized the importance of understanding gender rights, ensuring women&#x27;s safety, and recognizing the growing impact of cybercrimes in today’s digital era.
  3022. 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.
  3023. Key Highlights:
  3024. • Awareness on violence, safety, and cyber laws
  3025. • Real-world examples of cybercrime scenarios
  3026. • Proactive measures and legal empowerment
  3027. &quot;Empower. Educate. Evolve.&quot;"
  3028.                                                   data-date="25 Nov 2024"
  3029.                                                   data-gallery=""><div class="news-item">
  3030.    <div class="news-date">
  3031.        <span class="day">25</span>
  3032.        <span>Nov 2024</span>
  3033.    </div>
  3034.    <div class="news-content">
  3035.        <h5 class="news-title">
  3036.            <span class="news-indicator indicator-new"></span>
  3037.            🛡️ Guest Lecture on “Empowering Women, Ending Violence &amp; Cyber Crimes”
  3038.        </h5>
  3039.        <p class="news-desc">
  3040.            A powerful and insightful session on Gender Rights, Women&#x27;s Safety, and Combating Cybercrimes was conducted from 11:00 AM to 12:00 …
  3041.        </p>
  3042.        <div>
  3043.            <span class="news-tag">
  3044.                <i class="fas fa-tag me-1"></i> Guest Lecture
  3045.            </span>
  3046.            <span class="news-tag">
  3047.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3048.            </span>
  3049.        </div>
  3050.    </div>
  3051. </div></a>
  3052.  
  3053. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3054.                                                   data-bs-target="#eventModal"
  3055.                                                   data-title="🔧 Guest Lecture  on  “Tech Trends Awareness: “Empowering Growth”"
  3056.                                                   data-id="29"
  3057.                                                   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.
  3058. 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.
  3059. Key Highlights:
  3060. • Industry-ready skills in tech
  3061. • Strategic upskilling for future careers
  3062. • Insightful career-building roadmap
  3063.         &quot;Stay ahead by staying informed!&quot;"
  3064.                                                   data-date="23 Nov 2024"
  3065.                                                   data-gallery=""><div class="news-item">
  3066.    <div class="news-date">
  3067.        <span class="day">23</span>
  3068.        <span>Nov 2024</span>
  3069.    </div>
  3070.    <div class="news-content">
  3071.        <h5 class="news-title">
  3072.            <span class="news-indicator indicator-new"></span>
  3073.            🔧 Guest Lecture  on  “Tech Trends Awareness: “Empowering Growth”
  3074.        </h5>
  3075.        <p class="news-desc">
  3076.            As part of the Life Skills series, a guest lecture titled “Tech Trends Awareness: Empowering Growth” was held from 9:00 …
  3077.        </p>
  3078.        <div>
  3079.            <span class="news-tag">
  3080.                <i class="fas fa-tag me-1"></i> Guest Lecture
  3081.            </span>
  3082.            <span class="news-tag">
  3083.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3084.            </span>
  3085.        </div>
  3086.    </div>
  3087. </div></a>
  3088.  
  3089. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3090.                                                   data-bs-target="#eventModal"
  3091.                                                   data-title="🚀 ISTE:  IDEATHON Contest 🚀"
  3092.                                                   data-id="17"
  3093.                                                   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.
  3094. Key Highlights:
  3095. • Innovation-driven collaboration
  3096. • AI/ML &amp; Data Science problem-solving
  3097. &quot;Great ideas come from teamwork and passion!&quot;"
  3098.                                                   data-date="20 Nov 2024"
  3099.                                                   data-gallery=""><div class="news-item">
  3100.    <div class="news-date">
  3101.        <span class="day">20</span>
  3102.        <span>Nov 2024</span>
  3103.    </div>
  3104.    <div class="news-content">
  3105.        <h5 class="news-title">
  3106.            <span class="news-indicator indicator-new"></span>
  3107.            🚀 ISTE:  IDEATHON Contest 🚀
  3108.        </h5>
  3109.        <p class="news-desc">
  3110.            The “Ideathon Contest” at ANITS was a powerhouse of innovation and creativity! This exciting event offered students a platform to …
  3111.        </p>
  3112.        <div>
  3113.            <span class="news-tag">
  3114.                <i class="fas fa-tag me-1"></i> ISTE
  3115.            </span>
  3116.            <span class="news-tag">
  3117.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3118.            </span>
  3119.        </div>
  3120.    </div>
  3121. </div></a>
  3122.  
  3123. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3124.                                                   data-bs-target="#eventModal"
  3125.                                                   data-title="How to crack a job interview"
  3126.                                                   data-id="34"
  3127.                                                   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."
  3128.                                                   data-date="20 Nov 2024"
  3129.                                                   data-gallery=""><div class="news-item">
  3130.    <div class="news-date">
  3131.        <span class="day">20</span>
  3132.        <span>Nov 2024</span>
  3133.    </div>
  3134.    <div class="news-content">
  3135.        <h5 class="news-title">
  3136.            <span class="news-indicator indicator-new"></span>
  3137.            How to crack a job interview
  3138.        </h5>
  3139.        <p class="news-desc">
  3140.            A one day seminar is organized by Department of Chemistry (FED) on Life Skills “How to crack a job interview” …
  3141.        </p>
  3142.        <div>
  3143.            <span class="news-tag">
  3144.                <i class="fas fa-tag me-1"></i> Seminar
  3145.            </span>
  3146.            <span class="news-tag">
  3147.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMISTRY
  3148.            </span>
  3149.        </div>
  3150.    </div>
  3151. </div></a>
  3152.  
  3153. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3154.                                                   data-bs-target="#eventModal"
  3155.                                                   data-title="Solid Waste Management"
  3156.                                                   data-id="33"
  3157.                                                   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."
  3158.                                                   data-date="16 Nov 2024"
  3159.                                                   data-gallery=""><div class="news-item">
  3160.    <div class="news-date">
  3161.        <span class="day">16</span>
  3162.        <span>Nov 2024</span>
  3163.    </div>
  3164.    <div class="news-content">
  3165.        <h5 class="news-title">
  3166.            <span class="news-indicator indicator-new"></span>
  3167.            Solid Waste Management
  3168.        </h5>
  3169.        <p class="news-desc">
  3170.            An outreach and extension programme is organized along with the students of Chemical and Electrical and Electronics Engineering at Zilla …
  3171.        </p>
  3172.        <div>
  3173.            <span class="news-tag">
  3174.                <i class="fas fa-tag me-1"></i> Outreach Program
  3175.            </span>
  3176.            <span class="news-tag">
  3177.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMISTRY
  3178.            </span>
  3179.        </div>
  3180.    </div>
  3181. </div></a>
  3182.  
  3183. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3184.                                                   data-bs-target="#eventModal"
  3185.                                                   data-title="Language and Communication Skills: Enhancing Interview Skills for Beginners"
  3186.                                                   data-id="32"
  3187.                                                   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."
  3188.                                                   data-date="15 Nov 2024"
  3189.                                                   data-gallery=""><div class="news-item">
  3190.    <div class="news-date">
  3191.        <span class="day">15</span>
  3192.        <span>Nov 2024</span>
  3193.    </div>
  3194.    <div class="news-content">
  3195.        <h5 class="news-title">
  3196.            <span class="news-indicator indicator-new"></span>
  3197.            Language and Communication Skills: Enhancing Interview Skills for Beginners
  3198.        </h5>
  3199.        <p class="news-desc">
  3200.            A one day seminar is organized by Department of Chemistry (FED) on Capacity Development and Skill-Enhancing Activity “Language and Communication …
  3201.        </p>
  3202.        <div>
  3203.            <span class="news-tag">
  3204.                <i class="fas fa-tag me-1"></i> Seminar
  3205.            </span>
  3206.            <span class="news-tag">
  3207.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMISTRY
  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="💬Guest Lecture on “Emotional Intelligence (EI)”"
  3216.                                                   data-id="26"
  3217.                                                   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 &amp; 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.
  3218. Key Highlights:
  3219. • Networking, mentorship &amp; growth through EI
  3220. • Emotional self-regulation and active listening
  3221. • Real-world case discussions
  3222. &quot;EQ is the new IQ!&quot;"
  3223.                                                   data-date="29 Oct 2024"
  3224.                                                   data-gallery=""><div class="news-item">
  3225.    <div class="news-date">
  3226.        <span class="day">29</span>
  3227.        <span>Oct 2024</span>
  3228.    </div>
  3229.    <div class="news-content">
  3230.        <h5 class="news-title">
  3231.            <span class="news-indicator indicator-new"></span>
  3232.            💬Guest Lecture on “Emotional Intelligence (EI)”
  3233.        </h5>
  3234.        <p class="news-desc">
  3235.            A guest lecture on Emotional Intelligence was held from 9:00 AM to 12:00 PM for 49 students of II/IV B.Tech …
  3236.        </p>
  3237.        <div>
  3238.            <span class="news-tag">
  3239.                <i class="fas fa-tag me-1"></i> Guest Lecture
  3240.            </span>
  3241.            <span class="news-tag">
  3242.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3243.            </span>
  3244.        </div>
  3245.    </div>
  3246. </div></a>
  3247.  
  3248. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3249.                                                   data-bs-target="#eventModal"
  3250.                                                   data-title="⏳ Workshop on Time Management &amp; Goal Setting"
  3251.                                                   data-id="28"
  3252.                                                   data-description="A Workshop on Time Management &amp; 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.
  3253. 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.
  3254. Key Highlights:
  3255. • Life planning strategies for students
  3256. • Stress reduction through time mastery
  3257. • Personalized goal-setting
  3258. &quot;Plan well. Act better. Succeed faster!&quot;"
  3259.                                                   data-date="28 Oct 2024"
  3260.                                                   data-gallery=""><div class="news-item">
  3261.    <div class="news-date">
  3262.        <span class="day">28</span>
  3263.        <span>Oct 2024</span>
  3264.    </div>
  3265.    <div class="news-content">
  3266.        <h5 class="news-title">
  3267.            <span class="news-indicator indicator-new"></span>
  3268.            ⏳ Workshop on Time Management &amp; Goal Setting
  3269.        </h5>
  3270.        <p class="news-desc">
  3271.            A Workshop on Time Management &amp; Goal Setting was conducted from 9:00 AM to 12:00 PM, with participation from 50 …
  3272.        </p>
  3273.        <div>
  3274.            <span class="news-tag">
  3275.                <i class="fas fa-tag me-1"></i> WORKSHOP
  3276.            </span>
  3277.            <span class="news-tag">
  3278.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3279.            </span>
  3280.        </div>
  3281.    </div>
  3282. </div></a>
  3283.  
  3284. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3285.                                                   data-bs-target="#eventModal"
  3286.                                                   data-title="🤖 WORKSHOP on Robotic Process Automation (RPA)"
  3287.                                                   data-id="21"
  3288.                                                   data-description="Description:
  3289.         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.
  3290. Key Highlights:
  3291. • Real-world exposure to RPA tools
  3292. • Peer-led knowledge sharing
  3293. • Emphasis on automation &amp; industry readiness
  3294. &quot;Automate the routine. Accelerate innovation!&quot;"
  3295.                                                   data-date="18 Sep 2024"
  3296.                                                   data-gallery=""><div class="news-item">
  3297.    <div class="news-date">
  3298.        <span class="day">18</span>
  3299.        <span>Sep 2024</span>
  3300.    </div>
  3301.    <div class="news-content">
  3302.        <h5 class="news-title">
  3303.            <span class="news-indicator indicator-new"></span>
  3304.            🤖 WORKSHOP on Robotic Process Automation (RPA)
  3305.        </h5>
  3306.        <p class="news-desc">
  3307.            Description: A 3-day hands-on workshop aimed at familiarizing students with real-life applications of RPA tools and technologies. Delivered by senior …
  3308.        </p>
  3309.        <div>
  3310.            <span class="news-tag">
  3311.                <i class="fas fa-tag me-1"></i> WORKSHOP
  3312.            </span>
  3313.            <span class="news-tag">
  3314.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3315.            </span>
  3316.        </div>
  3317.    </div>
  3318. </div></a>
  3319.  
  3320. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3321.                                                   data-bs-target="#eventModal"
  3322.                                                   data-title="🧭CSI:    Tech Trek: Technical Treasure Hunt"
  3323.                                                   data-id="19"
  3324.                                                   data-description="Description:
  3325.        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.
  3326. Key Highlights:
  3327. • Interactive, theme-based technical treasure hunt
  3328. • Inspired by Mahabharata’s tactical depth
  3329. • Hosted by HOD Dr. K. Selvani Deepthi with coordination by Ms. M.V. Bhuvaneshwari
  3330. &quot;Strategy meets technology in every clue!&quot;"
  3331.                                                   data-date="13 Sep 2024"
  3332.                                                   data-gallery=""><div class="news-item">
  3333.    <div class="news-date">
  3334.        <span class="day">13</span>
  3335.        <span>Sep 2024</span>
  3336.    </div>
  3337.    <div class="news-content">
  3338.        <h5 class="news-title">
  3339.            <span class="news-indicator indicator-new"></span>
  3340.            🧭CSI:    Tech Trek: Technical Treasure Hunt
  3341.        </h5>
  3342.        <p class="news-desc">
  3343.            Description: CSI’s first-ever Tech Trek was an exhilarating treasure hunt, designed around the theme “Abhimanyu’s Escape from the Chakravyuha,” blending …
  3344.        </p>
  3345.        <div>
  3346.            <span class="news-tag">
  3347.                <i class="fas fa-tag me-1"></i> CSI
  3348.            </span>
  3349.            <span class="news-tag">
  3350.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3351.            </span>
  3352.        </div>
  3353.    </div>
  3354. </div></a>
  3355.  
  3356. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3357.                                                   data-bs-target="#eventModal"
  3358.                                                   data-title="🌸Guest Lecture  on Gynaecological Issues in Youngsters"
  3359.                                                   data-id="23"
  3360.                                                   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.
  3361. Key Highlights:
  3362. • Women’s health and wellness awareness
  3363. • Participation from 3rd and 4th-year students
  3364. • Focus on early detection and education
  3365. &quot;Healthy minds thrive in healthy bodies!&quot;"
  3366.                                                   data-date="29 Aug 2024"
  3367.                                                   data-gallery=""><div class="news-item">
  3368.    <div class="news-date">
  3369.        <span class="day">29</span>
  3370.        <span>Aug 2024</span>
  3371.    </div>
  3372.    <div class="news-content">
  3373.        <h5 class="news-title">
  3374.            <span class="news-indicator indicator-new"></span>
  3375.            🌸Guest Lecture  on Gynaecological Issues in Youngsters
  3376.        </h5>
  3377.        <p class="news-desc">
  3378.            This insightful seminar focused on raising awareness about reproductive health challenges faced by young women. Dr. Roohi Khaja (Resource Person, …
  3379.        </p>
  3380.        <div>
  3381.            <span class="news-tag">
  3382.                <i class="fas fa-tag me-1"></i> Guest Lecture
  3383.            </span>
  3384.            <span class="news-tag">
  3385.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3386.            </span>
  3387.        </div>
  3388.    </div>
  3389. </div></a>
  3390.  
  3391. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3392.                                                   data-bs-target="#eventModal"
  3393.                                                   data-title="Excellene Through Meditation"
  3394.                                                   data-id="31"
  3395.                                                   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."
  3396.                                                   data-date="15 Jun 2024"
  3397.                                                   data-gallery=""><div class="news-item">
  3398.    <div class="news-date">
  3399.        <span class="day">15</span>
  3400.        <span>Jun 2024</span>
  3401.    </div>
  3402.    <div class="news-content">
  3403.        <h5 class="news-title">
  3404.            <span class="news-indicator indicator-new"></span>
  3405.            Excellene Through Meditation
  3406.        </h5>
  3407.        <p class="news-desc">
  3408.            A one day workshop is organized by Department of Chemistry in association with Women and Redressal cell for faculty on …
  3409.        </p>
  3410.        <div>
  3411.            <span class="news-tag">
  3412.                <i class="fas fa-tag me-1"></i> Workshop
  3413.            </span>
  3414.            <span class="news-tag">
  3415.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMISTRY
  3416.            </span>
  3417.        </div>
  3418.    </div>
  3419. </div></a>
  3420.  
  3421. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3422.                                                   data-bs-target="#eventModal"
  3423.                                                   data-title="National Student Conference CHEMFLARE 2K24"
  3424.                                                   data-id="7"
  3425.                                                   data-description="The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) &amp; 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.
  3426. 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.
  3427. 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.
  3428. 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."
  3429.                                                   data-date="01 Mar 2024"
  3430.                                                   data-gallery=""><div class="news-item">
  3431.    <div class="news-date">
  3432.        <span class="day">01</span>
  3433.        <span>Mar 2024</span>
  3434.    </div>
  3435.    <div class="news-content">
  3436.        <h5 class="news-title">
  3437.            <span class="news-indicator indicator-new"></span>
  3438.            National Student Conference CHEMFLARE 2K24
  3439.        </h5>
  3440.        <p class="news-desc">
  3441.            The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) &amp; ANITS IIChE Students …
  3442.        </p>
  3443.        <div>
  3444.            <span class="news-tag">
  3445.                <i class="fas fa-tag me-1"></i> Conferences / Workshops
  3446.            </span>
  3447.            <span class="news-tag">
  3448.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMICAL
  3449.            </span>
  3450.        </div>
  3451.    </div>
  3452. </div></a>
  3453.  
  3454. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3455.                                                   data-bs-target="#eventModal"
  3456.                                                   data-title="AWS Cloud Computing Training Program"
  3457.                                                   data-id="2"
  3458.                                                   data-description="1.To disseminate the knowledge of Amazon Web Services among students, researchers and academicians
  3459. 2. To discuss the current status of Amazon Web Services and research work in India and  
  3460.     across the world"
  3461.                                                   data-date="04 Dec 2023"
  3462.                                                   data-gallery=""><div class="news-item">
  3463.    <div class="news-date">
  3464.        <span class="day">04</span>
  3465.        <span>Dec 2023</span>
  3466.    </div>
  3467.    <div class="news-content">
  3468.        <h5 class="news-title">
  3469.            <span class="news-indicator indicator-new"></span>
  3470.            AWS Cloud Computing Training Program
  3471.        </h5>
  3472.        <p class="news-desc">
  3473.            1.To disseminate the knowledge of Amazon Web Services among students, researchers and academicians 2. To discuss the current status of …
  3474.        </p>
  3475.        <div>
  3476.            <span class="news-tag">
  3477.                <i class="fas fa-tag me-1"></i> Others
  3478.            </span>
  3479.            <span class="news-tag">
  3480.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE
  3481.            </span>
  3482.        </div>
  3483.    </div>
  3484. </div></a>
  3485.  
  3486. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3487.                                                   data-bs-target="#eventModal"
  3488.                                                   data-title="BlockChain Technology and it’s Applications"
  3489.                                                   data-id="3"
  3490.                                                   data-description="Blockchain is a technology that enables the secure sharing of information. Data, obviously, is
  3491. stored in a database. Transactions are recorded in an account book called a ledger. A blockchain
  3492. is a type of distributed database or ledger—one of today’s top tech trends—which means the
  3493. power to update a blockchain is distributed between the nodes, or participants, of a public or
  3494. private computer network. Solidity is a high-level programming language designed for
  3495. implementing smart contracts. Several industrial applications of blockchain technology
  3496. include food supply chain traceability, financial service for the banking industry, decentralized
  3497. data storage in healthcare applications, logistics, additive manufacturing and a lot more."
  3498.                                                   data-date="08 Aug 2023"
  3499.                                                   data-gallery=""><div class="news-item">
  3500.    <div class="news-date">
  3501.        <span class="day">08</span>
  3502.        <span>Aug 2023</span>
  3503.    </div>
  3504.    <div class="news-content">
  3505.        <h5 class="news-title">
  3506.            <span class="news-indicator indicator-new"></span>
  3507.            BlockChain Technology and it’s Applications
  3508.        </h5>
  3509.        <p class="news-desc">
  3510.            Blockchain is a technology that enables the secure sharing of information. Data, obviously, is stored in a database. Transactions are …
  3511.        </p>
  3512.        <div>
  3513.            <span class="news-tag">
  3514.                <i class="fas fa-tag me-1"></i> Workshops
  3515.            </span>
  3516.            <span class="news-tag">
  3517.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE
  3518.            </span>
  3519.        </div>
  3520.    </div>
  3521. </div></a>
  3522.  
  3523. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3524.                                                   data-bs-target="#eventModal"
  3525.                                                   data-title="National Student conference CHEMFLARE-2K23"
  3526.                                                   data-id="9"
  3527.                                                   data-description="The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) &amp; 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.
  3528. 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.
  3529. 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
  3530. 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."
  3531.                                                   data-date="02 Mar 2023"
  3532.                                                   data-gallery=""><div class="news-item">
  3533.    <div class="news-date">
  3534.        <span class="day">02</span>
  3535.        <span>Mar 2023</span>
  3536.    </div>
  3537.    <div class="news-content">
  3538.        <h5 class="news-title">
  3539.            <span class="news-indicator indicator-new"></span>
  3540.            National Student conference CHEMFLARE-2K23
  3541.        </h5>
  3542.        <p class="news-desc">
  3543.            The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) &amp; ANITS IIChE Students …
  3544.        </p>
  3545.        <div>
  3546.            <span class="news-tag">
  3547.                <i class="fas fa-tag me-1"></i> Conferences / Workshops
  3548.            </span>
  3549.            <span class="news-tag">
  3550.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMICAL
  3551.            </span>
  3552.        </div>
  3553.    </div>
  3554. </div></a>
  3555.  
  3556. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3557.                                                   data-bs-target="#eventModal"
  3558.                                                   data-title="Workshop on Full Stack .net"
  3559.                                                   data-id="4"
  3560.                                                   data-description=""
  3561.                                                   data-date="23 Feb 2023"
  3562.                                                   data-gallery=""><div class="news-item">
  3563.    <div class="news-date">
  3564.        <span class="day">23</span>
  3565.        <span>Feb 2023</span>
  3566.    </div>
  3567.    <div class="news-content">
  3568.        <h5 class="news-title">
  3569.            <span class="news-indicator indicator-new"></span>
  3570.            Workshop on Full Stack .net
  3571.        </h5>
  3572.        <p class="news-desc">
  3573.            
  3574.        </p>
  3575.        <div>
  3576.            <span class="news-tag">
  3577.                <i class="fas fa-tag me-1"></i> Workshops
  3578.            </span>
  3579.            <span class="news-tag">
  3580.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE
  3581.            </span>
  3582.        </div>
  3583.    </div>
  3584. </div></a>
  3585.  
  3586. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3587.                                                   data-bs-target="#eventModal"
  3588.                                                   data-title="National Student conference CHEMFLARE-2K22"
  3589.                                                   data-id="10"
  3590.                                                   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 &amp; 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."
  3591.                                                   data-date="21 Apr 2022"
  3592.                                                   data-gallery=""><div class="news-item">
  3593.    <div class="news-date">
  3594.        <span class="day">21</span>
  3595.        <span>Apr 2022</span>
  3596.    </div>
  3597.    <div class="news-content">
  3598.        <h5 class="news-title">
  3599.            <span class="news-indicator indicator-new"></span>
  3600.            National Student conference CHEMFLARE-2K22
  3601.        </h5>
  3602.        <p class="news-desc">
  3603.            The Department of Chemical Engineering, ANITS has organized a two day National Level Student Conference Chemflare 2k22 during 21 st …
  3604.        </p>
  3605.        <div>
  3606.            <span class="news-tag">
  3607.                <i class="fas fa-tag me-1"></i> Conferences / Workshops
  3608.            </span>
  3609.            <span class="news-tag">
  3610.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMICAL
  3611.            </span>
  3612.        </div>
  3613.    </div>
  3614. </div></a>
  3615.  
  3616. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3617.                                                   data-bs-target="#eventModal"
  3618.                                                   data-title="National Student conference CHEMFLARE-2K20"
  3619.                                                   data-id="11"
  3620.                                                   data-description="The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) &amp; 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.
  3621. 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
  3622. 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
  3623. 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
  3624. 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"
  3625.                                                   data-date="19 Feb 2020"
  3626.                                                   data-gallery=""><div class="news-item">
  3627.    <div class="news-date">
  3628.        <span class="day">19</span>
  3629.        <span>Feb 2020</span>
  3630.    </div>
  3631.    <div class="news-content">
  3632.        <h5 class="news-title">
  3633.            <span class="news-indicator indicator-new"></span>
  3634.            National Student conference CHEMFLARE-2K20
  3635.        </h5>
  3636.        <p class="news-desc">
  3637.            The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) &amp; ANITS IIChE Students …
  3638.        </p>
  3639.        <div>
  3640.            <span class="news-tag">
  3641.                <i class="fas fa-tag me-1"></i> Conferences / Workshops
  3642.            </span>
  3643.            <span class="news-tag">
  3644.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMICAL
  3645.            </span>
  3646.        </div>
  3647.    </div>
  3648. </div></a>
  3649.  
  3650. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3651.                                                   data-bs-target="#eventModal"
  3652.                                                   data-title="National workshop on MATLAB for Engineers-2019"
  3653.                                                   data-id="12"
  3654.                                                   data-description=""
  3655.                                                   data-date="27 Dec 2019"
  3656.                                                   data-gallery=""><div class="news-item">
  3657.    <div class="news-date">
  3658.        <span class="day">27</span>
  3659.        <span>Dec 2019</span>
  3660.    </div>
  3661.    <div class="news-content">
  3662.        <h5 class="news-title">
  3663.            <span class="news-indicator indicator-new"></span>
  3664.            National workshop on MATLAB for Engineers-2019
  3665.        </h5>
  3666.        <p class="news-desc">
  3667.            
  3668.        </p>
  3669.        <div>
  3670.            <span class="news-tag">
  3671.                <i class="fas fa-tag me-1"></i> Conferences / Workshops
  3672.            </span>
  3673.            <span class="news-tag">
  3674.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMICAL
  3675.            </span>
  3676.        </div>
  3677.    </div>
  3678. </div></a>
  3679.  
  3680.  
  3681.  
  3682.  
  3683.  
  3684.                        </div>
  3685.                    </div>
  3686.  
  3687.    <div class="col-sm-6">
  3688.  <div class="" style="width:100%; background-color: #fff;">
  3689.    <div class="card-header">
  3690.      <div class="bubble"></div>
  3691.      <div class="bubble"></div>
  3692.      <div class="bubble"></div>
  3693.      <h2 class="text-white">Bulletin Board</h2>
  3694.    </div>
  3695.  
  3696.    <!-- Scrollable Container -->
  3697.    <div class="scrollable-bulletin" style="max-height: 470px; overflow-y: auto;">
  3698.      <ul class="bulletin-list mb-0">
  3699.        
  3700.        <li class="bulletin-item">
  3701.          <a href="/media/circular/MBA_I-Sem_Supply._MBA_IV-Sem_Regular-RECOUNTING-CHALLENGE_VALUATION_CIRCULAR.pdf"
  3702.             target="_blank">
  3703.            <span class="dot">●</span> MBA I-Sem Supply., MBA IV-Sem Regular-RECOUNTING-CHALLENGE VALUATION CIRCULAR
  3704.          </a>
  3705.        </li>
  3706.        
  3707.        <li class="bulletin-item">
  3708.          <a href="/media/circular/I-IV_B.Tech_I-SEM_Regular_Exams._R24-Recounting_Results.pdf"
  3709.             target="_blank">
  3710.            <span class="dot">●</span> I-IV B.Tech I-SEM Regular Exams. (R24)-Recounting Results
  3711.          </a>
  3712.        </li>
  3713.        
  3714.        <li class="bulletin-item">
  3715.          <a href="/media/circular/I-IV_B.Tech_I-SEM_Regular_Exams._R24-Challenge_Valuation_Results.pdf"
  3716.             target="_blank">
  3717.            <span class="dot">●</span> I-IV B.Tech I-SEM Regular Exams. (R24)-Challenge Valuation Results
  3718.          </a>
  3719.        </li>
  3720.        
  3721.        <li class="bulletin-item">
  3722.          <a href="/media/circular/MBA_II-SEMESTER_REGULAR__SUPPLEMENTARY_EXAMINATIONS_TIME_TABLE-JULY-2025_R23.pdf"
  3723.             target="_blank">
  3724.            <span class="dot">●</span> MBA II-SEMESTER REGULAR &amp; SUPPLEMENTARY EXAMINATIONS TIME TABLE-JULY-2025 (R23)
  3725.          </a>
  3726.        </li>
  3727.        
  3728.        <li class="bulletin-item">
  3729.          <a href="/media/circular/IV-IV_B.Tech_I-Sem_Supplementary_Exans_R20_-June-2025_-_SPECIAL_DRIVE_RESULTS.pdf"
  3730.             target="_blank">
  3731.            <span class="dot">●</span> IV-IV B.Tech I-Sem Supplementary Exans (R20) -June-2025 - SPECIAL DRIVE RESULTS
  3732.          </a>
  3733.        </li>
  3734.        
  3735.        <li class="bulletin-item">
  3736.          <a href="/media/circular/II-IV_B.Tech_I-Sem_Supplementary_Exans_R20_-June-2025_-_SPECIAL_DRIVE_RESULTS.pdf"
  3737.             target="_blank">
  3738.            <span class="dot">●</span> II-IV B.Tech I-Sem Supplementary Exans (R20) -June-2025 - SPECIAL DRIVE RESULTS
  3739.          </a>
  3740.        </li>
  3741.        
  3742.        <li class="bulletin-item">
  3743.          <a href="/media/circular/II-IV_B.TECH_SEM_I_WP-CHEMICAL_Regular_Examinations-January-2025-RESULTS_R23.pdf"
  3744.             target="_blank">
  3745.            <span class="dot">●</span> II-IV B.TECH SEM I (WP-CHEMICAL) Regular Examinations-January-2025-RESULTS (R23)
  3746.          </a>
  3747.        </li>
  3748.        
  3749.        <li class="bulletin-item">
  3750.          <a href="/media/circular/timetable.pdf"
  3751.             target="_blank">
  3752.            <span class="dot">●</span> III-IV B.TECH I-SEMESTER SUPPLEMENTARY EXAMINATIONS TIME TABLES-JULY-2025 (R15,R19,R20,R20.1)
  3753.          </a>
  3754.        </li>
  3755.        
  3756.        <li class="bulletin-item">
  3757.          <a href="/media/circular/I-IV_B.TECH_I-SEM_SUPPLEMENTARY_EXAMS_FEE_NOTIFICATION__FEE_PAYMENT_INSTRUCTIONS.pdf"
  3758.             target="_blank">
  3759.            <span class="dot">●</span> I-IV B.TECH I-SEM SUPPLEMENTARY EXAMS FEE NOTIFICATION &amp; FEE PAYMENT INSTRUCTIONS
  3760.          </a>
  3761.        </li>
  3762.        
  3763.        <li class="bulletin-item">
  3764.          <a href="/media/circular/IV-IV_B.TECH_I-SEM_SUPPLEMENTARY_EXAMINATIONSR15R19R20_320SERIES_R20_A211_SERIES_0001.pdf"
  3765.             target="_blank">
  3766.            <span class="dot">●</span> IV/IV B.TECH I-SEMESTER SUPPLEMENTARY EXAMINATIONS(R15),(R19), (R20 320 SERIES) &amp; (R20 A211 SERIES)
  3767.          </a>
  3768.        </li>
  3769.        
  3770.        <li class="bulletin-item">
  3771.          <a href="/media/circular/II-IV_B.TECH_SEM-I_SUPPLY_EXAMINATION_NOTIFICATION_0001.pdf"
  3772.             target="_blank">
  3773.            <span class="dot">●</span> II-IV B.TECH SEM-I SUPPLY EXAMINATION NOTIFICATION
  3774.          </a>
  3775.        </li>
  3776.        
  3777.        <li class="bulletin-item">
  3778.          <a href="/media/circular/II-IV_B.Tech_sem-II_Working_Professionals_Exam_time_table_June_2025Mechanical_0001.pdf"
  3779.             target="_blank">
  3780.            <span class="dot">●</span> II-IV B.Tech sem-II Working Professionals Exam time table, June 2025(Mechanical)
  3781.          </a>
  3782.        </li>
  3783.        
  3784.        <li class="bulletin-item">
  3785.          <a href="/media/circular/II-IV_B.Tech_Sem-II_Working_Professional_Exam_time_table_june2025_EEE_0001.pdf"
  3786.             target="_blank">
  3787.            <span class="dot">●</span> II-IV B.Tech Sem-II Working Professional Exam time table ,june2025 (EEE)
  3788.          </a>
  3789.        </li>
  3790.        
  3791.        <li class="bulletin-item">
  3792.          <a href="/media/circular/II-IV_B.Tech_sem-II_Working_Professionals_Exam_Time_table_June_2025_Chemical_0001.pdf"
  3793.             target="_blank">
  3794.            <span class="dot">●</span> II-IV B.Tech sem-II Working Professionals Exam Time table June 2025 (Chemical)
  3795.          </a>
  3796.        </li>
  3797.        
  3798.        <li class="bulletin-item">
  3799.          <a href="/media/circular/Instant_Special_Drive_Examination_time_table_june_2025_A211_series_only_0001.pdf"
  3800.             target="_blank">
  3801.            <span class="dot">●</span> Instant Special Drive Examination time table June 2025 (A211 series only)
  3802.          </a>
  3803.        </li>
  3804.        
  3805.        <li class="bulletin-item">
  3806.          <a href="/media/circular/3-1_B.Tech_-I_-Sem_Supplementary_Notification_circular_-_0001.pdf"
  3807.             target="_blank">
  3808.            <span class="dot">●</span> III-IV B.TECH I-SEM SUPPLEMENTARY EXAMS FEE NOTIFICATION &amp; FEE PAYMENT INSTRUCTIONS
  3809.          </a>
  3810.        </li>
  3811.        
  3812.        <li class="bulletin-item">
  3813.          <a href="/media/circular/IV-IV_B.TECH_SEM-_I_SUPPLEMENTARY_NOTIFICATION_CIRCULAR_R-15R-19_R-20_0001.pdf"
  3814.             target="_blank">
  3815.            <span class="dot">●</span> IV-IV B.TECH SEM- I SUPPLEMENTARY NOTIFICATION CIRCULAR (R-15,R-19 ,R-20)
  3816.          </a>
  3817.        </li>
  3818.        
  3819.        <li class="bulletin-item">
  3820.          <a href="/media/circular/SPECIAL_DRIVE_EXAMS_NOTIFICATION_A211_SERIES_REGULAR_1.pdf"
  3821.             target="_blank">
  3822.            <span class="dot">●</span> SPECIAL DRIVE EXAMS NOTIFICATION (A211 SERIES REGULAR)
  3823.          </a>
  3824.        </li>
  3825.        
  3826.        <li class="bulletin-item">
  3827.          <a href="/media/circular/SUPPLEMENTARY_EXAMINATIONS_SCHEDULE_TENTATIVE.pdf"
  3828.             target="_blank">
  3829.            <span class="dot">●</span> SUPPLEMENTARY EXAMINATIONS SCHEDULE (TENTATIVE)
  3830.          </a>
  3831.        </li>
  3832.        
  3833.        <li class="bulletin-item">
  3834.          <a href="/media/circular/education-verification_portal_link.pdf"
  3835.             target="_blank">
  3836.            <span class="dot">●</span> Education-Verification Portal link
  3837.          </a>
  3838.        </li>
  3839.        
  3840.        <li class="bulletin-item">
  3841.          <a href="/media/circular/IV-IV_B_ZHAJfMu.Tech_II-SEM_Regular_Exams_-_April-2025_R20_Results.pdf"
  3842.             target="_blank">
  3843.            <span class="dot">●</span> IV-IV_B.Tech_II-SEM_Regular_Exams_-_April-2025_R20_Results
  3844.          </a>
  3845.        </li>
  3846.        
  3847.        <li class="bulletin-item">
  3848.          <a href="/media/circular/t7.pdf"
  3849.             target="_blank">
  3850.            <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)
  3851.          </a>
  3852.        </li>
  3853.        
  3854.        <li class="bulletin-item">
  3855.          <a href="/media/circular/t6.pdf"
  3856.             target="_blank">
  3857.            <span class="dot">●</span> M.TECH I-SEM REGULAR &amp; SUPPLEMENTARY &amp; WORKING PROFESSIONALS EXAMINATIONS TIME TABLES-MARCH-2025 (R24,R23)
  3858.          </a>
  3859.        </li>
  3860.        
  3861.        <li class="bulletin-item">
  3862.          <a href="/media/circular/t5.pdf"
  3863.             target="_blank">
  3864.            <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)
  3865.          </a>
  3866.        </li>
  3867.        
  3868.        <li class="bulletin-item">
  3869.          <a href="/media/circular/t4.pdf"
  3870.             target="_blank">
  3871.            <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)
  3872.          </a>
  3873.        </li>
  3874.        
  3875.        <li class="bulletin-item">
  3876.          <a href="/media/circular/t3.pdf"
  3877.             target="_blank">
  3878.            <span class="dot">●</span> I-IV B.TECH II-SEM REGULAR &amp; SUPPLEMENTARY EXAMINATIONS TIME TABLES-MAY-2025 (R23,R20.1,R20,R19,R15)
  3879.          </a>
  3880.        </li>
  3881.        
  3882.        <li class="bulletin-item">
  3883.          <a href="/media/circular/t2.pdf"
  3884.             target="_blank">
  3885.            <span class="dot">●</span> I-IV B.Tech II-SEM Regular EXTERNAL LAB TIME TABLES-May-2025 (R23)
  3886.          </a>
  3887.        </li>
  3888.        
  3889.        <li class="bulletin-item">
  3890.          <a href="/media/circular/t1.pdf"
  3891.             target="_blank">
  3892.            <span class="dot">●</span> IV-IV B.TECH II-SEMESTER SUPPLEMENTARY EXAMINATIONS TIME TABLES-MAY-2025 (R15,R19)
  3893.          </a>
  3894.        </li>
  3895.        
  3896.        <li class="bulletin-item">
  3897.          <a href="/static/images/team/1.pdf"
  3898.             target="_blank">
  3899.            <span class="dot">●</span> I-IV B.TECH II-SEM SUPPLEMENTARY EXAMS FEE NOTIFICATION &amp; FEE PAYMENT INSTRUCTIONS
  3900.          </a>
  3901.        </li>
  3902.        
  3903.      </ul>
  3904.    </div>
  3905.  </div>
  3906. </div>
  3907.  
  3908.  
  3909.                </div>
  3910.            </div>
  3911.  
  3912.        </section>
  3913.  
  3914.  
  3915.  
  3916.  
  3917.  
  3918.  
  3919.  
  3920.  
  3921.  
  3922.  
  3923.  
  3924.  
  3925.  
  3926.  
  3927.  
  3928.  
  3929.  
  3930.  
  3931.  
  3932.  
  3933.  
  3934.  
  3935.  
  3936.  
  3937.  
  3938.  
  3939.  
  3940.  
  3941.  
  3942.  
  3943.  
  3944.  
  3945.  
  3946.  
  3947.  
  3948.  
  3949.  
  3950.  
  3951.  
  3952.  
  3953.  
  3954.  
  3955.  
  3956.  
  3957.  
  3958.  
  3959.  
  3960.  
  3961.  
  3962.  
  3963.  
  3964.  
  3965.  
  3966.  
  3967.  
  3968.  
  3969.  
  3970.  
  3971.  
  3972.  
  3973.  
  3974.  
  3975.  
  3976.  
  3977.  
  3978.  
  3979.  
  3980.  
  3981.  
  3982.  
  3983.  
  3984.  
  3985.  
  3986.  
  3987.  
  3988.  
  3989.  
  3990.  
  3991.  
  3992.  
  3993.  
  3994.  
  3995.  
  3996.  
  3997.  
  3998.  
  3999.  
  4000.  
  4001.  
  4002.  
  4003.  
  4004.  
  4005.  
  4006.  
  4007.  
  4008.  
  4009.  
  4010.  
  4011.  
  4012.  
  4013.  
  4014.  
  4015.  
  4016.  
  4017.  
  4018.  
  4019.  
  4020.  
  4021.  
  4022.  
  4023.  
  4024.  
  4025.  
  4026.  
  4027.  
  4028.  
  4029.  
  4030.  
  4031.  
  4032.  
  4033.  
  4034.  
  4035.  
  4036.  
  4037.  
  4038.  
  4039.  
  4040.  
  4041.  
  4042.  
  4043.  
  4044.  
  4045.  
  4046.  
  4047.  
  4048.  
  4049.  
  4050.  
  4051.  
  4052.  
  4053.  
  4054.  
  4055.  
  4056.  
  4057.  
  4058.  
  4059.  
  4060.  
  4061.  
  4062.  
  4063.  
  4064.  
  4065.  
  4066.  
  4067.  
  4068.  
  4069.  
  4070.  
  4071.  
  4072.  
  4073.  
  4074.  
  4075.  
  4076.  
  4077.  
  4078.  
  4079.  
  4080.  
  4081.  
  4082.  
  4083.  
  4084.  
  4085.  
  4086.  
  4087.  
  4088.  
  4089.  
  4090.  
  4091.  
  4092.  
  4093.  
  4094.  
  4095.  
  4096.  
  4097.  
  4098.  
  4099.  
  4100.  
  4101.  
  4102.  
  4103.  
  4104.  
  4105.  
  4106.  
  4107.  
  4108.  
  4109.  
  4110.  
  4111.  
  4112.  
  4113.  
  4114.  
  4115.  
  4116.  
  4117.  
  4118.  
  4119.  
  4120.  
  4121.  
  4122.  
  4123.  
  4124.  
  4125.  
  4126.  
  4127.  
  4128.  
  4129.  
  4130.  
  4131.  
  4132.  
  4133.  
  4134.  
  4135.  
  4136.  
  4137.  
  4138.  
  4139.  
  4140.  
  4141.  
  4142.  
  4143.  
  4144.  
  4145.  
  4146.  
  4147.  
  4148.  
  4149.  
  4150.  
  4151.  
  4152.  
  4153.  
  4154.  
  4155.  
  4156.  
  4157.  
  4158.  
  4159.  
  4160.  
  4161.  
  4162.  
  4163.  
  4164.  
  4165.  
  4166.  
  4167.  
  4168.  
  4169.  
  4170.  
  4171.  
  4172.  
  4173.  
  4174.  
  4175.  
  4176.  
  4177.  
  4178.  
  4179.  
  4180.  
  4181.  
  4182.  
  4183.  
  4184.  
  4185.  
  4186.  
  4187.  
  4188.  
  4189.  
  4190.  
  4191.  
  4192.  
  4193.  
  4194.  
  4195.  
  4196.  
  4197.  
  4198.  
  4199.  
  4200.  
  4201.  
  4202.  
  4203.        <section class="section card-container">
  4204.            <div class="container">
  4205.  
  4206.                <div class="text-center">
  4207.                    <h2 class="events-title">Our Top 5 Recruiters</h2>
  4208.                </div>
  4209.  
  4210.                <div class="section-header">
  4211.  
  4212.                    <p class="section-subtitle">We take pride in our partnerships with industry leaders who recognize
  4213.                        the talent and potential of our students. Our extensive network spans various sectors from
  4214.                        technology to healthcare and beyond.</p>
  4215.                </div>
  4216.  
  4217.                <!-- Top-tier recruiters grid -->
  4218.              <div class="controls" style="display: none;">
  4219.        <button id="toggleAutoFlip" class="control-btn">Stop Auto Flip</button>
  4220.        <button id="resetCards" class="control-btn">Reset All Cards</button>
  4221.    </div>
  4222.  
  4223.    <div class="recruiters-grid">
  4224.        <div class="recruiter-card" data-company="Capgemini">
  4225.            <div class="card-inner">
  4226.                <div class="card-front">
  4227.                    <img src="/static/images/capgemini.png" alt="Capgemini" class="recruiter-logo">
  4228.  
  4229.                </div>
  4230.                <div class="card-back">
  4231.                    <div class="package-info">
  4232.                        <h4 class="flip_header">Recruitment Packages</h4>
  4233.                        <ul>
  4234.                            <li>Entry-Level: ₹6 LPA</li>
  4235.                            <li>Mid-Level: ₹9 LPA</li>
  4236.                            <li>Senior-Level: ₹12 LPA</li>
  4237.                        </ul>
  4238.                    </div>
  4239.                </div>
  4240.            </div>
  4241.        </div>
  4242.  
  4243.        <div class="recruiter-card" data-company="Tech Mahindra">
  4244.            <div class="card-inner">
  4245.                <div class="card-front">
  4246.                    <img src="/static/images/techmahindra.png" alt="Tech Mahindra" class="recruiter-logo">
  4247.  
  4248.                </div>
  4249.                <div class="card-back">
  4250.                    <div class="package-info">
  4251.                        <h4 class="flip_header">Recruitment Packages</h4>
  4252.                        <ul>
  4253.                            <li>Entry-Level: ₹5.5 LPA</li>
  4254.                            <li>Mid-Level: ₹8.5 LPA</li>
  4255.                            <li>Senior-Level: ₹11 LPA</li>
  4256.                        </ul>
  4257.                    </div>
  4258.                </div>
  4259.            </div>
  4260.        </div>
  4261.  
  4262.        <div class="recruiter-card" data-company="Verizon">
  4263.            <div class="card-inner">
  4264.                <div class="card-front">
  4265.                    <img src="/static/images/verizon.png" alt="Verizon" class="recruiter-logo">
  4266.  
  4267.                </div>
  4268.                <div class="card-back">
  4269.                    <div class="package-info">
  4270.                        <h4 class="flip_header">Recruitment Packages</h4>
  4271.                        <ul>
  4272.                            <li>Entry-Level: ₹7 LPA</li>
  4273.                            <li>Mid-Level: ₹10 LPA</li>
  4274.                            <li>Senior-Level: ₹13 LPA</li>
  4275.                        </ul>
  4276.                    </div>
  4277.                </div>
  4278.            </div>
  4279.        </div>
  4280.  
  4281.        <div class="recruiter-card" data-company="Comtec">
  4282.            <div class="card-inner">
  4283.                <div class="card-front">
  4284.                    <img src="/static/images/comtec.png" alt="Comtec" class="recruiter-logo">
  4285.  
  4286.                </div>
  4287.                <div class="card-back">
  4288.                    <div class="package-info">
  4289.                        <h4 class="flip_header">Recruitment Packages</h4>
  4290.                        <ul>
  4291.                            <li>Entry-Level: ₹5 LPA</li>
  4292.                            <li>Mid-Level: ₹8 LPA</li>
  4293.                            <li>Senior-Level: ₹11 LPA</li>
  4294.                        </ul>
  4295.                    </div>
  4296.                </div>
  4297.            </div>
  4298.        </div>
  4299.  
  4300.        <div class="recruiter-card" data-company="Amazon">
  4301.            <div class="card-inner">
  4302.                <div class="card-front">
  4303.                    <img src="/static/images/amazon.png" alt="Amazon" class="recruiter-logo">
  4304.  
  4305.                </div>
  4306.                <div class="card-back">
  4307.                    <div class="package-info">
  4308.                        <h4 class="flip_header">Recruitment Packages</h4>
  4309.                        <ul>
  4310.                            <li>Entry-Level: ₹8 LPA</li>
  4311.                            <li>Mid-Level: ₹12 LPA</li>
  4312.                            <li>Senior-Level: ₹15 LPA</li>
  4313.                        </ul>
  4314.                    </div>
  4315.                </div>
  4316.            </div>
  4317.        </div>
  4318.    </div>
  4319.  
  4320.    <script>
  4321.        document.addEventListener('DOMContentLoaded', function() {
  4322.            const cards = document.querySelectorAll('.recruiter-card');
  4323.            const toggleBtn = document.getElementById('toggleAutoFlip');
  4324.            const resetBtn = document.getElementById('resetCards');
  4325.            let autoFlipEnabled = true;
  4326.            let currentCardIndex = 0;
  4327.            let autoFlipInterval;
  4328.  
  4329.            // Start auto flip
  4330.            startAutoFlip();
  4331.  
  4332.            // Toggle auto flip
  4333.            toggleBtn.addEventListener('click', function() {
  4334.                autoFlipEnabled = !autoFlipEnabled;
  4335.                if (autoFlipEnabled) {
  4336.                    toggleBtn.textContent = 'Stop Auto Flip';
  4337.                    startAutoFlip();
  4338.                } else {
  4339.                    toggleBtn.textContent = 'Start Auto Flip';
  4340.                    clearInterval(autoFlipInterval);
  4341.                }
  4342.            });
  4343.  
  4344.            // Reset all cards
  4345.            resetBtn.addEventListener('click', function() {
  4346.                cards.forEach(card => {
  4347.                    card.classList.remove('flipped');
  4348.                });
  4349.            });
  4350.  
  4351.            // Hover functionality
  4352.            cards.forEach(card => {
  4353.                card.addEventListener('mouseenter', function() {
  4354.                    if (!card.classList.contains('flipped')) {
  4355.                        card.classList.add('flipped');
  4356.                    }
  4357.                });
  4358.  
  4359.                card.addEventListener('mouseleave', function() {
  4360.                    if (!autoFlipEnabled || !isCurrentlyFlipped(card)) {
  4361.                        card.classList.remove('flipped');
  4362.                    }
  4363.                });
  4364.  
  4365.                // Click to flip functionality
  4366.                card.addEventListener('click', function() {
  4367.                    card.classList.toggle('flipped');
  4368.                });
  4369.            });
  4370.  
  4371.            function startAutoFlip() {
  4372.                // Clear any existing interval
  4373.                clearInterval(autoFlipInterval);
  4374.  
  4375.                // Reset all cards
  4376.                cards.forEach(card => {
  4377.                    card.classList.remove('flipped');
  4378.                });
  4379.  
  4380.                // Set new interval
  4381.                autoFlipInterval = setInterval(function() {
  4382.                    // Remove flip from previous card
  4383.                    cards.forEach((card, index) => {
  4384.                        if (index !== currentCardIndex) {
  4385.                            card.classList.remove('flipped');
  4386.                        }
  4387.                    });
  4388.  
  4389.                    // Flip current card
  4390.                    cards[currentCardIndex].classList.add('flipped');
  4391.  
  4392.                    // Move to next card
  4393.                    currentCardIndex = (currentCardIndex + 1) % cards.length;
  4394.                }, 2000);
  4395.            }
  4396.  
  4397.            function isCurrentlyFlipped(card) {
  4398.                const index = Array.from(cards).indexOf(card);
  4399.                return index === currentCardIndex;
  4400.            }
  4401.        });
  4402.    </script>
  4403.  
  4404.                <!-- Featured recruiters carousel -->
  4405.                <div class="featured-recruiters">
  4406.                    <div class="text-center">
  4407.                        <h2 class="events-title">Our Partner Companies</h2>
  4408.                    </div>
  4409.  
  4410.                        <div class="carousel-track">
  4411.                            <!-- These logos will repeat for seamless scrolling -->
  4412.                            <div class="carousel-item">
  4413.                                <img src="/static/images/101.png"
  4414.                                     alt="Capgemini" class="carousel-logo">
  4415.                            </div>
  4416.                            <div class="carousel-item">
  4417.                                <img src="/static/images/102.png"
  4418.                                     alt="Tech Mahindra" class="carousel-logo">
  4419.                            </div>
  4420.                            <div class="carousel-item">
  4421.                                <img src="/static/images/103.jpg"
  4422.                                     alt="Verizon" class="carousel-logo">
  4423.                            </div>
  4424.                            <div class="carousel-item">
  4425.                                <img src="/static/images/104.jpg"
  4426.                                     alt="Comtec" class="carousel-logo">
  4427.                            </div>
  4428.                            <div class="carousel-item">
  4429.                                <img src="/static/images/105.png"
  4430.                                     alt="Amazon" class="carousel-logo">
  4431.                            </div>
  4432.                            <div class="carousel-item">
  4433.                                <img src="/static/images/IBM.png" alt="IBM"
  4434.                                     class="carousel-logo">
  4435.                            </div>
  4436.                            <!-- Duplicated for seamless scrolling -->
  4437.                            <div class="carousel-item">
  4438.                                <img src="/static/images/deloitteconsulting.png"
  4439.                                     alt="Deloitte" class="carousel-logo">
  4440.                            </div>
  4441.                            <div class="carousel-item">
  4442.                                <img src="/static/images/infosys.png"
  4443.                                     alt="Infosys" class="carousel-logo">
  4444.                            </div>
  4445.                            <div class="carousel-item">
  4446.                                <img src="/static/images/capgemini.png"
  4447.                                     alt="Capgemini" class="carousel-logo">
  4448.                            </div>
  4449.                            <div class="carousel-item">
  4450.                                <img src="/static/images/techmahindra.png"
  4451.                                     alt="Tech Mahindra" class="carousel-logo">
  4452.                            </div>
  4453.                            <div class="carousel-item">
  4454.                                <img src="/static/images/verizon.png"
  4455.                                     alt="Verizon" class="carousel-logo">
  4456.                            </div>
  4457.                            <div class="carousel-item">
  4458.                                <img src="/static/images/comtec.png"
  4459.                                     alt="Comtec" class="carousel-logo">
  4460.                            </div>
  4461.                        </div>
  4462.  
  4463.                </div>
  4464.  
  4465.                <!-- Stats section -->
  4466.                <div class="stats-container">
  4467.                    <div class="stat-item">
  4468.                        <h3 class="stat-number">150</h3>
  4469.                        <p class="stat-text">Recruiting Partners</p>
  4470.                    </div>
  4471.                    <div class="stat-item">
  4472.                        <h3 class="stat-number">92</h3>
  4473.                        <p class="stat-text">Placement Rate</p>
  4474.                    </div>
  4475.                    <div class="stat-item">
  4476.                        <h3 class="stat-number">25</h3>
  4477.                        <p class="stat-text">Fortune 500 Companies</p>
  4478.                    </div>
  4479.                    <div class="stat-item">
  4480.                        <h3 class="stat-number">15</h3>
  4481.                        <p class="stat-text">International Recruiters</p>
  4482.                    </div>
  4483.                </div>
  4484.            </div>
  4485.  
  4486.            <section>
  4487.  
  4488.  
  4489.                <script>
  4490.                    // News Data
  4491.                    const newsData = [
  4492.                        {
  4493.                            id: 1,
  4494.                            image: "https://anits.edu.in/p4.jpeg",
  4495.                            title: "ANITS Hosts National Tech Conference",
  4496.                            category: "Event",
  4497.                            date: "February 15, 2025",
  4498.                            text: "Leading experts gather to discuss emerging technologies and innovations.",
  4499.                            link: "#"
  4500.                        },
  4501.                        {
  4502.                            id: 2,
  4503.                            image: "https://anits.edu.in/photogallery/24-Nov-2018-Sakshi.jpg",
  4504.                            title: "Students Win Regional Hackathon",
  4505.                            category: "Achievement",
  4506.                            date: "February 8, 2025",
  4507.                            text: "ANITS team secures first place in the prestigious coding competition.",
  4508.                            link: "#"
  4509.                        },
  4510.                        {
  4511.                            id: 4,
  4512.                            image: "https://anits.edu.in/p1.jpg",
  4513.                            title: "New Research Lab Inauguration",
  4514.                            category: "Infrastructure",
  4515.                            date: "January 15, 2025",
  4516.                            text: "State-of-the-art research facilities unveiled for advanced studies.",
  4517.                            link: "#"
  4518.                        },
  4519.                        {
  4520.                            id: 5,
  4521.                            image: "https://anits.edu.in/p2.jpeg",
  4522.                            title: "Faculty Research Published in International Journal",
  4523.                            category: "Research",
  4524.                            date: "December 20, 2024",
  4525.                            text: "Groundbreaking research by ANITS professors gains international recognition.",
  4526.                            link: "#"
  4527.                        },
  4528.                        {
  4529.                            id: 6,
  4530.                            image: "https://anits.edu.in/p4.jpeg",
  4531.                            title: "Annual Cultural Fest Announcement",
  4532.                            category: "Campus Life",
  4533.                            date: "December 10, 2024",
  4534.                            text: "Preparations begin for the most anticipated event of the academic year.",
  4535.                            link: "#"
  4536.                        },
  4537.                        {
  4538.                            id: 7,
  4539.                            image: "https://anits.edu.in/photogallery/24-Nov-2018-Sakshi.jpg",
  4540.                            title: "Industry Partnership Agreement Signed",
  4541.                            category: "Collaboration",
  4542.                            date: "November 30, 2024",
  4543.                            text: "ANITS partners with leading tech companies for student development programs.",
  4544.                            link: "#"
  4545.                        }
  4546.                    ];
  4547.  
  4548.                    // Carousel Configuration
  4549.                    const cardsPerSlide = window.innerWidth < 768 ? 1 : 2;
  4550.                    let currentSlide = 0;
  4551.                    const totalSlides = Math.ceil(newsData.length / cardsPerSlide);
  4552.  
  4553.                    // Initialize Carousel
  4554.                    function initCarousel() {
  4555.                        renderSlides();
  4556.                        renderPagination();
  4557.                        setupEventListeners();
  4558.                        showSlide(currentSlide);
  4559.                    }
  4560.  
  4561.                    // Render News Cards
  4562.                    function renderSlides() {
  4563.                        const slidesContainer = document.getElementById('newsSlides');
  4564.                        slidesContainer.innerHTML = '';
  4565.  
  4566.                        newsData.forEach(news => {
  4567.                            const card = document.createElement('div');
  4568.                            card.className = 'col-md-6 news-card-wrapper';
  4569.                            card.innerHTML = `
  4570.                    <div class="news-card">
  4571.                        <div class="news-thumb">
  4572.                            <span class="news-category">${news.category}</span>
  4573.                            <img src="${news.image}" alt="${news.title}">
  4574.                        </div>
  4575.                        <div class="news-body">
  4576.                            <h5 class="news-title">${news.title}</h5>
  4577.                            <p class="news-date"><i class="far fa-calendar-alt me-2"></i>${news.date}</p>
  4578.                            <p class="news-text">${news.text}</p>
  4579.                            <a href="${news.link}" class="news-link">Read More <i class="fas fa-angle-right"></i></a>
  4580.                        </div>
  4581.                    </div>
  4582.                `;
  4583.                            slidesContainer.appendChild(card);
  4584.                        });
  4585.                    }
  4586.  
  4587.                    // Render Pagination Dots
  4588.                    function renderPagination() {
  4589.                        const paginationContainer = document.getElementById('carouselPagination');
  4590.                        paginationContainer.innerHTML = '';
  4591.  
  4592.                        for (let i = 0; i < totalSlides; i++) {
  4593.                            const dot = document.createElement('div');
  4594.                            dot.className = 'carousel-dot';
  4595.                            dot.dataset.slide = i;
  4596.                            dot.addEventListener('click', () => {
  4597.                                showSlide(i);
  4598.                            });
  4599.                            paginationContainer.appendChild(dot);
  4600.                        }
  4601.                    }
  4602.  
  4603.                    // Show Specific Slide
  4604.                    function showSlide(slideIndex) {
  4605.                        const wrappers = document.querySelectorAll('.news-card-wrapper');
  4606.                        const dots = document.querySelectorAll('.carousel-dot');
  4607.  
  4608.                        // Hide all cards
  4609.                        wrappers.forEach(wrapper => {
  4610.                            wrapper.style.display = 'none';
  4611.                        });
  4612.  
  4613.                        // Show cards for current slide
  4614.                        const startIndex = slideIndex * cardsPerSlide;
  4615.                        const endIndex = Math.min(startIndex + cardsPerSlide, wrappers.length);
  4616.  
  4617.                        for (let i = startIndex; i < endIndex; i++) {
  4618.                            if (wrappers[i]) {
  4619.                                wrappers[i].style.display = 'block';
  4620.                                // Add animation with delay based on index
  4621.                                wrappers[i].classList.remove('animate-in');
  4622.                                void wrappers[i].offsetWidth; // Force reflow
  4623.                                wrappers[i].classList.add('animate-in');
  4624.                                wrappers[i].style.animationDelay = `${(i - startIndex) * 0.1}s`;
  4625.                            }
  4626.                        }
  4627.  
  4628.                        // Update pagination dots
  4629.                        dots.forEach((dot, index) => {
  4630.                            dot.classList.toggle('active', index === slideIndex);
  4631.                        });
  4632.  
  4633.                        currentSlide = slideIndex;
  4634.                    }
  4635.  
  4636.                    // Setup Event Listeners
  4637.                    function setupEventListeners() {
  4638.                        document.getElementById('prevSlide').addEventListener('click', () => {
  4639.                            if (currentSlide > 0) {
  4640.                                showSlide(currentSlide - 1);
  4641.                            } else {
  4642.                                showSlide(totalSlides - 1); // Loop to the end
  4643.                            }
  4644.                        });
  4645.  
  4646.                        document.getElementById('nextSlide').addEventListener('click', () => {
  4647.                            if (currentSlide < totalSlides - 1) {
  4648.                                showSlide(currentSlide + 1);
  4649.                            } else {
  4650.                                showSlide(0); // Loop to the beginning
  4651.                            }
  4652.                        });
  4653.  
  4654.                        // Auto-play functionality
  4655.                        let autoPlayInterval = setInterval(() => {
  4656.                            const nextSlide = (currentSlide + 1) % totalSlides;
  4657.                            showSlide(nextSlide);
  4658.                        }, 5000);
  4659.  
  4660.                        // Pause auto-play on hover
  4661.                        const carousel = document.querySelector('.news-carousel');
  4662.                        carousel.addEventListener('mouseenter', () => {
  4663.                            clearInterval(autoPlayInterval);
  4664.                        });
  4665.  
  4666.                        carousel.addEventListener('mouseleave', () => {
  4667.                            autoPlayInterval = setInterval(() => {
  4668.                                const nextSlide = (currentSlide + 1) % totalSlides;
  4669.                                showSlide(nextSlide);
  4670.                            }, 5000);
  4671.                        });
  4672.  
  4673.                        // Resize handler
  4674.                        window.addEventListener('resize', () => {
  4675.                            const newCardsPerSlide = window.innerWidth < 768 ? 1 : 3;
  4676.                            if (newCardsPerSlide !== cardsPerSlide) {
  4677.                                location.reload(); // Simple solution for this example
  4678.                            }
  4679.                        });
  4680.                    }
  4681.  
  4682.                    // Initialize when DOM is loaded
  4683.                    document.addEventListener('DOMContentLoaded', initCarousel);
  4684.                </script>
  4685.            </section>
  4686.  
  4687.        </section>
  4688.  
  4689.            <section style="margin-top:-90px;">
  4690.             <div class="text-center">
  4691.                    <h2 class="events-title">Partners Across Industries</h2>
  4692.                </div>
  4693.    <div class="marquee-container">
  4694.        <div class="marquee">
  4695.            <div class="marquee-item">
  4696.                <img src="/static/images/logos/101.png" alt="Capgemini">
  4697.            </div>
  4698.            <div class="marquee-item">
  4699.                <img src="/static/images/logos/102.png" alt="Tech Mahindra">
  4700.            </div>
  4701.            <div class="marquee-item">
  4702.                <img src="/static/images/logos/103.jpg" alt="Verizon">
  4703.            </div>
  4704.            <div class="marquee-item">
  4705.                <img src="/static/images/logos/104.jpg" alt="Comtec">
  4706.            </div>
  4707.            <div class="marquee-item">
  4708.                <img src="/static/images/logos/105.png" alt="Amazon">
  4709.            </div>
  4710.            <div class="marquee-item">
  4711.                <img src="/static/images/logos/106.jpg" alt="IBM">
  4712.            </div>
  4713.            <div class="marquee-item">
  4714.                <img src="/static/images//logos/107.png" alt="Deloitte">
  4715.            </div>
  4716.            <div class="marquee-item">
  4717.                <img src="/static/images//logos/108.png" alt="Infosys">
  4718.            </div>
  4719.            <div class="marquee-item">
  4720.                <img src="/static/images/logos/109.png" alt="Capgemini">
  4721.            </div>
  4722.            <div class="marquee-item">
  4723.                <img src="/static/images/logos/110.jpg" alt="Tech Mahindra">
  4724.            </div>
  4725.            <div class="marquee-item">
  4726.                <img src="/static/images/logos/112.avif" alt="Verizon">
  4727.            </div>
  4728.            <div class="marquee-item">
  4729.                <img src="/static/images/logos/113.png" alt="Comtec">
  4730.            </div>
  4731.            <div class="marquee-item">
  4732.                <img src="/static/images/logos/114.png" alt="Amazon">
  4733.            </div>
  4734.            <div class="marquee-item">
  4735.                <img src="/static/images/logos/115.jpg" alt="IBM">
  4736.            </div>
  4737.            <div class="marquee-item">
  4738.                <img src="/static/images//logos/116.jpg" alt="Deloitte">
  4739.            </div>
  4740.            <div class="marquee-item">
  4741.                <img src="/static/images//logos/117.png" alt="Infosys">
  4742.            </div>
  4743.            <div class="marquee-item">
  4744.                <img src="/static/images/logos/118.png" alt="Capgemini">
  4745.            </div>
  4746.            <div class="marquee-item">
  4747.                <img src="/static/images/logos/119.png" alt="Tech Mahindra">
  4748.            </div>
  4749.            <div class="marquee-item">
  4750.                <img src="/static/images/logos/120.jpg" alt="Verizon">
  4751.            </div>
  4752.            <div class="marquee-item">
  4753.                <img src="/static/images/logos/121.png" alt="Comtec">
  4754.            </div>
  4755.            <div class="marquee-item">
  4756.                <img src="/static/images/logos/122.png" alt="Amazon">
  4757.            </div>
  4758.            <div class="marquee-item">
  4759.                <img src="/static/images/logos/123.png" alt="IBM">
  4760.            </div>
  4761.            <div class="marquee-item">
  4762.                <img src="/static/images//logos/124.webp" alt="Infosys">
  4763.            </div>
  4764.            <div class="marquee-item">
  4765.                <img src="/static/images/logos/125.jpg" alt="Capgemini">
  4766.            </div>
  4767.            <div class="marquee-item">
  4768.                <img src="/static/images/logos/126.png" alt="Tech Mahindra">
  4769.            </div>
  4770.            <div class="marquee-item">
  4771.                <img src="/static/images/logos/127.webp" alt="Comtec">
  4772.            </div>
  4773.            <div class="marquee-item">
  4774.                <img src="/static/images/logos/128.jpg" alt="Amazon">
  4775.            </div>
  4776.            <div class="marquee-item">
  4777.                <img src="/static/images/logos/129.jpg" alt="IBM">
  4778.            </div>
  4779.            <div class="marquee-item">
  4780.                <img src="/static/images/logos/130.png" alt="Deloitte">
  4781.            </div>
  4782.            <div class="marquee-item">
  4783.                <img src="/static/images/logos/131.jpg" alt="Infosys">
  4784.            </div>
  4785.             <div class="marquee-item">
  4786.                <img src="/static/images/logos/132.jpeg" alt="Deloitte">
  4787.            </div>
  4788.            <div class="marquee-item">
  4789.                <img src="/static/images/logos/133.jpg" alt="Infosys">
  4790.            </div>
  4791.            <div class="marquee-item">
  4792.                <img src="/static/images/logos/134.jpg" alt="Capgemini">
  4793.            </div>
  4794.            <div class="marquee-item">
  4795.                <img src="/static/images/logos/135.png" alt="Tech Mahindra">
  4796.            </div>
  4797.            <div class="marquee-item">
  4798.                <img src="/static/images/logos/136.jpg" alt="Verizon">
  4799.            </div>
  4800.            <div class="marquee-item">
  4801.                <img src="/static/images/logos/137.png" alt="Comtec">
  4802.            </div>
  4803.            <div class="marquee-item">
  4804.                <img src="/static/images/log/138.webp" alt="Amazon">
  4805.            </div>
  4806.            <div class="marquee-item">
  4807.                <img src="/static/images/logos/139.png" alt="Deloitte">
  4808.            </div>
  4809.            <div class="marquee-item">
  4810.                <img src="/static/images/logos/140.png" alt="Infosys">
  4811.            </div>
  4812.            <div class="marquee-item">
  4813.                <img src="/static/images/logos/141.png" alt="Verizon">
  4814.            </div>
  4815.            <div class="marquee-item">
  4816.                <img src="/static/images/logos/142.jpg" alt="Comtec">
  4817.            </div>
  4818.            <div class="marquee-item">
  4819.                <img src="/static/images/logos/143.png" alt="Amazon">
  4820.            </div>
  4821.            <div class="marquee-item">
  4822.                <img src="/static/images/logos/144.jpg" alt="IBM">
  4823.            </div>
  4824.            <div class="marquee-item">
  4825.                <img src="/static/images/logos/145.png" alt="Infosys">
  4826.            </div>
  4827.            <div class="marquee-item">
  4828.                <img src="/static/images/logos/146.jpg" alt="Capgemini">
  4829.            </div>
  4830.            <div class="marquee-item">
  4831.                <img src="/static/images/logos/147.png" alt="Tech Mahindra">
  4832.            </div>
  4833.            <div class="marquee-item">
  4834.                <img src="/static/images/logos/148.png" alt="Comtec">
  4835.            </div>
  4836.            <div class="marquee-item">
  4837.                <img src="/static/images/logos/149.webp" alt="Amazon">
  4838.            </div>
  4839.            <div class="marquee-item">
  4840.                <img src="/static/images/logos/150.jpg" alt="IBM">
  4841.            </div>
  4842.            <div class="marquee-item">
  4843.                <img src="/static/images/logos/151.png" alt="Amazon">
  4844.            </div>
  4845.            <div class="marquee-item">
  4846.                <img src="/static/images/logos/152.png" alt="IBM">
  4847.            </div>
  4848.            <div class="marquee-item">
  4849.                <img src="/static/images/logos/153.webp" alt="Infosys">
  4850.            </div>
  4851.            <div class="marquee-item">
  4852.                <img src="/static/images/logos/154.jpg" alt="Capgemini">
  4853.            </div>
  4854.            <div class="marquee-item">
  4855.                <img src="/static/images/logos/155.jpg" alt="Tech Mahindra">
  4856.            </div>
  4857.            <div class="marquee-item">
  4858.                <img src="/static/images/logos/156.avif" alt="Comtec">
  4859.            </div>
  4860.            <div class="marquee-item">
  4861.                <img src="/static/images/logos/157.png" alt="Amazon">
  4862.            </div>
  4863.            
  4864.        </div>
  4865.    </div>
  4866. </section>
  4867.    <section class="testimonial-section">
  4868.        <div class="container">
  4869.    <div class="text-center">
  4870.        <h2 class="section-title">What Our Students Say</h2>
  4871.  
  4872.        <div class="row g-4">
  4873.            <!-- Testimonial 1: Suresh -->
  4874.            <div class="col-md-6 col-lg-4">
  4875.                <div class="testimonial-card">
  4876.                    <div class="testimonial-header">
  4877.                        <div class="avatar-container">
  4878.                            <img src="/api/placeholder/100/100" alt="Suresh" class="img-fluid">
  4879.                        </div>
  4880.                    </div>
  4881.                    <div class="testimonial-body">
  4882.                        <div class="stars">
  4883.                            <i class="fas fa-star"></i>
  4884.                            <i class="fas fa-star"></i>
  4885.                            <i class="fas fa-star"></i>
  4886.                            <i class="fas fa-star"></i>
  4887.                            <i class="fas fa-star"></i>
  4888.                        </div>
  4889.                        <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>
  4890.                        <h5 class="testimonial-name">Suresh Kumar</h5>
  4891.                        <p class="text-muted">Computer Science, Batch of 2023</p>
  4892.                    </div>
  4893.                </div>
  4894.            </div>
  4895.  
  4896.            <!-- Testimonial 2: Neeha -->
  4897.            <div class="col-md-6 col-lg-4">
  4898.                <div class="testimonial-card">
  4899.                    <div class="testimonial-header">
  4900.                        <div class="avatar-container">
  4901.                            <img src="/api/placeholder/100/100" alt="Neeha" class="img-fluid">
  4902.                        </div>
  4903.                    </div>
  4904.                    <div class="testimonial-body">
  4905.                        <div class="stars">
  4906.                            <i class="fas fa-star"></i>
  4907.                            <i class="fas fa-star"></i>
  4908.                            <i class="fas fa-star"></i>
  4909.                            <i class="fas fa-star"></i>
  4910.                            <i class="fas fa-star"></i>
  4911.                        </div>
  4912.                        <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>
  4913.                        <h5 class="testimonial-name">Neeha Reddy</h5>
  4914.                        <p class="text-muted">Mechanical Engineering, Batch of 2022</p>
  4915.                    </div>
  4916.                </div>
  4917.            </div>
  4918.  
  4919.            <!-- Testimonial 3: Praveen -->
  4920.            <div class="col-md-6 col-lg-4">
  4921.                <div class="testimonial-card">
  4922.                    <div class="testimonial-header">
  4923.                        <div class="avatar-container">
  4924.                            <img src="/api/placeholder/100/100" alt="Praveen" class="img-fluid">
  4925.                        </div>
  4926.                    </div>
  4927.                    <div class="testimonial-body">
  4928.                        <div class="stars">
  4929.                            <i class="fas fa-star"></i>
  4930.                            <i class="fas fa-star"></i>
  4931.                            <i class="fas fa-star"></i>
  4932.                            <i class="fas fa-star"></i>
  4933.                            <i class="fas fa-star"></i>
  4934.                        </div>
  4935.                        <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>
  4936.                        <h5 class="testimonial-name">Praveen Kumar</h5>
  4937.                        <p class="text-muted">Electronics & Communication, Batch of 2024</p>
  4938.                    </div>
  4939.                </div>
  4940.            </div>
  4941.  
  4942.            <!-- Testimonial 4: Shiva Shankar -->
  4943.            <!--<div class="col-md-6 col-lg-6">-->
  4944.            <!--    <div class="testimonial-card">-->
  4945.            <!--        <div class="testimonial-header">-->
  4946.            <!--            <div class="avatar-container">-->
  4947.            <!--                <img src="/api/placeholder/100/100" alt="Shiva Shankar" class="img-fluid">-->
  4948.            <!--            </div>-->
  4949.            <!--        </div>-->
  4950.            <!--        <div class="testimonial-body">-->
  4951.            <!--            <div class="stars">-->
  4952.            <!--                <i class="fas fa-star"></i>-->
  4953.            <!--                <i class="fas fa-star"></i>-->
  4954.            <!--                <i class="fas fa-star"></i>-->
  4955.            <!--                <i class="fas fa-star"></i>-->
  4956.            <!--                <i class="fas fa-star"></i>-->
  4957.            <!--            </div>-->
  4958.            <!--            <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>-->
  4959.            <!--            <h5 class="testimonial-name">Shiva Shankar</h5>-->
  4960.            <!--            <p class="text-muted">Civil Engineering, Batch of 2021</p>-->
  4961.            <!--        </div>-->
  4962.            <!--    </div>-->
  4963.            <!--</div>-->
  4964.  
  4965.            <!-- Testimonial 5: Anitha -->
  4966.            <!--<div class="col-md-6 col-lg-6">-->
  4967.            <!--    <div class="testimonial-card">-->
  4968.            <!--        <div class="testimonial-header">-->
  4969.            <!--            <div class="avatar-container">-->
  4970.            <!--                <img src="/api/placeholder/100/100" alt="Anitha" class="img-fluid">-->
  4971.            <!--            </div>-->
  4972.            <!--        </div>-->
  4973.            <!--        <div class="testimonial-body">-->
  4974.            <!--            <div class="stars">-->
  4975.            <!--                <i class="fas fa-star"></i>-->
  4976.            <!--                <i class="fas fa-star"></i>-->
  4977.            <!--                <i class="fas fa-star"></i>-->
  4978.            <!--                <i class="fas fa-star"></i>-->
  4979.            <!--                <i class="fas fa-star"></i>-->
  4980.            <!--            </div>-->
  4981.            <!--            <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>-->
  4982.            <!--            <h5 class="testimonial-name">Anitha Sharma</h5>-->
  4983.            <!--            <p class="text-muted">Information Technology, Batch of 2023</p>-->
  4984.            <!--        </div>-->
  4985.            <!--    </div>-->
  4986.            <!--</div>-->
  4987.        </div>
  4988.    </div>
  4989.    </div>
  4990. </section>
  4991.        </section>
  4992.  
  4993.  
  4994.  
  4995.  
  4996.  
  4997.  
  4998.  
  4999.  
  5000.        <!--footer end-->
  5001.  
  5002.  
  5003.    </div>
  5004.  
  5005.  
  5006.    <div class="modal  fade" id="myModal">
  5007.        <div class="modal-dialog modal modal-dialog-centered" role="document">
  5008.            <div class="modal-content">
  5009.  
  5010.                <div class="modal-body" style="padding: 10px">
  5011.                    <div class="row">
  5012.                        <div class="col-sm-12">
  5013.                            <img src="/static/images/ANIDS_Admissions.jpg" style="max-width: 100%" class="img-fluid"/>
  5014.                        </div>
  5015.  
  5016.                    </div>
  5017.  
  5018.  
  5019.                    <div style="padding: 5px ; text-align: center;">
  5020.                        <button type="button" class="close btn"> CLOSE</button>
  5021.                    </div>
  5022.  
  5023.                </div>
  5024.  
  5025.            </div>
  5026.        </div>
  5027.    </div>
  5028.    <div class="modal fade" id="eventModal" tabindex="-1" aria-labelledby="eventModalLabel" aria-hidden="true">
  5029.    <div class="modal-dialog modal-lg">
  5030.        <div class="modal-content">
  5031.            <div class="modal-header">
  5032.                <h5 class="modal-title" id="eventModalLabel">Event Details</h5>
  5033.                <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  5034.            </div>
  5035.            <div class="modal-body">
  5036.                <h3 id="modal-event-name"></h3>
  5037.                <p><strong>Date:</strong> <span id="modal-event-date"></span></p>
  5038.                <p><strong>Description:</strong> <span id="modal-event-description"></span></p>
  5039.                <h5>Gallery</h5>
  5040.                <div id="modal-gallery" class="d-flex flex-wrap gap-2"></div>
  5041.            </div>
  5042.        </div>
  5043.    </div>
  5044. </div>
  5045.  
  5046. <!-- Large Image Modal -->
  5047. <div class="modal fade" id="imageModal" tabindex="-1" aria-labelledby="imageModalLabel" aria-hidden="true">
  5048.    <div class="modal-dialog modal-xl modal-dialog-centered">
  5049.        <div class="modal-content">
  5050.            <div class="modal-header">
  5051.                <h5 class="modal-title">Image Preview</h5>
  5052.                <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  5053.            </div>
  5054.            <div class="modal-body text-center">
  5055.                <img id="largeImage" src="" class="img-fluid rounded shadow-lg" style="max-width: 100%; max-height: 80vh;">
  5056.            </div>
  5057.        </div>
  5058.    </div>
  5059. </div>
  5060. <div class="modal fade" id="videoModal" tabindex="-1" aria-labelledby="videoModalLabel" aria-hidden="true" data-bs-backdrop="static">
  5061.        <div class="modal-dialog modal-lg modal-dialog-centered">
  5062.            <div class="modal-content">
  5063.                <div class="floating-elements">
  5064.                    <div class="floating-circle"></div>
  5065.                    <div class="floating-circle"></div>
  5066.                    <div class="floating-circle"></div>
  5067.                </div>
  5068.                
  5069.                <div class="modal-header">
  5070.                    <h2 class="modal-title" id="videoModalLabel">
  5071.                        <i class="fas fa-play-circle me-2"></i>
  5072.                        Discover Our Story
  5073.                    </h2>
  5074.                    <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">
  5075.                        <i class="fas fa-times text-white"></i>
  5076.                    </button>
  5077.                </div>
  5078.                
  5079.                <div class="modal-body">
  5080.                    <div class="video-container">
  5081.                        <iframe
  5082.                            src="https://www.youtube.com/embed/LGzFBhVqQ20?si=wgBmE8uV9cryJRHK&autoplay=1&mute=1&loop=1&playlist=LGzFBhVqQ20"
  5083.                            title="YouTube video player"
  5084.                            allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  5085.                            allowfullscreen>
  5086.                        </iframe>
  5087.                    </div>
  5088.  
  5089.                    <div class="form-container">
  5090.                        <h3 class="form-title">
  5091.                            <i class="fas fa-download me-2"></i>
  5092.                            Get Your Free Brochure
  5093.                        </h3>
  5094.                        
  5095.                        <form id="brochureForm">
  5096.                            <input type="hidden" name="csrfmiddlewaretoken" value="HL86EW8TmmPqESIQ6j9N3SuZ1MA5HgsHGRDHAQeQqSQIyLqDiSrybnWuhkADDoOd">
  5097.                            <div class="form-group">
  5098.                                <i class="fas fa-user input-icon"></i>
  5099.                                <input type="text" class="form-control" id="fullName" name="fullName" placeholder="Enter your full name" required>
  5100.                            </div>
  5101.                            
  5102.                            <div class="form-group">
  5103.                                <i class="fas fa-phone input-icon"></i>
  5104.                                <input type="tel" class="form-control" id="phoneNumber" name="phoneNumber"  pattern="[0-9]+" title="Please enter only numbers"  placeholder="Enter your phone number" required>
  5105.                            </div>
  5106.                            
  5107.                            <div class="form-group">
  5108.                                <i class="fas fa-envelope input-icon"></i>
  5109.                                <input type="email" class="form-control" id="email" name="email" placeholder="Enter your email address" required>
  5110.                            </div>
  5111.                              <div class="g-recaptcha mb-4" data-sitekey="6LfBTUYrAAAAAK3vMjDXs2P89SWo4I5lkxuuTbYl"></div>
  5112.                            
  5113.                            <button type="submit" class="download-btn">
  5114.                                <i class="fas fa-download me-2"></i>
  5115.                                Download Brochure Now
  5116.                            </button>
  5117.                            
  5118.                            <div class="success-message" id="successMessage">
  5119.                                <i class="fas fa-check-circle me-2"></i>
  5120.                                Thank you! Your brochure download will begin shortly.
  5121.                            </div>
  5122.                        </form>
  5123.                    </div>
  5124.                </div>
  5125.            </div>
  5126.        </div>
  5127.    </div>
  5128.  
  5129.    <!-- page wrapper end -->
  5130.  
  5131.  
  5132.    <!--back-to-top start-->
  5133.  
  5134.    <div class="scroll-top"><a class="smoothscroll" href="#top"><i class="las la-location-arrow"></i></a></div>
  5135.  
  5136.    <!--back-to-top end-->
  5137.  
  5138.  
  5139.    <!-- inject js start -->
  5140.    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  5141.    <!-- Owl Carousel JS -->
  5142.    <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
  5143.    <!-- Owl Carousel CSS -->
  5144.    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
  5145.    <link rel="stylesheet"
  5146.          href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
  5147.    <!--== jquery -->
  5148.    <style>
  5149.      .modal-backdrop {
  5150.            background: rgba(0, 0, 0, 0.8);
  5151.            backdrop-filter: blur(10px);
  5152.        }
  5153.  
  5154.        .modal-content {
  5155.            background: linear-gradient(145deg, #ffffff, #f8f9ff);
  5156.            border: none;
  5157.            border-radius: 20px;
  5158.            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  5159.            overflow: hidden;
  5160.            position: relative;
  5161.        }
  5162.  
  5163.        .modal-content::before {
  5164.            content: '';
  5165.            position: absolute;
  5166.            top: 0;
  5167.            left: 0;
  5168.            right: 0;
  5169.            height: 4px;
  5170.            background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57);
  5171.            background-size: 300% 300%;
  5172.            animation: gradientShift 3s ease infinite;
  5173.        }
  5174.  
  5175.        @keyframes gradientShift {
  5176.            0%, 100% { background-position: 0% 50%; }
  5177.            50% { background-position: 100% 50%; }
  5178.        }
  5179.  
  5180.        .modal-header {
  5181.            border-bottom: none;
  5182.            padding: 2rem 2rem 1rem;
  5183.            position: relative;
  5184.        }
  5185.  
  5186.        .modal-title {
  5187.            font-weight: 700;
  5188.            font-size: 1.8rem;
  5189.            background: linear-gradient(45deg, #667eea, #764ba2);
  5190.            -webkit-background-clip: text;
  5191.            -webkit-text-fill-color: transparent;
  5192.            background-clip: text;
  5193.            margin: 0;
  5194.            animation: titlePulse 2s ease-in-out infinite alternate;
  5195.        }
  5196.  
  5197.        @keyframes titlePulse {
  5198.            from { transform: scale(1); }
  5199.            to { transform: scale(1.05); }
  5200.        }
  5201.  
  5202.        .btn-close {
  5203.            background: linear-gradient(45deg, #ff6b6b, #ee5a24);
  5204.            border-radius: 50%;
  5205.            width: 40px;
  5206.            height: 40px;
  5207.            opacity: 1;
  5208.            display: flex;
  5209.            align-items: center;
  5210.            justify-content: center;
  5211.            transition: all 0.3s ease;
  5212.        }
  5213.  
  5214.        .btn-close:hover {
  5215.            transform: rotate(90deg) scale(1.1);
  5216.            background: linear-gradient(45deg, #ee5a24, #ff6b6b);
  5217.        }
  5218.  
  5219.        .modal-body {
  5220.            padding: 1rem 2rem 2rem;
  5221.        }
  5222.  
  5223.        .video-container {
  5224.            position: relative;
  5225.            margin-bottom: 2rem;
  5226.            border-radius: 15px;
  5227.            overflow: hidden;
  5228.            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  5229.            animation: videoFloat 6s ease-in-out infinite;
  5230.        }
  5231.  
  5232.        @keyframes videoFloat {
  5233.            0%, 100% { transform: translateY(0px); }
  5234.            50% { transform: translateY(-10px); }
  5235.        }
  5236.  
  5237.        .video-container iframe {
  5238.            width: 100%;
  5239.            height: 315px;
  5240.            border: none;
  5241.        }
  5242.  
  5243.        .form-container {
  5244.            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  5245.            border-radius: 20px;
  5246.            padding: 2rem;
  5247.            backdrop-filter: blur(10px);
  5248.            border: 1px solid rgba(255, 255, 255, 0.2);
  5249.            position: relative;
  5250.            overflow: hidden;
  5251.        }
  5252.  
  5253.        .form-container::before {
  5254.            content: '';
  5255.            position: absolute;
  5256.            top: -50%;
  5257.            left: -50%;
  5258.            width: 200%;
  5259.            height: 200%;
  5260.            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  5261.            animation: shimmer 3s infinite;
  5262.            pointer-events: none;
  5263.        }
  5264.  
  5265.        @keyframes shimmer {
  5266.            0% { transform: rotate(0deg); }
  5267.            100% { transform: rotate(360deg); }
  5268.        }
  5269.  
  5270.        .form-title {
  5271.            text-align: center;
  5272.            margin-bottom: 1.5rem;
  5273.            font-weight: 600;
  5274.            color: #333;
  5275.            position: relative;
  5276.        }
  5277.  
  5278.        .form-group {
  5279.            margin-bottom: 1.5rem;
  5280.            position: relative;
  5281.        }
  5282.  
  5283.        .form-control {
  5284.            border: 2px solid transparent;
  5285.            border-radius: 15px;
  5286.            padding: 12px 20px 12px 50px;
  5287.            font-size: 1rem;
  5288.            background: rgba(255, 255, 255, 0.9);
  5289.            backdrop-filter: blur(5px);
  5290.            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  5291.            position: relative;
  5292.        }
  5293.  
  5294.        .form-control:focus {
  5295.            border-color: #667eea;
  5296.            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  5297.            background: rgba(255, 255, 255, 1);
  5298.            transform: translateY(-2px);
  5299.        }
  5300.  
  5301.        .input-icon {
  5302.            position: absolute;
  5303.            left: 18px;
  5304.            top: 50%;
  5305.            transform: translateY(-50%);
  5306.            color: #667eea;
  5307.            font-size: 1.1rem;
  5308.            z-index: 2;
  5309.            transition: all 0.3s ease;
  5310.        }
  5311.  
  5312.        .form-group:focus-within .input-icon {
  5313.            color: #764ba2;
  5314.            transform: translateY(-50%) scale(1.1);
  5315.        }
  5316.  
  5317.        .download-btn {
  5318.            background: linear-gradient(45deg, #667eea, #764ba2);
  5319.            border: none;
  5320.            border-radius: 50px;
  5321.            padding: 15px 40px;
  5322.            font-weight: 600;
  5323.            font-size: 1.1rem;
  5324.            color: white;
  5325.            width: 100%;
  5326.            position: relative;
  5327.            overflow: hidden;
  5328.            transition: all 0.3s ease;
  5329.            text-transform: uppercase;
  5330.            letter-spacing: 1px;
  5331.        }
  5332.  
  5333.        .download-btn::before {
  5334.            content: '';
  5335.            position: absolute;
  5336.            top: 0;
  5337.            left: -100%;
  5338.            width: 100%;
  5339.            height: 100%;
  5340.            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  5341.            transition: all 0.5s ease;
  5342.        }
  5343.  
  5344.        .download-btn:hover::before {
  5345.            left: 100%;
  5346.        }
  5347.  
  5348.        .download-btn:hover {
  5349.            transform: translateY(-3px);
  5350.            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
  5351.            background: linear-gradient(45deg, #764ba2, #667eea);
  5352.        }
  5353.  
  5354.        .download-btn:active {
  5355.            transform: translateY(-1px);
  5356.        }
  5357.  
  5358.        .floating-elements {
  5359.            position: absolute;
  5360.            top: 0;
  5361.            left: 0;
  5362.            width: 100%;
  5363.            height: 100%;
  5364.            pointer-events: none;
  5365.            overflow: hidden;
  5366.        }
  5367.  
  5368.        .floating-circle {
  5369.            position: absolute;
  5370.            border-radius: 50%;
  5371.            background: linear-gradient(45deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
  5372.            animation: float 6s ease-in-out infinite;
  5373.        }
  5374.  
  5375.        .floating-circle:nth-child(1) {
  5376.            width: 60px;
  5377.            height: 60px;
  5378.            top: 20%;
  5379.            left: 10%;
  5380.            animation-delay: 0s;
  5381.        }
  5382.  
  5383.        .floating-circle:nth-child(2) {
  5384.            width: 40px;
  5385.            height: 40px;
  5386.            top: 60%;
  5387.            right: 15%;
  5388.            animation-delay: 2s;
  5389.        }
  5390.  
  5391.        .floating-circle:nth-child(3) {
  5392.            width: 30px;
  5393.            height: 30px;
  5394.            bottom: 30%;
  5395.            left: 20%;
  5396.            animation-delay: 4s;
  5397.        }
  5398.  
  5399.        @keyframes float {
  5400.            0%, 100% {
  5401.                transform: translateY(0px) rotate(0deg);
  5402.                opacity: 0.7;
  5403.            }
  5404.            50% {
  5405.                transform: translateY(-20px) rotate(180deg);
  5406.                opacity: 1;
  5407.            }
  5408.        }
  5409.  
  5410.        .modal.show .modal-dialog {
  5411.            animation: modalSlideIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  5412.        }
  5413.  
  5414.        @keyframes modalSlideIn {
  5415.            from {
  5416.                opacity: 0;
  5417.                transform: scale(0.7) translateY(-50px);
  5418.            }
  5419.            to {
  5420.                opacity: 1;
  5421.                transform: scale(1) translateY(0);
  5422.            }
  5423.        }
  5424.  
  5425.        .form-control.animate {
  5426.            animation: inputPop 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  5427.        }
  5428.  
  5429.        @keyframes inputPop {
  5430.            0% { transform: scale(1); }
  5431.            50% { transform: scale(1.05); }
  5432.            100% { transform: scale(1); }
  5433.        }
  5434.  
  5435.        .success-message {
  5436.            display: none;
  5437.            text-align: center;
  5438.            padding: 1rem;
  5439.            background: linear-gradient(45deg, #4ecdc4, #44a08d);
  5440.            color: white;
  5441.            border-radius: 15px;
  5442.            margin-top: 1rem;
  5443.            animation: successSlide 0.5s ease;
  5444.        }
  5445.  
  5446.        @keyframes successSlide {
  5447.            from {
  5448.                opacity: 0;
  5449.                transform: translateY(20px);
  5450.            }
  5451.            to {
  5452.                opacity: 1;
  5453.                transform: translateY(0);
  5454.            }
  5455.        }
  5456.  
  5457.        @media (max-width: 768px) {
  5458.            .modal-dialog {
  5459.                margin: 1rem;
  5460.            }
  5461.  
  5462.            .modal-title {
  5463.                font-size: 1.5rem;
  5464.            }
  5465.  
  5466.            .video-container iframe {
  5467.                height: 250px;
  5468.            }
  5469.  
  5470.            .form-container {
  5471.                padding: 1.5rem;
  5472.            }
  5473.        }
  5474. </style>
  5475.  
  5476.  
  5477. <script src="/static/js/theme.js"></script>
  5478.  
  5479.  <!--== theme-plugin -->
  5480.  <script src="/static/js/theme-plugin.js"></script>
  5481.  
  5482.  <!--== theme-script -->
  5483.  <script src="/static/js/theme-script.js"></script>
  5484.  
  5485.  <!-- inject js end -->
  5486.  
  5487.  
  5488.  
  5489.    <script>
  5490.        $(document).ready(function () {
  5491.            // Initialize Owl Carousel
  5492.            $('.owl-carousel').owlCarousel({
  5493.                loop: true,
  5494.                margin: 20,
  5495.                nav: true,
  5496.                dots: true,
  5497.                autoplay: true,
  5498.                autoplayTimeout: 3000,
  5499.                autoplayHoverPause: true,
  5500.                navText: ['<span>❮</span>', '<span>❯</span>'],
  5501.                responsive: {
  5502.                    0: {
  5503.                        items: 1
  5504.                    },
  5505.                    600: {
  5506.                        items: 2
  5507.                    },
  5508.                    900: {
  5509.                        items: 3
  5510.                    },
  5511.                    1200: {
  5512.                        items: 4
  5513.                    }
  5514.                },
  5515.                // Add animation to items when scrolled into view
  5516.                onInitialized: startAnimation,
  5517.                onTranslated: startAnimation
  5518.            });
  5519.  
  5520.            function startAnimation(event) {
  5521.                var currentItems = $('.owl-item.active').find('.link-card');
  5522.                currentItems.each(function (index) {
  5523.                    var item = $(this);
  5524.                    item.removeClass('animated fadeInUp');
  5525.                    setTimeout(function () {
  5526.                        item.addClass('animated fadeInUp');
  5527.                    }, index * 150);
  5528.                });
  5529.            }
  5530.        });
  5531.    </script>
  5532.    <script>
  5533.        // News Data
  5534.        const newsData = [
  5535.            {
  5536.                id: 1,
  5537.                image: "p1.jpg",
  5538.                title: "ANITS Hosts National Tech Conference",
  5539.                category: "Event",
  5540.                date: "February 15, 2025",
  5541.                text: "Leading experts gather to discuss emerging technologies and innovations.",
  5542.                link: "#"
  5543.            },
  5544.            {
  5545.                id: 2,
  5546.                image: "p2.jpeg",
  5547.                title: "Students Win Regional Hackathon",
  5548.                category: "Achievement",
  5549.                date: "February 8, 2025",
  5550.                text: "ANITS team secures first place in the prestigious coding competition.",
  5551.                link: "#"
  5552.            },
  5553.            {
  5554.                id: 3,
  5555.                image: "p3.jpg",
  5556.                title: "Campus Placement Drive Success",
  5557.                category: "Placements",
  5558.                date: "January 28, 2025",
  5559.                text: "Over 85% of eligible students received job offers from top companies.",
  5560.                link: "#"
  5561.            },
  5562.            {
  5563.                id: 4,
  5564.                image: "p4.jpeg",
  5565.                title: "New Research Lab Inauguration",
  5566.                category: "Infrastructure",
  5567.                date: "January 15, 2025",
  5568.                text: "State-of-the-art research facilities unveiled for advanced studies.",
  5569.                link: "#"
  5570.            },
  5571.            {
  5572.                id: 5,
  5573.                image: "/api/placeholder/400/320",
  5574.                title: "Faculty Research Published in International Journal",
  5575.                category: "Research",
  5576.                date: "December 20, 2024",
  5577.                text: "Groundbreaking research by ANITS professors gains international recognition.",
  5578.                link: "#"
  5579.            },
  5580.            {
  5581.                id: 6,
  5582.                image: "/api/placeholder/400/320",
  5583.                title: "Annual Cultural Fest Announcement",
  5584.                category: "Campus Life",
  5585.                date: "December 10, 2024",
  5586.                text: "Preparations begin for the most anticipated event of the academic year.",
  5587.                link: "#"
  5588.            },
  5589.            {
  5590.                id: 7,
  5591.                image: "/api/placeholder/400/320",
  5592.                title: "Industry Partnership Agreement Signed",
  5593.                category: "Collaboration",
  5594.                date: "November 30, 2024",
  5595.                text: "ANITS partners with leading tech companies for student development programs.",
  5596.                link: "#"
  5597.            }
  5598.        ];
  5599.  
  5600.        // Carousel Configuration
  5601.        const cardsPerSlide = window.innerWidth < 768 ? 1 : 3;
  5602.        let currentSlide = 0;
  5603.        const totalSlides = Math.ceil(newsData.length / cardsPerSlide);
  5604.  
  5605.        // Initialize Carousel
  5606.        function initCarousel() {
  5607.            renderSlides();
  5608.            renderPagination();
  5609.            setupEventListeners();
  5610.            showSlide(currentSlide);
  5611.        }
  5612.  
  5613.        // Render News Cards
  5614.        function renderSlides() {
  5615.            const slidesContainer = document.getElementById('newsSlides');
  5616.            slidesContainer.innerHTML = '';
  5617.  
  5618.            newsData.forEach(news => {
  5619.                const card = document.createElement('div');
  5620.                card.className = 'col-md-4 news-card-wrapper';
  5621.                card.innerHTML = `
  5622.                    <div class="news-card">
  5623.                        <div class="news-thumb">
  5624.                            <span class="news-category">${news.category}</span>
  5625.                            <img src="${news.image}" alt="${news.title}">
  5626.                        </div>
  5627.                        <div class="news-body">
  5628.                            <h5 class="news-title">${news.title}</h5>
  5629.                            <p class="news-date"><i class="far fa-calendar-alt me-2"></i>${news.date}</p>
  5630.                            <p class="news-text">${news.text}</p>
  5631.                            <a href="${news.link}" class="news-link">Read More <i class="fas fa-angle-right"></i></a>
  5632.                        </div>
  5633.                    </div>
  5634.                `;
  5635.                slidesContainer.appendChild(card);
  5636.            });
  5637.        }
  5638.  
  5639.        // Render Pagination Dots
  5640.        function renderPagination() {
  5641.            const paginationContainer = document.getElementById('carouselPagination');
  5642.            paginationContainer.innerHTML = '';
  5643.  
  5644.            for (let i = 0; i < totalSlides; i++) {
  5645.                const dot = document.createElement('div');
  5646.                dot.className = 'carousel-dot';
  5647.                dot.dataset.slide = i;
  5648.                dot.addEventListener('click', () => {
  5649.                    showSlide(i);
  5650.                });
  5651.                paginationContainer.appendChild(dot);
  5652.            }
  5653.        }
  5654.  
  5655.        // Show Specific Slide
  5656.        function showSlide(slideIndex) {
  5657.            const wrappers = document.querySelectorAll('.news-card-wrapper');
  5658.            const dots = document.querySelectorAll('.carousel-dot');
  5659.  
  5660.            // Hide all cards
  5661.            wrappers.forEach(wrapper => {
  5662.                wrapper.style.display = 'none';
  5663.            });
  5664.  
  5665.            // Show cards for current slide
  5666.            const startIndex = slideIndex * cardsPerSlide;
  5667.            const endIndex = Math.min(startIndex + cardsPerSlide, wrappers.length);
  5668.  
  5669.            for (let i = startIndex; i < endIndex; i++) {
  5670.                if (wrappers[i]) {
  5671.                    wrappers[i].style.display = 'block';
  5672.                    // Add animation with delay based on index
  5673.                    wrappers[i].classList.remove('animate-in');
  5674.                    void wrappers[i].offsetWidth; // Force reflow
  5675.                    wrappers[i].classList.add('animate-in');
  5676.                    wrappers[i].style.animationDelay = `${(i - startIndex) * 0.1}s`;
  5677.                }
  5678.            }
  5679.  
  5680.            // Update pagination dots
  5681.            dots.forEach((dot, index) => {
  5682.                dot.classList.toggle('active', index === slideIndex);
  5683.            });
  5684.  
  5685.            currentSlide = slideIndex;
  5686.        }
  5687.  
  5688.        // Setup Event Listeners
  5689.        function setupEventListeners() {
  5690.            document.getElementById('prevSlide').addEventListener('click', () => {
  5691.                if (currentSlide > 0) {
  5692.                    showSlide(currentSlide - 1);
  5693.                } else {
  5694.                    showSlide(totalSlides - 1); // Loop to the end
  5695.                }
  5696.            });
  5697.  
  5698.            document.getElementById('nextSlide').addEventListener('click', () => {
  5699.                if (currentSlide < totalSlides - 1) {
  5700.                    showSlide(currentSlide + 1);
  5701.                } else {
  5702.                    showSlide(0); // Loop to the beginning
  5703.                }
  5704.            });
  5705.  
  5706.            // Auto-play functionality
  5707.            let autoPlayInterval = setInterval(() => {
  5708.                const nextSlide = (currentSlide + 1) % totalSlides;
  5709.                showSlide(nextSlide);
  5710.            }, 5000);
  5711.  
  5712.            // Pause auto-play on hover
  5713.            const carousel = document.querySelector('.news-carousel');
  5714.            carousel.addEventListener('mouseenter', () => {
  5715.                clearInterval(autoPlayInterval);
  5716.            });
  5717.  
  5718.            carousel.addEventListener('mouseleave', () => {
  5719.                autoPlayInterval = setInterval(() => {
  5720.                    const nextSlide = (currentSlide + 1) % totalSlides;
  5721.                    showSlide(nextSlide);
  5722.                }, 5000);
  5723.            });
  5724.  
  5725.            // Resize handler
  5726.            window.addEventListener('resize', () => {
  5727.                const newCardsPerSlide = window.innerWidth < 768 ? 1 : 3;
  5728.                if (newCardsPerSlide !== cardsPerSlide) {
  5729.                    location.reload(); // Simple solution for this example
  5730.                }
  5731.            });
  5732.        }
  5733.  
  5734.        // Initialize when DOM is loaded
  5735.        document.addEventListener('DOMContentLoaded', initCarousel);
  5736.  
  5737.  
  5738.    </script>
  5739.    <script>
  5740.        document.addEventListener('DOMContentLoaded', function () {
  5741.            const pauseBtn = document.getElementById('pauseBtn');
  5742.            const playBtn = document.getElementById('playBtn');
  5743.            const marqueeContent = document.getElementById('marqueeContent');
  5744.  
  5745.            pauseBtn.addEventListener('click', function () {
  5746.                marqueeContent.style.animationPlayState = 'paused';
  5747.                pauseBtn.style.display = 'none';
  5748.                playBtn.style.display = 'inline-block';
  5749.            });
  5750.  
  5751.            playBtn.addEventListener('click', function () {
  5752.                marqueeContent.style.animationPlayState = 'running';
  5753.                playBtn.style.display = 'none';
  5754.                pauseBtn.style.display = 'inline-block';
  5755.            });
  5756.        });
  5757.    </script>
  5758.    <script>
  5759.        function hide() {
  5760.            document.getElementById("dip").style.display = "none";
  5761.        }
  5762.  
  5763.        document.addEventListener("DOMContentLoaded", () => {
  5764.            const cards = document.querySelectorAll(".counter-cards__item");
  5765.  
  5766.            cards.forEach((card, index) => {
  5767.                card.style.animation = `fadeInCard 1s ease-in-out ${index * 0.2}s forwards`;
  5768.            });
  5769.        });
  5770.        document.addEventListener("DOMContentLoaded", () => {
  5771.            const marquee = document.querySelector(".marquee");
  5772.            const items = marquee.innerHTML; // Get current items
  5773.            marquee.innerHTML += items; // Duplicate items for seamless scrolling
  5774.        });
  5775.  
  5776.  
  5777.  
  5778. $(document).ready(function () {
  5779.    $('.event-item').click(function () {
  5780.        let eventId = $(this).data('id');
  5781.  
  5782.        // Show loading state
  5783.        $('#modal-event-name').text('Loading...');
  5784.        $('#modal-event-date').text('');
  5785.        $('#modal-event-description').text('');
  5786.        $('#modal-gallery').html('<p class="text-muted">Loading gallery...</p>');
  5787.  
  5788.        $.ajax({
  5789.            url: '/get_event_details',
  5790.            method: 'GET',
  5791.            data: { id: eventId },
  5792.            dataType: 'json',
  5793.            success: function (data) {
  5794.                $('#modal-event-name').text(data.event_name);
  5795.                $('#modal-event-date').text(data.event_date);
  5796.                let description = data.description || 'No description available.';
  5797. let html;
  5798.  
  5799. if (description.includes('http')) {
  5800.    // Convert URL in text to anchor tag
  5801.    html = description.replace(
  5802.        /(https?:\/\/[^\s]+)/g,
  5803.        '<a href="$1" target="_blank" style="color:blue;">$1</a>'
  5804.    );
  5805.    $('#modal-event-description').html(html);
  5806. } else {
  5807.    $('#modal-event-description').text(description);
  5808. }
  5809.  
  5810.                let galleryHtml = '';
  5811.                if (data.gallery.length > 0) {
  5812.                    data.gallery.forEach(image => {
  5813.                        galleryHtml += `
  5814.                            <img src="${image}" class="img-thumbnail event-image me-2 mb-2" width="200" height="200"
  5815.                                style="cursor: pointer;">
  5816.                        `;
  5817.                    });
  5818.                } else {
  5819.                    galleryHtml = '<p class="text-muted">No images available.</p>';
  5820.                }w
  5821.                $('#modal-gallery').html(galleryHtml);
  5822.            },
  5823.            error: function () {
  5824.                $('#modal-event-name').text('Error loading event details');
  5825.                $('#modal-event-date').text('');
  5826.                $('#modal-event-description').text('');
  5827.                $('#modal-gallery').html('<p class="text-danger">Failed to load gallery.</p>');
  5828.            }
  5829.        });
  5830.    });
  5831.  
  5832.    // Handle image click to show in larger view
  5833.   $(document).on('click', '.event-image', function () {
  5834.    let imageUrl = $(this).attr('src');
  5835.    $('#largeImage').attr('src', imageUrl);
  5836.    $('#imageModal').modal('show');  // Show the Bootstrap modal
  5837. });
  5838. });
  5839.  
  5840.  
  5841. </script>
  5842.  <script>
  5843.        // Show modal when page loads
  5844.        document.addEventListener('DOMContentLoaded', function() {
  5845.            const modal = new bootstrap.Modal(document.getElementById('videoModal'));
  5846.            modal.show();
  5847.        });
  5848.  
  5849.        // Form animation and handling
  5850.        document.addEventListener('DOMContentLoaded', function() {
  5851.            const form = document.getElementById('brochureForm');
  5852.            const inputs = document.querySelectorAll('.form-control');
  5853.            const successMessage = document.getElementById('successMessage');
  5854.  
  5855.            // Add focus animations to inputs
  5856.            inputs.forEach(input => {
  5857.                input.addEventListener('focus', function() {
  5858.                    this.classList.add('animate');
  5859.                    setTimeout(() => {
  5860.                        this.classList.remove('animate');
  5861.                    }, 300);
  5862.                });
  5863.            });
  5864.  
  5865.            // Phone number validation - only allow numbers
  5866.            const phoneInput = document.getElementById('phoneNumber');
  5867.            phoneInput.addEventListener('input', function(e) {
  5868.                // Remove any non-numeric characters
  5869.                this.value = this.value.replace(/[^0-9]/g, '');
  5870.            });
  5871.  
  5872.            phoneInput.addEventListener('keypress', function(e) {
  5873.                // Only allow numbers and specific keys (backspace, delete, arrows)
  5874.                const allowedKeys = ['Backspace', 'Delete', 'ArrowLeft', 'ArrowRight', 'Tab'];
  5875.                if (!allowedKeys.includes(e.key) && (e.key < '0' || e.key > '9')) {
  5876.                    e.preventDefault();
  5877.                }
  5878.            });
  5879.  
  5880.            // Form submission with Django AJAX
  5881.            form.addEventListener('submit', function(e) {
  5882.                e.preventDefault();
  5883.                
  5884.                const formData = new FormData(form);
  5885.                
  5886.                // Get CSRF token
  5887.                const csrfToken = document.querySelector('[name=csrfmiddlewaretoken]')?.value ||
  5888.                                 document.querySelector('meta[name="csrf-token"]')?.getAttribute('content') ||
  5889.                                 getCookie('csrftoken');
  5890.  
  5891.                // Simulate form processing
  5892.                const submitBtn = form.querySelector('.download-btn');
  5893.                const originalText = submitBtn.innerHTML;
  5894.                
  5895.                submitBtn.innerHTML = '<i class="fas fa-spinner fa-spin me-2"></i>Processing...';
  5896.                submitBtn.disabled = true;
  5897.  
  5898.                // AJAX request to Django view
  5899.                fetch('/user_info', {
  5900.                    method: 'POST',
  5901.                    body: formData,
  5902.                    headers: {
  5903.                        'X-CSRFToken': csrfToken,
  5904.                        'X-Requested-With': 'XMLHttpRequest'
  5905.                    }
  5906.                })
  5907.                .then(response => response.json())
  5908.                .then(data => {
  5909.                    if (data.success) {
  5910.                        // Show success message
  5911.                        successMessage.style.display = 'block';
  5912.                        
  5913.                        // Reset button
  5914.                        submitBtn.innerHTML = originalText;
  5915.                        submitBtn.disabled = false;
  5916.                        
  5917.                        // Download the actual brochure PDF
  5918.                        setTimeout(() => {
  5919.                            const link = document.createElement('a');
  5920.                            link.href = '/static/brocher.pdf';
  5921.                            link.download = 'brochure.pdf';
  5922.                            link.target = '_blank';
  5923.                            document.body.appendChild(link);
  5924.                            link.click();
  5925.                            document.body.removeChild(link);
  5926.                            
  5927.                            // Hide success message after download
  5928.                            setTimeout(() => {
  5929.                                successMessage.style.display = 'none';
  5930.                                form.reset();
  5931.                            }, 3000);
  5932.                        }, 1000);
  5933.                    } else {
  5934.                        // Handle errors
  5935.                        alert(data.message || 'An error occurred. Please try again.');
  5936.                        submitBtn.innerHTML = originalText;
  5937.                        submitBtn.disabled = false;
  5938.                    }
  5939.                })
  5940.                .catch(error => {
  5941.                    console.error('Error:', error);
  5942.                    alert('Network error. Please check your connection and try again.');
  5943.                    submitBtn.innerHTML = originalText;
  5944.                    submitBtn.disabled = false;
  5945.                });
  5946.            });
  5947.  
  5948.            // Function to get CSRF cookie
  5949.            function getCookie(name) {
  5950.                let cookieValue = null;
  5951.                if (document.cookie && document.cookie !== '') {
  5952.                    const cookies = document.cookie.split(';');
  5953.                    for (let i = 0; i < cookies.length; i++) {
  5954.                        const cookie = cookies[i].trim();
  5955.                        if (cookie.substring(0, name.length + 1) === (name + '=')) {
  5956.                            cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
  5957.                            break;
  5958.                        }
  5959.                    }
  5960.                }
  5961.                return cookieValue;
  5962.            }
  5963.        });
  5964.  
  5965.        // Add some interactive particles effect
  5966.        document.addEventListener('mousemove', function(e) {
  5967.            const particle = document.createElement('div');
  5968.            particle.style.position = 'fixed';
  5969.            particle.style.width = '4px';
  5970.            particle.style.height = '4px';
  5971.            particle.style.backgroundColor = 'rgba(102, 126, 234, 0.6)';
  5972.            particle.style.borderRadius = '50%';
  5973.            particle.style.pointerEvents = 'none';
  5974.            particle.style.zIndex = '9999';
  5975.            particle.style.left = e.clientX + 'px';
  5976.            particle.style.top = e.clientY + 'px';
  5977.            
  5978.            document.body.appendChild(particle);
  5979.            
  5980.            setTimeout(() => {
  5981.                particle.style.transition = 'all 1s ease-out';
  5982.                particle.style.transform = 'scale(0)';
  5983.                particle.style.opacity = '0';
  5984.                
  5985.                setTimeout(() => {
  5986.                    document.body.removeChild(particle);
  5987.                }, 1000);
  5988.            }, 100);
  5989.        });
  5990.    </script>
  5991. <div class="modal fade" id="videoModal" tabindex="-1" aria-labelledby="videoModalLabel" aria-hidden="true" data-bs-backdrop="static">
  5992.        <div class="modal-dialog modal-lg modal-dialog-centered">
  5993.            <div class="modal-content">
  5994.                <div class="floating-elements">
  5995.                    <div class="floating-circle"></div>
  5996.                    <div class="floating-circle"></div>
  5997.                    <div class="floating-circle"></div>
  5998.                </div>
  5999.                
  6000.                <div class="modal-header">
  6001.                    <h2 class="modal-title" id="videoModalLabel">
  6002.                        <i class="fas fa-play-circle me-2"></i>
  6003.                        Discover Our Story
  6004.                    </h2>
  6005.                    <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">
  6006.                        <i class="fas fa-times text-white"></i>
  6007.                    </button>
  6008.                </div>
  6009.                
  6010.                <div class="modal-body">
  6011.                    <div class="video-container">
  6012.                        <iframe
  6013.                            src="https://www.youtube.com/embed/LGzFBhVqQ20?si=wgBmE8uV9cryJRHK&autoplay=1&mute=1&loop=1&playlist=LGzFBhVqQ20"
  6014.                            title="YouTube video player"
  6015.                            allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  6016.                            allowfullscreen>
  6017.                        </iframe>
  6018.                    </div>
  6019.  
  6020.                    <div class="form-container">
  6021.                        <h3 class="form-title">
  6022.                            <i class="fas fa-download me-2"></i>
  6023.                            Get Your Free Brochure
  6024.                        </h3>
  6025.                        
  6026.                        <form id="brochureForm">
  6027.                            <input type="hidden" name="csrfmiddlewaretoken" value="HL86EW8TmmPqESIQ6j9N3SuZ1MA5HgsHGRDHAQeQqSQIyLqDiSrybnWuhkADDoOd">
  6028.                            <div class="form-group">
  6029.                                <i class="fas fa-user input-icon"></i>
  6030.                                <input type="text" class="form-control" id="fullName" name="fullName" placeholder="Enter your full name" required>
  6031.                            </div>
  6032.                            
  6033.                            <div class="form-group">
  6034.                                <i class="fas fa-phone input-icon"></i>
  6035.                                <input type="tel" class="form-control" id="phoneNumber" name="phoneNumber"  pattern="[0-9]+" title="Please enter only numbers"  placeholder="Enter your phone number" required>
  6036.                            </div>
  6037.                            
  6038.                            <div class="form-group">
  6039.                                <i class="fas fa-envelope input-icon"></i>
  6040.                                <input type="email" class="form-control" id="email" name="email" placeholder="Enter your email address" required>
  6041.                            </div>
  6042.                              <div class="g-recaptcha mb-4" data-sitekey="6LfBTUYrAAAAAK3vMjDXs2P89SWo4I5lkxuuTbYl"></div>
  6043.                            
  6044.                            <button type="submit" class="download-btn">
  6045.                                <i class="fas fa-download me-2"></i>
  6046.                                Download Brochure Now
  6047.                            </button>
  6048.                            
  6049.                            <div class="success-message" id="successMessage">
  6050.                                <i class="fas fa-check-circle me-2"></i>
  6051.                                Thank you! Your brochure download will begin shortly.
  6052.                            </div>
  6053.                        </form>
  6054.                    </div>
  6055.                </div>
  6056.            </div>
  6057.        </div>
  6058.    </div>
  6059.    <footer class="footer" style="background: linear-gradient(135deg, #1b3965, #3088c7); color: white;">
  6060.    <div class="primary-footer py-5">
  6061.      <div class="container">
  6062.        <div class="row">
  6063.          <!-- Vital Links Column -->
  6064.          <div class="col-lg-3 col-md-6 mb-4 mb-md-0">
  6065.            <h4 class="text-white mb-4">Vital Links</h4>
  6066.            <div class="footer-list">
  6067.              <ul class="list-unstyled">
  6068.                <!--<li class="mb-2">-->
  6069.                <!--  <a href="http://onlinesystem.anits.edu.in/" target="_blank" class="text-white hover-effect">-->
  6070.                <!--    <i class="fas fa-link me-2"></i> Online Enrollment-->
  6071.                <!--  </a>-->
  6072.                <!--</li>-->
  6073.                <li class="mb-2">
  6074.                  <a href="#" target="_blank" class="text-white hover-effect">
  6075.                    <i class="fas fa-graduation-cap me-2"></i> CAT-B Admissions
  6076.                  </a>
  6077.                </li>
  6078.                <li class="mb-2">
  6079.                  <a href="/onlinepayment" target="_blank" class="text-white hover-effect">
  6080.                    <i class="fas fa-credit-card me-2"></i> Online Payment
  6081.                  </a>
  6082.                </li>
  6083.                <li class="mb-2">
  6084.                  <a href="/nirf" target="_blank" class="text-white hover-effect">
  6085.                    <i class="fas fa-medal me-2"></i> NIRF
  6086.                  </a>
  6087.                </li>
  6088.                <li class="mb-2">
  6089.                  <a href="/nba" target="_blank" class="text-white hover-effect">
  6090.                    <i class="fas fa-search me-2"></i> NBA
  6091.                  </a>
  6092.                </li>
  6093.              </ul>
  6094.            </div>
  6095.          </div>
  6096.  
  6097.          <!-- Quick Links Column -->
  6098.          <div class="col-lg-3 col-md-6 mb-4 mb-md-0">
  6099.            <h4 class="text-white mb-4">Quick Links</h4>
  6100.            <div class="footer-list">
  6101.              <ul class="list-unstyled">
  6102.                <li class="mb-2">
  6103.                  <a href="/Ariia" target="_blank" class="text-white hover-effect">
  6104.                    <i class="fas fa-lightbulb me-2"></i> ARIIA
  6105.                  </a>
  6106.                </li>
  6107.                <li class="mb-2">
  6108.                  <a href="/antiragging" target="_blank" class="text-white hover-effect">
  6109.                    <i class="fas fa-ban me-2"></i> Anti Ragging
  6110.                  </a>
  6111.                </li>
  6112.                <li class="mb-2">
  6113.                  <a href="/greviance" target="_blank" class="text-white hover-effect">
  6114.                    <i class="fas fa-comments me-2"></i> Grievance
  6115.                  </a>
  6116.                </li>
  6117.                <li class="mb-2">
  6118.                  <a href="/pbas" target="_blank" class="text-white hover-effect">
  6119.                    <i class="fas fa-bell me-2"></i> PBAS
  6120.                  </a>
  6121.                </li>
  6122.                <!--<li class="mb-2">-->
  6123.                <!--  <a href="/https://www.anits.edu.in/newsletters.php" target="_blank" class="text-white hover-effect">-->
  6124.                <!--    <i class="fas fa-newspaper me-2"></i> News Letters-->
  6125.                <!--  </a>-->
  6126.                <!--</li>-->
  6127.              </ul>
  6128.            </div>
  6129.          </div>
  6130.  
  6131.          <!-- Contact Column -->
  6132.          <div class="col-lg-6 col-md-12">
  6133.            <h4 class="text-white mb-4">Get In Touch</h4>
  6134.            <div class="footer-contact">
  6135.              <div class="d-flex mb-3">
  6136.                <i class="fas fa-map-marker-alt me-3 mt-1 text-danger"></i>
  6137.                <p class="mb-0">
  6138.                  Anil Neerukonda Institute of Technology & Sciences,<br>
  6139.                  Sangivalasa, Bheemunipatnam Mandal,<br>
  6140.                  Visakhapatnam Dist, AP, India
  6141.                </p>
  6142.              </div>
  6143.              <div class="d-flex mb-3">
  6144.                <i class="fas fa-phone-alt me-3 text-primary"></i>
  6145.                <p class="mb-0"> 8712005999, 8712008222, 9154220250 (Admissions)</p>
  6146.              </div>
  6147.              <div class="d-flex mb-3">
  6148.                <i class="fas fa-envelope me-3 text-warning"></i>
  6149.                <p class="mb-0">principal@anits.edu.in</p>
  6150.              </div>
  6151.  
  6152.              <!-- Social Media Links -->
  6153.              <div class="social-icons mt-4">
  6154.                <a href="#" class="text-white me-3"><i class="fab fa-facebook-f fa-lg"></i></a>
  6155.                <a href="#" class="text-white me-3"><i class="fab fa-twitter fa-lg"></i></a>
  6156.                <a href="#" class="text-white me-3"><i class="fab fa-instagram fa-lg"></i></a>
  6157.                <a href="#" class="text-white me-3"><i class="fab fa-linkedin-in fa-lg"></i></a>
  6158.                <a href="#" class="text-white"><i class="fab fa-youtube fa-lg"></i></a>
  6159.              </div>
  6160.            </div>
  6161.          </div>
  6162.        </div>
  6163.  
  6164.        <!-- Copyright Row -->
  6165.        <div class="row mt-5 pt-3 border-top border-light">
  6166.          <div class="col-md-6 text-center text-md-start">
  6167.            <p class="mb-0">&copy; 2025 Anil Neerukonda Institute of Technology & Sciences. All rights reserved.</p>
  6168.          </div>
  6169.          <div class="col-md-6 text-center text-md-end">
  6170.            <a href="#" class="text-white me-3">Privacy Policy</a>
  6171.            <a href="#" class="text-white me-3">Terms of Service</a>
  6172.            <a href="#" class="text-white">Sitemap</a>
  6173.          </div>
  6174.        </div>
  6175.      </div>
  6176.    </div>
  6177. </footer>
  6178.  
  6179. <!-- Font Awesome for icons -->
  6180. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
  6181.  
  6182. <!-- Custom CSS -->
  6183. <style>
  6184.  .hover-effect {
  6185.    transition: all 0.3s ease;
  6186.    display: inline-block;
  6187.  }
  6188.  .hover-effect:hover {
  6189.    color: #f8f9fa !important;
  6190.    transform: translateX(5px);
  6191.    text-decoration: none;
  6192.  }
  6193.  .social-icons a {
  6194.    display: inline-flex;
  6195.    align-items: center;
  6196.    justify-content: center;
  6197.    width: 40px;
  6198.    height: 40px;
  6199.    border-radius: 50%;
  6200.    background: rgba(255,255,255,0.1);
  6201.    transition: all 0.3s ease;
  6202.    margin-right: 10px;
  6203.  }
  6204.  .social-icons a:hover {
  6205.    background: rgba(255,255,255,0.2);
  6206.    transform: translateY(-3px);
  6207.  }
  6208. </style>
  6209. </div>
  6210. </body>
  6211.  
  6212. <style>
  6213.    .btn:hover {
  6214.        color: #fff
  6215.    }
  6216. </style>
  6217.  
  6218. </html>
  6219.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda