@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "highVoltage_rough";
  src: url("../fonts/highVoltage_rough.ttf");
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
}

.ss_header {
  background-color: #2f3780;
  position: relative;
}

.ss_logo img {
  height: 45px;
}

.ss_navbar_menu li a,
.ss_navbar_menu li a:hover,
.ss_navbar_menu li a:focus {
  color: #fff !important;
  position: relative;
  padding: 8px 12px !important;
  font-family: "Poppins", sans-serif;
}

.ss_navbar_menu li a.active {
  color: #fff !important;
}

.ss_navbar_menu li a.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fbae17;
  border-radius: 5px;
}

.ss_logo {
  background-color: #fff;
  padding: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.ss_logo img {
  height: 120px;
}
.ss_header .navbar {
  padding: 16px 0;
}

/* navbar button */
.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
  background: #fff;
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -8px);
  transform: rotate(45deg) translate(-7px, -8px);
  background: #fff;
}
.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  padding: 0;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}

.video_slider video {
  width: 100%;
}

.video_slider {
  padding: 0;
}

.main_slider_sec {
  padding: 75px 0 00px 0;
  position: relative;
}

.main_slider_sec .row {
  margin: 0;
}

.countdown-section {
  background-color: #2f3780;
  padding: 24px 24px;
}

.main_slider_sec .col-lg-12 {
  padding: 0;
}

.countdown-section p {
  color: #fff;
}

.countdown-section p {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0 !important;
}

.count_color {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
}

.osward_font {
  font-size: 70px;
  line-height: 60px;
}

.fw-normal {
  font-family: "Poppins", sans-serif;
}

.esicon_bold > .count_color {
  padding: 0 24px;
}

.esicon_bold {
  padding: 10px 0;
}
.count_line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.esicon_des h2 {
  color: #df1e26;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 0;
}

.esicon_des p {
  color: #000000;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0;
}

.esicon_des h1 {
  color: #323580;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 0;
}

.main_slider_box {
  padding-right: 20%;
}

.main_slider_img_ab {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 40px;
}

.main_slider_img_ab img {
  height: 100%;
}

.applied_header h5 {
  color: #fbaf30;
  font-size: 30px;
  font-family: "Barlow", sans-serif;
  text-align: center;
  font-weight: 800;
  padding: 32px 0;
  margin-bottom: 0;
}

.credit_points_img img {
  width: 100%;
}

.credit_points_button a {
  background-color: #2f3780;
  padding: 16px 36px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  text-decoration: none;
  border-radius: 16px;
}

.credit_points_button {
  text-align: right;
}

.welcome_Sec {
  background-image: url(../images/welcome_img.jpg);
  background-size: cover;
  padding: 40px 0;
}

.welcome_Sec h1 {
  font-size: 60px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  margin-bottom: 0;
}

.dear_friends_sec {
  padding: 30px 0;
  background-color: #f3f4f5;
}
.dear_friends_sec p {
  text-align: left;
  font-size: 18px;
}

.key_features_header {
  background-color: #2f3780;
}
.key_features_header h2 {
  font-family: "Barlow", sans-serif;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  font-weight: 800;
}

.key_features_img img {
  width: 100%;
}

.key_features_gap {
  gap: 24px;
  padding: 30px 0;
}

