{"id":1015,"date":"2025-09-27T03:59:53","date_gmt":"2025-09-27T03:59:53","guid":{"rendered":"https:\/\/udaaniasranchi.in\/?page_id=1015"},"modified":"2025-12-01T04:38:12","modified_gmt":"2025-12-01T04:38:12","slug":"1st","status":"publish","type":"page","link":"https:\/\/udaaniasranchi.in\/","title":{"rendered":"1st"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1015\" class=\"elementor elementor-1015\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c5efc05 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"c5efc05\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3bcb37e\" data-id=\"3bcb37e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7a90bd3 elementor-widget elementor-widget-html\" data-id=\"7a90bd3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Homepage - Language Selection<\/title>\r\n  <style>\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n      font-family: \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif;\r\n    }\r\n\r\n    body {\r\n      min-height: 100vh;\r\n      display: flex;\r\n      justify-content: center;\r\n      align-items: center;\r\n      background: linear-gradient(135deg, #4facfe, #00f2fe);\r\n      background-size: cover;\r\n      background-attachment: fixed;\r\n      color: #fff;\r\n    }\r\n\r\n    .main {\r\n      display: flex;\r\n      flex-direction: column;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 100%;\r\n      height: 100vh; \/* full screen *\/\r\n      padding: 20px;\r\n      text-align: center;\r\n    }\r\n\r\n    \/* Header *\/\r\n    .header {\r\n      margin-bottom: 2rem;\r\n    }\r\n    .header img {\r\n      width: 200px;\r\n      height: auto;\r\n      margin-bottom: 10px;\r\n    }\r\n    .header h1 {\r\n      font-size: 3rem;\r\n      font-weight: bold;\r\n      color:#FFF5EE;\r\n      letter-spacing: 1px;\r\n    }\r\n\r\n    \/* Wrapper for Hindi + English *\/\r\n    .wrapper {\r\n      display: flex;\r\n      gap: 2rem;\r\n      flex-wrap: wrap;\r\n      justify-content: center;\r\n      align-items: center;\r\n      width: 100%;\r\n    }\r\n\r\n    .card {\r\n      background: rgba(0, 0, 0, 0.55);\r\n      padding: 1.5rem;\r\n      border-radius: 20px;\r\n      width: 380px;   \/* wide box *\/\r\n      text-align: center;\r\n      box-shadow: 0px 8px 25px rgba(0,0,0,0.3);\r\n      transition: transform 0.3s ease;\r\n      display: flex;\r\n      flex-direction: column;\r\n      justify-content: flex-start;\r\n    }\r\n    .card:hover {\r\n      transform: translateY(-6px);\r\n    }\r\n    .card h2 {\r\n      font-size: 1.4rem;\r\n      margin-bottom: 1rem;\r\n    }\r\n\r\n    \/* Course boxes *\/\r\n    .courses {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      gap: 0.6rem;\r\n      justify-content: center;\r\n      margin-bottom: 1rem;\r\n    }\r\n    .course {\r\n      background: rgba(255,255,255,0.15);\r\n      padding: 8px 12px;\r\n      border-radius: 10px;\r\n      font-size: 0.9rem;\r\n      color: #fff;\r\n      font-weight: 500;\r\n      transition: background 0.3s ease;\r\n      flex: 1 1 45%; \/* 2 per row *\/\r\n      text-align: center;\r\n      cursor: pointer;\r\n      text-decoration: none;\r\n      display: block;\r\n    }\r\n    .course:hover {\r\n      background: rgba(255,255,255,0.25);\r\n    }\r\n\r\n    \/* Buttons *\/\r\n    .btn {\r\n      padding: 12px;\r\n      border: none;\r\n      border-radius: 50px;\r\n      font-size: 1rem;\r\n      cursor: pointer;\r\n      transition: all 0.3s ease;\r\n      font-weight: 600;\r\n      color: #fff;\r\n      margin-top: auto; \/* keeps it at bottom inside card *\/\r\n      text-decoration: none;\r\n      display: inline-block;\r\n    }\r\n    .btn-hindi {\r\n      background: #ff6b6b;\r\n    }\r\n    .btn-hindi:hover {\r\n      background: #e63946;\r\n      transform: scale(1.05);\r\n    }\r\n    .btn-english {\r\n      background: #1dd1a1;\r\n    }\r\n    .btn-english:hover {\r\n      background: #10ac84;\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    \/* Responsive *\/\r\n    @media (max-width: 768px) {\r\n      .card {\r\n        width: 100%;\r\n        max-width: 380px;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"main\">\r\n    <!-- Logo + Company Name -->\r\n    <div class=\"header\">\r\n      <img decoding=\"async\" src=\"https:\/\/udaaniasranchi.in\/wp-content\/uploads\/2025\/07\/1000-1000-1.webp\" alt=\"Company Logo\">\r\n      <h1>Udaan IAS Academy<\/h1>\r\n    <\/div>\r\n\r\n    <!-- Hindi + English -->\r\n    <div class=\"wrapper\">\r\n\r\n      <!-- Hindi Box -->\r\n      <div class=\"card\">\r\n        <h2 style=\"color:white; \">\u0939\u093f\u0902\u0926\u0940<\/h2>\r\n        <div class=\"courses\">\r\n          <a href=\"https:\/\/udaaniasranchi.in\/hindi\/index.php\/courses\/upsc-course\/\" class=\"course\">\u092f\u0942\u092a\u0940\u090f\u0938\u0938\u0940<\/a>\r\n          <a href=\"https:\/\/udaaniasranchi.in\/hindi\/index.php\/courses\/jpsc-course\/\" class=\"course\">\u091c\u0947\u092a\u0940\u090f\u0938\u0938\u0940<\/a>\r\n          <a href=\"https:\/\/udaaniasranchi.in\/hindi\/index.php\/courses\/bpsc-course\/\" class=\"course\">\u092c\u0940\u092a\u0940\u090f\u0938\u0938\u0940<\/a>\r\n          <a href=\"#\" class=\"course\">\u0905\u0928\u094d\u092f \u092a\u0930\u0940\u0915\u094d\u0937\u093e\u0910\u0902 <\/a>\r\n        <\/div>\r\n        <a href=\"https:\/\/udaaniasranchi.in\/hindi\/\" class=\"btn btn-hindi\">\u091a\u0941\u0928\u0947<\/a>\r\n      <\/div>\r\n\r\n      <!-- English Box -->\r\n      <div class=\"card\">\r\n        <h2 style=\"color:white;\">English<\/h2>\r\n        <div class=\"courses\">\r\n          <a href=\"https:\/\/udaaniasranchi.in\/english\/index.php\/courses\/upsc-course\/\" class=\"course\">UPSC<\/a>\r\n          <a href=\"https:\/\/udaaniasranchi.in\/english\/index.php\/courses\/jpsc-course\/\" class=\"course\">JPSC<\/a>\r\n          <a href=\"https:\/\/udaaniasranchi.in\/english\/index.php\/courses\/bpsc-course\/\" class=\"course\">BPSC<\/a>\r\n          <a href=\"#\" class=\"course\">Other Exams<\/a>\r\n        <\/div>\r\n        <a href=\"https:\/\/udaaniasranchi.in\/english\/\" class=\"btn btn-english\">Select<\/a>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Homepage &#8211; Language Selection Udaan IAS Academy \u0939\u093f\u0902\u0926\u0940 \u092f\u0942\u092a\u0940\u090f\u0938\u0938\u0940 \u091c\u0947\u092a\u0940\u090f\u0938\u0938\u0940 \u092c\u0940\u092a\u0940\u090f\u0938\u0938\u0940 \u0905\u0928\u094d\u092f \u092a\u0930\u0940\u0915\u094d\u0937\u093e\u0910\u0902 \u091a\u0941\u0928\u0947 English UPSC JPSC BPSC Other Exams Select<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"redux-templates_canvas","meta":{"footnotes":""},"class_list":["post-1015","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/udaaniasranchi.in\/index.php\/wp-json\/wp\/v2\/pages\/1015","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/udaaniasranchi.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/udaaniasranchi.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/udaaniasranchi.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/udaaniasranchi.in\/index.php\/wp-json\/wp\/v2\/comments?post=1015"}],"version-history":[{"count":0,"href":"https:\/\/udaaniasranchi.in\/index.php\/wp-json\/wp\/v2\/pages\/1015\/revisions"}],"wp:attachment":[{"href":"https:\/\/udaaniasranchi.in\/index.php\/wp-json\/wp\/v2\/media?parent=1015"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}