.key_features_lines {
  width: 1px;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.key_features_img img {
  height: 80px;
}

.key_features_main_des h3 {
  color: #2f3780;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0;
  padding: 16px 0;
  text-transform: uppercase;
}

.key_features_main_des p {
  text-align: center;
}

.key_features_main_des {
  width: 100%;
}

.key_features_main {
  padding: 0 0;
  background-color: #f3f4f5;
}

p {
  font-size: 18px;
}

.warm_sec h4 {
  font-weight: 700;
  font-size: 24px;
  padding: 24px 0 0 0;
}

.warm_sec h3 {
  color: #313680;
  text-transform: capitalize;
  margin-bottom: 0;
  padding: 0;
}

.PMC_credit_sec {
  padding-bottom: 30px;
}

.sigma_logo_img {
  padding: 24px 0;
}

.sigma_logo_img img {
  height: 50px;
}

.registration_sec {
  padding: 36px 0;
}

.registration_sec {
  background-color: #f3f4f5;
}

.registration_sec h2 {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3f4040;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 24px 16px 24px;
}

.registration_sec h3 {
  color: #2f3780;
  font-size: 28px;
  font-weight: 700;
  padding: 10px 0;
}

.registration_button .button_credit {
  background-color: #2f3780;
  padding: 12px 36px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 16px;
  margin-right: 10px;
}

.registration_button {
  text-align: left;
}

.event_information h3 {
  background-color: #2f3780;
  color: #fff;
  font-size: 24px;
}

.event_information h3 {
  background-color: #2f3780;
  color: #fff;
  font-size: 24px;
}

.event_information {
  padding: 24px 0;
}

.event_information h4 {
  text-transform: uppercase;
  font-size: 24px;
  color: #231f20;
  padding: 12px 0;
}

/* General table style */
.registration-table {
  font-size: 18px;
  font-weight: 500;
}

/* Light purple background for alternate rows */
.registration-row-delegate,
.registration-row-accompanying {
  background-color: #e8e7f3 !important;
}

/* Soft border styling */
.registration-table td,
.registration-table th {
  border-color: #e8e7f3;
  border-width: 1px;
}

/* Optional spacing adjustments */
.registration-table-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.table > :not(caption) > * > * {
  background-color: transparent !important;
}

/* Section background */
.registration_sec {
  background-color: #f6f6f9;
}

/* Title styles */
.abstract-heading {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.abstract-subtitle {
  color: #2b3fbb;
}

/* Header strip for guidelines */
.guideline-header {
  background-color: #2f3780;
  font-weight: 700;
  font-size: 18px;
}

/* Light purple background for alternating rows */
.bg-lightpurple {
  background-color: #efedfa;
}

.guideline-list li {
  text-align: left;
}

/* Registration input field */
.reg-number-input {
  border: 1px solid #ccc;
  font-size: 16px;
  height: 50px;
  padding: 0 15px;
  border-radius: 0;
}

/* Proceed button style */
.proceed-btn {
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.abstract_submission_box button,
.abstract_submission_box button:hover {
  background-color: #2f3780;
  padding: 12px 36px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  border: 0;
  margin-right: 10px;
}

.form-check-input:checked {
  background-color: #2f3780;
  border-color: #2f3780;
}

.guideline-list li {
  position: relative;
  font-size: 20px;
}

.guideline-list li::before {
  content: "";
  position: absolute;
  height: 13px;
  width: 13px;
  background-color: #2f3780;
  border: 2px solid #fff;
  top: 30%;
  left: -8px;
  border-radius: 50px;
}

.Speakers_Sec {
  padding: 0 0 40px 0;
}

.Speakers_Sec {
  background-color: #f3f4f5;
}

.Speakers_Sec h2 {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3f4040;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 24px 16px 24px;
}

.Speakers_Sec h3 {
  color: #2f3780;
  font-size: 28px;
  font-weight: 700;
  padding: 10px 0;
}

.orag_img img {
  width: 70%;
  display: inline-block;
}

.orag_img {
  text-align: center;
  padding: 24px 0;
}

.Speakers_man h3 {
  color: #2f3780;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  padding: 0px 0;
  font-size: 22px;
}

.Speakers_man p {
  text-align: center;
  font-size: 18px;
  color: #323580;
}

.Speakers_man {
  text-align: center;
}

.Speakers_img img {
  height: 110px;
}

.Speakers_img {
  padding: 15px 0;
}

.Speakers_man {
  padding: 10px 0;
}

.key_features_gap {
  gap: 20px; /* spacing between items */
}

.youth_list {
  flex: 0 0 calc(33.333% - 20px); /* 3 items per row with spacing */
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  position: relative;
}

.youth_list_main {
  padding: 20px 0;
}

.youth_list_main h4 {
  color: #323580;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  position: relative;
  padding-left: 24px;
}

.youth_list_main h4::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #fbaf30;
  border: 2px solid #fff;
  top: 30%;
  left: -0px;
  border-radius: 50px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mid_term_esicon h2 {
  color: #323580;
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  padding: 16px 24px;
  border-bottom: 1px solid #fbaf30;
}

.mid_term_esicon {
  text-align: center;
}

.mid_term_esicon_sec {
  padding: 36px 0 0 0;
}

/* Info card style */
.info-card {
  background: #fff;
  border: 2px solid #e2e2e2;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  color: #1b1b1b;
}

/* Walkathon section */
.walkathon-box {
  background: #fcefe2;
  border-radius: 8px;
  color: #1b1b1b;
}

.border-line {
  border-top: 1px solid #e6a037;
  opacity: 0.5;
}

/* Utility */
.text-primary {
  color: #2a2a86 !important;
}

.walkathon-box h4 {
  font-size: 48px;
  font-weight: 700;
}

.walkathon-box .ss_loc {
  font-size: 26px;
  font-weight: 700;
}

.walkathon-box .mb-2 {
  font-size: 26px;
  font-weight: 700;
  color: #123978 !important;
}

.walkathon-box .Coordinator {
  font-size: 26px;
  font-weight: 700;
  color: #123978 !important;
}

.Ashu_header {
  font-size: 28px;
  color: #123978 !important;
}

.info-card .material-symbols-outlined {
  background-color: #123978;
  color: #fff;
  padding: 8px 20px;
  height: 100%;
  align-items: center;
  display: flex;
}

.info-card {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.location_hed {
  padding: 10px 20px;
  font-size: 24px;
}

.gap_16 {
  gap: 16px;
}

.agenda_ss_box {
  background-color: #f4f4f4;
}

.agenda_header {
  text-transform: uppercase;
  font-weight: 800 !important;
  font-size: 55px;
}

.agenda_images img {
  width: 100%;
  padding: 16px 0;
}

.time_table_pdf img {
  width: 100%;
  padding: 16px 0 0 0;
}

.about_venue {
  background-color: #f3f4f5;
  padding: 36px 0;
}

.agenda_ss {
  padding-bottom: 36px;
}

.about_venue h2 {
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  color: #3f4040;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 24px 16px 24px;
}

.rock-garden-img {
  border-radius: 4px;
}

.rock-garden-title {
  bottom: 20px;
  left: 20px;
  background-color: #b47052;
  font-size: 1.5rem;
  border-radius: 2px;
  text-transform: uppercase;
}

.rock-garden-text {
  background-color: transparent;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.6;
  position: relative;
  z-index: 1024;
}

.bg_garden {
  position: relative;
  padding: 24px 0;
  margin: 36px 0;
}

.bg_garden::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  background: #c99a85;
  height: 100%;
}

.bg_garden_2::before {
  background: #4884f1 !important;
}

.bg_garden_3::before {
  background: #c74b99 !important;
}

.bg-light-pink {
  background-color: #fceeee;
}

.registration-bank-section h5 {
  color: #1b2a6d; /* Dark blue tone for headings */
  font-size: 36px;
  font-weight: 700;
}

.registration-bank-section p {
  font-size: 20px;
  margin-bottom: 0.3rem;
  font-weight: 500;
}

.registration-bank-section {
  background-color: #fdedee;
}

.contacts_section {
  background-color: #2f3780;
  padding: 48px 0 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contacts_section h2 {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 24px 16px 24px;
}
.ss_person_us span {
  color: #fff;
  font-size: 32px;
}

.ss_person_us p {
  color: #fff;
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0;
}
.ss_person_us {
  gap: 16px;
  padding-bottom: 36px;
}

.key_features_lines22 {
  width: 1px;
  min-height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.contact_padd {
  padding-top: 36px;
}

.ss_top_button img {
  width: 100%;
}

.ss_top_button {
  width: 100%;
  border: 0;
  background-color: transparent;
}

/*  */

.registration_form {
  padding: 24px 16px;
  background-color: #f3f4f5;
  margin-top: 80px;
  margin-bottom: 36px;
}

.registration_form h2 {
  background-color: rgb(47, 55, 128);
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 700;
  padding: 12px 16px;
  text-align: center;
}

.input_esicon {
  padding-bottom: 8px;
}

.input_esicon label {
  font-size: 16px;
  font-weight: 500;
  color: #231f20;
  padding-bottom: 8px;
}

.input_esicon input,
.input_esicon select {
  height: 50px;
  border-radius: 0;
  border: 1px solid rgba(63, 64, 64, 0.5);
}

input,
select {
  height: 50px;
  border-radius: 0;
  border: 1px solid rgba(63, 64, 64, 0.5);
}

.input_esicon h5 {
  font-size: 20px;
  font-weight: 700;
}

.input_esicon_button,
.input_esicon_button:hover {
  background-color: rgb(47, 55, 128);
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 18px;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  margin-right: 10px;
  padding: 12px 36px;
  text-decoration: none;
  border-radius: 12px;
  border: 0;
}

.input_esicon h5 {
  height: 50px;
  border-radius: 0;
  padding: 0 16px;
  line-height: 46px;
  border: 1px solid rgba(63, 64, 64, 0.5);
  margin-bottom: 0;
}

#accompanying_details h5 {
  font-size: 20px;
  font-weight: 700;
}

.scan_img {
  width: 100%;
  text-align: right;
}

.scan_img img {
  height: 80px;
}
