/*  global css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Gottak";
  src:
    url("https://uat.mica.ac.in/ICMC2027/fonts/Gottak-Light.woff2")
      format("woff2"),
    url("https://uat.mica.ac.in/ICMC2027/fonts/Gottak-Light.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gottak";
  src:
    url("https://uat.mica.ac.in/ICMC2027/fonts/Gottak-Regular.woff2")
      format("woff2"),
    url("https://uat.mica.ac.in/ICMC2027/fonts/Gottak-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gottak";
  src:
    url("https://uat.mica.ac.in/ICMC2027/fonts/Gottak-SemiBold.woff2")
      format("woff2"),
    url("https://uat.mica.ac.in/ICMC2027/fonts/Gottak-SemiBold.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gottak";
  src:
    url("https://uat.mica.ac.in/ICMC2027/fonts/Gottak-Bold.woff2")
      format("woff2"),
    url("https://uat.mica.ac.in/ICMC2027/fonts/Gottak-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gottak";
  src:
    url("https://uat.mica.ac.in/ICMC2027/fonts/Gottak-Thin.woff2")
      format("woff2"),
    url("https://uat.mica.ac.in/ICMC2027/fonts/Gottak-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

/* =====================================================
   ROOT VARIABLES
===================================================== */

:root {
  --primary-color: #981c20;
  --text-color: #171717;
  --main-bg: #FCF7F4;
  --light-bg: #fffaf7;
  --white: #ffffff;
  --border-color: #ffffff;
  --home-section-bg: #450a0c;
  --tall-poppy-50: #fef2f2;
  --tall-poppy-20: #ffe0e0;
  --natural-50: #fafafa;
  --natural-800: #262626;
  --natural-700: #404040;
  --transition: all 0.3s ease;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Gottak", sans-serif;
  background: #f2f2f2;
}

main {
  flex: 1;
}

.container {
  max-width: 1566px;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 60px 40px;
}
.proceed-button {
  min-height: 52px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  transition: var(--transition);
  text-align: left;
  padding-top: 15px;
}

.proceed-button:hover {
  background: #7e1e21;
  border-color: #7e1e21;
  color: #ffffff;
}

.proceed-button:focus,
.proceed-button:active {
  box-shadow: none !important;
}

.proceed-button:disabled {
  background-color: #b5b5b5;
  border-color: #b5b5b5;
  cursor: not-allowed;
  opacity: 0.7;
  text-align: left;
}

.proceed-button-help {
  min-height: 52px;
  background: var(--tall-poppy-50);
  border: 1px solid var(--tall-poppy-50);
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  transition: var(--transition);
  text-align: left;
  padding-top: 15px;
}

.proceed-button-help:hover {
  background: #7e1e21;
  border-color: #7e1e21;
  color: #ffffff;
}

.proceed-button-help:focus,
.proceed-button-help:active {
  box-shadow: none !important;
}

.proceed-button-help:disabled {
  background-color: #b5b5b5;
  border-color: #b5b5b5;
  cursor: not-allowed;
  opacity: 0.7;
  text-align: left;
}

h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
  color: var(--text-color);
}
p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 0rem !important;
}
.btn-outline-primary {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
  transition: all 0.3s ease;
  border-radius: 2px;
}

/* Hover */
.btn-outline-primary:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

/* Focus */
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(152, 28, 32, 0.25);
}

/* Active */
.btn-outline-primary:active {
  background: #7f1417;
  border-color: #7f1417;
  color: #fff;
}
@media (max-width: 576px) {
  .btn-primary {
    width: 100%;
  }
}

/* Header */
:root {
  --hero-overlap: clamp(3rem, 8vw, 10rem);
}

/* Header */
.conference-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-container {
  max-width: 1566px;
  margin: 0 auto;
  padding: 40px;
}

.hero-logo {
  display: flex;
  align-items: flex-end;
}

.mica-logo {
  width: auto;
}

.logo-divider {
  width: 1px;
  height: 100px;
  background: var(--natural-700);
  margin: 0 18px;
}

.conference-logo h2 {
  margin: 0;
  line-height: 0.9;
  font-size: 38px;
  font-weight: 400;
  color: var(--natural-800);
}

/* Footer */

.footer-container {
  width: 100%;
  max-width: 1566px;
  margin: 0 auto;
  padding: 60px 40px;
}
.footer-section {
  background: #1f1f1f;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-left .copyright {
  margin: 0;
  color: #8f8f8f;
  font-size: 15px;
}

.footer-left a {
  color: #d6d6d6;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  margin-right: 22px;
}

.footer-left a:hover {
  color: #ffffff;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-right a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #4a4a4a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}

.footer-right a:hover {
  background: #f8f1f1; /* light white/pinkish */
  color: var(--primary-color); /* maroon icon */
}
@media (min-width: 1800px) {
  .footer-left .copyright {
    margin: 0;
    color: #8f8f8f;
    font-size: 18px;
  }

  .footer-left a {
    color: #d6d6d6;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
  }
}

/* =====================================================
        TABLET
        ===================================================== */

@media (max-width: 991px) {
  .footer-inner {
    flex-direction: row;
    text-align: center;
  }
  .footer-left {
    flex-direction: column;
  }
  .footer-left a {
    margin-right: 22px;
  }
}

/* =====================================================
        MOBILE
        ===================================================== */

@media (max-width: 576px) {
  .header-container {
    padding: 20px;
  }
  .breadcrumb-section .container {
    padding: 0px 20px !important;
  }
  .faq-section .container {
    padding: 20px 20px 60px 20px;
  }
  .footer-left {
    justify-content: center;
  }
  .footer-section {
    background: #1f1f1f;
    padding: 26px 24px;
  }
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
  .footer-left a {
    margin-right: 6px;
  }
}

/* index */
.hero-section {
  background-color: var(--primary-color);
  background-image: url("../images/homepage/tringletrans.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 150px;
}

.hero-top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-divider {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
}

.hero-conference {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

.hero-subtitle {
  margin-top: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 400px;
}

.hero-content h1 {
  color: var(--tall-poppy-50);
  font-size: 90px;
  font-weight: 600;
  line-height: 0.95;
  margin: 15px 0;
}
.hero-content h1 span .sub {
  color: #320000;
}

.hero-theme {
  color: var(--tall-poppy-50);
  font-size: 24px;
  font-weight: 600;
}

.hero-meta {
  display: flex;
  gap: 170px;
  margin-top: 30px;
}

.hero-meta span {
  display: block;
  color: var(--natural-50);
  font-size: 16px;
}

.hero-meta strong {
  display: block;
  color: var(--natural-50);
  font-size: 24px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 14px 28px;
  background: var(--tall-poppy-50);
  font-size: 16px;
  color: #7e1e21;
  text-decoration: none;
  border-radius: 4px;
}

.hero-image {
  margin-top: 40px;
}

.hero-image img {
  width: 100%;
  display: block;
}
/* About section */
.about-icmc-section {
  background: var(--home-section-bg);
}

.about-header {
  margin-bottom: 22px;
}

.about-header h2 {
  color: var(--tall-poppy-50);
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}

.about-header p {
  max-width: 760px;
  color: var(--tall-poppy-50);
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-card {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 24px;
  min-height: 115px;
}

.about-card h3 {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.about-card p {
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 1200px) {
  .about-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .about-header h2 {
    font-size: 28px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-card {
    min-height: auto;
  }
}

/* theme spotlight section */
.theme-spotlight-section {
  background: var(--home-section-bg);
}

.theme-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.theme-left {
  width: 50%;
}

.theme-right {
  width: 50%;
}

.theme-label {
  display: block;
  color: var(--tall-poppy-50);
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 500;
}

.theme-left h2 {
  margin: 0;
  font-size: 44px;
  line-height: 0.95;
  font-weight: 600;
  text-transform: uppercase;
	margin-top: 20px;
  background: linear-gradient(90deg, #ed4247, #b437e5, #3198b4);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-left span{
	font-size: 32px;
	font-weight: 500;
	color: var(--tall-poppy-50);
	margin-bottom: 20px !important;
	    line-height: 1.2;
}

.theme-tagline {
  margin-top: 14px;
  background: linear-gradient(90deg, #ed4247, #b437e5, #3198b4);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.theme-right p {
  color: var(--tall-poppy-50);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.theme-right strong {
  color: #ffffff;
  font-weight: 500;
}

.theme-image img {
  width: 100%;
  display: block;
}

/* Responsive */

@media (max-width: 1200px) {
  .theme-content {
    flex-direction: column;
    gap: 30px;
  }

  .theme-left,
  .theme-right {
    width: 100%;
  }

  .theme-left h2 {
    font-size: 42px;
  }

  .theme-label {
    font-size: 22px;
  }
}

/* Conference highlights section */
.conference-highlights-section {
  background: var(--main-bg);
}

.section-title {
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: 500;
  color: var(--natural-700);
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.highlight-card {
  background: #ffffff;
  padding: 24px;
  min-height: 115px;
  border-radius: 5px;
}

.highlight-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color);
}

.highlight-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-color);
}

/* Tablet */

@media (max-width: 1200px) {
  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title {
    font-size: 36px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .highlights-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .highlight-card h3 {
    font-size: 18px;
  }
}

/* Call Papers Section */
.call-papers-section {
  background: var(--main-bg);
}

.call-papers-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.call-papers-content {
  flex: 1;
}

.call-papers-section .container h2 {
  font-size: 32px;
  font-weight: 500;
  color: var(--natural-700);
  margin-bottom: 20px;
}

.call-papers-content > p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--natural-700);
  margin-bottom: 30px;
}

/* Cards */

.paper-types {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.paper-card {
  background: #ffffff;
  padding: 24px;
  min-height: 125px;
  border-radius: 5px;
}

.paper-card h3 {
  margin: 0 0 8px;
  color: var(--text-color);
  font-size: 20px;
  font-weight: 500;
}

.paper-card p {
  margin: 0;
  color: var(--text-color);
  line-height: 1.5;
  font-size: 14px;
}

/* Tablet */

@media (max-width: 1200px) {
  .call-papers-wrapper {
    flex-direction: column;
  }

  .paper-types {
    width: 100%;
  }

  .call-papers-content h2 {
    font-size: 38px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .paper-types {
    grid-template-columns: 1fr;
  }

  .paper-card {
    min-height: auto;
  }
}

/* Conference Tracks Section */
.conference-tracks-section {
  background: var(--main-bg);
}

.tracks-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.tracks-content {
  flex: 0 0 50%;
}

.conference-tracks-section .container h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: var(--natural-700);
}

.tracks-content p {
  margin-bottom: 18px;
  line-height: 1.5;
  color: var(--natural-700);
}

.track-btn {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  padding: 14px 24px;
  margin-top: 20px;
}
/* .tracks-right {
  flex: 0 0 50%;
} */

.tracks-grid-title {
  font-size: 28px;
  font-weight: 500;
  color: var(--natural-700);
  margin-bottom: 24px;
}

.tracks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-content: start;
}

.track-card {
  background: #fff;
  padding: 24px;
  min-height: 170px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}

.track-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.5;
  color: var(--text-color);
}

.track-card p {
  font-size: 14px;
  color: var(--text-color);
}

.track-card span {
  position: absolute;
  left: 25px;
  bottom: 20px;
  color: var(--primary-color);
  font-size: 22px;
}

/* Last card position */
.track-card:last-child {
  grid-column: 1;
}

@media (max-width: 1200px) {
  .tracks-wrapper {
    flex-direction: column;
  }

  .tracks-grid {
        grid-template-columns: repeat(2, 1fr) !important;
  }

  .track-card:last-child {
    grid-column: auto;
  }
}

@media (max-width: 576px) {
	.tracks-grid {
    grid-template-columns: 1fr !important;
  }

}

/* Award Section */
.awards-section {
  background: var(--main-bg);
}

.awards-header h2 {
  font-size: 32px;
  font-weight: 500;
  color: var(--natural-700);
  margin-bottom: 20px;
}

.awards-header p {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--natural-700);
  margin-bottom: 40px;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.award-card {
  background: #fff;
  padding: 24px;
  min-height: 260px;
  border-radius: 5px;
}

.award-card img {
  width: 48px;
  height: auto;
  margin-bottom: 10px;
}

.award-card h4 {
  font-size: 16px;
  color: var(--natural-700);
  font-weight: 500;
  margin-bottom: 10px;
}

.award-price {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;

  background: linear-gradient(90deg, #7e1e21 0%, #ff0008 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.award-card p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--natural-800);
  margin: 0;
}

.awards-footer {
  margin-top: 40px;
  color: var(--natural-700);
  font-size: 16px;
}
@media (max-width: 1200px) {
  .award-grid,
	.registration-section .registration-grid  {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Important Dates Section */
.important-dates-section {
  background: var(--main-bg);
}

.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 500;
  color: var(--natural-700);
  margin-bottom: 10px;
}

.venue-section .section-header h2 {
  font-size: 32px;
  font-weight: 500;
  color: var(--natural-700);
  margin-bottom: 40px;
  text-align: center;
}

.section-header p {
  font-size: 16px;
  color: var(--natural-700);
  margin: 0;
}

.dates-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.date-card {
  background: #fff;
  padding: 24px;
  min-height: 160px;
  border-radius: 5px;
}

.date-badge {
  display: inline-block;
  background: #ffe5a5;
  color: var(--natural-800);
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.date-card h3 {
  font-size: 20px;
  line-height: 1.3;
  color: var(--text-color);
  font-weight: 500;
  margin-bottom: 10px;
}

.date-card p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-color);
  margin: 0;
}
@media (max-width: 1200px) {
  .dates-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .dates-grid {
    grid-template-columns: 1fr;
  }

  .date-card {
    min-height: auto;
  }
}

/* Submission Guidelines Section  */
.submission-guidelines-section {
  background: var(--main-bg);
}

.submission-guidelines-section .section-header {
  margin-bottom: 40px;
}

.submission-guidelines-section .section-header h2 {
  font-size: 32px;
  font-weight: 500;
  color: var(--natural-700);
  margin-bottom: 20px;
}

.submission-guidelines-section .section-header p {
  font-size: 16px;
  color: var(--natural-700);
  margin: 0;
}

.submission-guidelines-section .dates-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.submission-guidelines-section .date-card {
  background: #ffffff;
  padding: 24px;
  min-height: 180px;
}

.submission-guidelines-section .date-card h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color);
  line-height: 1.5;
  margin-bottom: 10px;
}

.submission-guidelines-section .date-card p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-color);
  margin: 0;
}

/* Download Button */

.submission-guidelines-section .section-footer {
  margin-top: 40px;
}

.submission-guidelines-section .btn-download {
  display: inline-flex;
  gap: 10px;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease;
  border-radius: 4px;
}

.submission-guidelines-section .btn-download:hover {
  background: #7d171a;
}

@media (max-width: 1200px) {
  .submission-guidelines-section .dates-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  
  .submission-guidelines-section .dates-grid {
    grid-template-columns: 1fr;
  }

  .submission-guidelines-section .date-card {
    min-height: auto;
  }
.plug-types img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}
}

/* Registration Section */
.registration-section {
  background: linear-gradient(159deg, #ab191e, #450a0c);
}

.registration-section .section-header {
  margin-bottom: 40px;
}

.registration-section .section-header h2 {
  font-size: 32px;
  font-weight: 500;
  color: var(--natural-50);
  margin-bottom: 20px;
  -webkit-text-stroke: 0.8px #000;
}

.registration-section .section-header p {
  font-size: 16px;
  color: var(--natural-50);
  margin: 0;
}

.registration-section .registration-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.registration-section .reg-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 5px;
}

.registration-section .reg-card h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 20px;
  line-height: 1.5;
}

.registration-section .price-row {
  display: flex;
  gap: 20px;
  border-top: 1px solid #e5e5e5;
}

.registration-section .price-box {
  flex: 1;
  background: #ffffff;
  text-align: center;
  margin-top: 20px;
}

.registration-section .price-box span {
  display: block;
  font-size: 16px;
  color: var(--natural-800);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.registration-section .price-box strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--natural-800);
  line-height: 1;
}

.registration-section .note-text p {
  margin-top: 40px;
  font-size: 14px;
  color: #fafafa;
  line-height: 1.5;
}

/* Committee Section */
.committee-section {
  background: var(--main-bg);
}
.committee-section .section-header {
  margin-bottom: 40px;
}
.committee-section h2 {
  font-size: 32px;
  color: var(--natural-700);
  margin-bottom: 20px;
  font-weight: 500;
}

.committee-section p {
  font-size: 16px;
  color: var(--natural-700);
  margin-bottom: 40px;
}

.committee-section h6 {
  font-size: 18px;
  color: var(--natural-700);
  font-weight: 500;
}

.committee-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  font-size: 14px;
}

.committee-card span {
  font-size: 18px;
  color: var(--text-color);
}

.committee-card i {
  font-size: 16px;
  cursor: pointer;
}

.committee-list {
  margin-top: 10px;
}

/* Venue Section */
.venue-section {
  background: var(--main-bg);
}

/* Card design */
.venue-card {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Text content */
.card-content {
  padding: 24px;
  flex: 1;
}

.card-content h6 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--text-color);
}

.card-content p {
  font-size: 14px;
  color: var(--text-color);
  line-height: 1.5;
}

/* Read more link */
.card-content a {
  display: inline-block;
  margin-top: 8px;
  color: #981C20;
  font-weight: 500;
  text-decoration: none;
}

.card-content a:hover {
  text-decoration: underline;
}
/* Image styling */
.card-image {
  margin-top: auto;
  width: 100%;
  overflow: hidden;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===========================
   Contact Section
=========================== */

.contact-section {
  background: #404040;
}

.contact-content h2 {
  color: #fafafa;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-subtitle {
  color: #fafafa;
  font-size: 18px;
  margin-bottom: 40px !important;
}

.contact-info p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px !important;
  max-width: 380px;
}

.contact-info a {
  color: #ffffff;
  text-decoration: underline;
  transition: 0.3s;
}

.contact-info a:hover {
  opacity: 0.8;
}

.map-wrapper {
  text-align: right;
}

.map-wrapper img {
  width: 100%;
  max-width: 620px;
  height: 330px;
  object-fit: cover;
  display: block;
  margin-left: auto;
}
@media (max-width: 991px) {
  .contact-content {
    margin-bottom: 40px;
  }

  .contact-content h2 {
    font-size: 34px;
  }

  .map-wrapper {
    text-align: center;
  }

  .map-wrapper img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 576px) {
  .contact-info p {
    font-size: 16px;
  }

  .contact-subtitle {
    margin-bottom: 25px;
  }
}

/* breadcrumb */
.breadcrumb-section {
  background: var(--main-bg);
  padding: 40px 0;
  padding-top: 200px;
}

.breadcrumb {
  margin: 0;
}

.breadcrumb-item,
.breadcrumb-item a {
  font-size: 14px;
}

.breadcrumb-item a {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 500;
}

.breadcrumb-item.active {
  color: #525252;
}

/* FAQ Section */
.faq-header-section {
  background: var(--main-bg);
  border-radius: 6px;
}

.faq-header-section h2 {
  margin-bottom: 40px;
  color: var(--natural-800);
  font-size: 36px;
}

.faq-section {
  background: var(--main-bg);
  border-radius: 6px;
}

.faq-section h2 {
  margin-bottom: 40px;
  color: var(--natural-800);
  font-size: 36px;
}

.faq-sub-section {
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.faq-category {
  margin-bottom: 20px;
}

.faq-category-title {
  margin: 0;
  padding: 20px 0px;
  font-size: 32px;
  font-weight: 400;
  color: var(--natural-700);
}
/* FAQ Item */
.faq-item {
  border-bottom: 1px solid #e2e2e2;
}

.faq-item:last-child {
  border-bottom: none;
}

/* FAQ Header */
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 18px;
  color: var(--natural-800);
  transition: background 0.3s ease;
}

.faq-header p {
  margin: 0;
  color: var(--natural-800);
  font-weight: 400;
}

/* Arrow */
.faq-arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-block;
  background-image: url("../images/icons/Chevron down.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

/* Rotate Arrow */
.faq-header.active .faq-arrow {
  transform: rotate(180deg);
}

/* FAQ Content Smooth Animation */
.faq-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-color);
  transition:
    max-height 0.4s ease,
    padding 0.3s ease;
}

/* Active State */
.faq-item.active .faq-content {
  max-height: 300px;
  padding: 0 20px 20px;
}

.faq-content ul {
    margin: 12px 0 0 0;
    padding-left: 24px;
}

.faq-content ul li {
    font-size: 18px;
	font-weight:300;
    line-height: 1.5;
    color: var(--text-color);
    position: relative;
}

/* Mobile */
@media (max-width: 767px) {
  .faq-sub-section {
    max-width: 100%;
  }

  .faq-section h2 {
    font-size: 24px;
  }

  .faq-header {
    padding: 16px;
  }

  .faq-content {
    font-size: 15px;
  }
}
.faq-section .container {
  padding: 20px 40px 60px 40px;
}

.top-section {
  background-color: rgb(152 28 32);
  background-image: url("../images/HeroBanner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 20px 40px calc(var(--hero-overlap) + 1rem);
}
.hero-section .container {
    border-bottom: 1px solid #981C20 !important;
    padding: 40px 40px !important;
 }
.about-icmc-section .container {
	border-bottom: 1px solid #981C20 !important;
}
.top-section .container,
.hero-floating-wrapper .container,
.help-section .container,
.breadcrumb-section .container,
.how-to-give-form .container,
.footer-section .container {
  border-bottom: none !important;

  padding: 0px !important;
}
.theme-spotlight-section .container,
.registration-section .container{
  border-bottom: none !important;
}
.breadcrumb-section .container,
.how-to-give-form .container,
.form-section .container,
.footer-section .container,
.faq-header-section .container {
  padding: 0px 40px !important;
}
@media (min-width: 1600px) {
  .top-section .container,
  .hero-floating-wrapper .container,
  .help-section .container,
  .breadcrumb-section .container,
  .how-to-give-form .container,
  .footer-section .container{
    border-bottom: none !important;

    padding: 0px 40px !important;
  }
}
/* LOGO */
.logo {
  margin-bottom: 54px;
}

/* FLOATING WRAPPER */
.hero-floating-wrapper {
  position: relative;
  z-index: 5;
  padding: 0 20px 0px;
  background: var(--light-bg);
}

/* HERO CARD */
.hero-card {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;

  margin-top: calc(-1.5 * var(--hero-overlap));
}

.hero-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* TYPOGRAPHY */
h1 {
  font-weight: 500;
}

h6 {
  font-weight: 300;
  line-height: 1.5 !important;
}

/* OPTIONAL HERO STYLE (kept your original, cleaned) */
.hero {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  margin-top: 30px;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

/* DARK OVERLAY */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
}

/* CENTER TEXT */
.hero-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  z-index: 2;
  padding: 20px;
}

@media (max-width: 576px) {
  .hero-card img {
    width: 100%;
    height: 240px;
    display: block;
    object-fit: cover;
  }
  .impact-nav {
    justify-content: center !important;
  }
  .info-card {
    min-height: 0px !important;
  }
  .top-section {
    padding: 20px 20px calc(var(--hero-overlap) + 2.5rem);
  }

  .hero-card {
    margin-top: calc(-1.7 * var(--hero-overlap));
  }
}

/* =========================
   TABLET (576px - 992px)
========================= */
@media (min-width: 576px) and (max-width: 992px) {
  .top-section {
    padding-bottom: calc(var(--hero-overlap) + 2.5rem);
  }

  .hero-card {
    margin-top: calc(-1.6 * var(--hero-overlap));
  }
}

/* =========================
   LAPTOP (992px - 1200px)
========================= */
@media (min-width: 992px) and (max-width: 1200px) {
  .hero-card {
    margin-top: calc(-1.5 * var(--hero-overlap));
  }

  .top-section {
    padding-bottom: calc(var(--hero-overlap) + 4rem);
  }
}

/* =========================
   DESKTOP (≥1200px)
========================= */
@media (min-width: 1200px) and (max-width: 1500px) {
  .hero-card {
    margin-top: calc(-1.5 * var(--hero-overlap));
  }

  .top-section {
    padding-bottom: calc(var(--hero-overlap) + 5.2rem);
  }
}

/* =========================
   LARGE DESKTOP (>1566px)
    prevent over-stretching
========================= */
@media (min-width: 1500px) {
  .hero-card {
    margin-top: calc(-1.4 * var(--hero-overlap));
  }

  .top-section {
    padding-bottom: calc(var(--hero-overlap) + 5.2rem);
  }
}

/* Endowment Fund */
/* SECTION WRAPPER */
.endowment-section {
  background: var(--light-bg);
}

.fund-mb {
  margin-bottom: 1rem !important;
}
/* LEFT SIDE */
.left {
  flex: 1;
}

.left h2 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
}

/* RIGHT SIDE */
.right {
  flex: 1.5;
}

.right p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
/*   .row {
    flex-direction: column;
  } */

  .left h2 {
    font-size: 22px;
  }
}


/* Responsive */
@media (max-width: 640px) {
  .help-section .section-header h2 {
    font-size: 28px;
  }

  .help-section .btn {
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 576px) {
  .header-container {
    padding: 20px;
  }
  .breadcrumb-section .container {
    padding: 0px 20px !important;
  }
  .faq-section .container {
    padding: 20px 20px 60px 20px;
  }
    .faq-header-section .container {
        padding: 0px 20px !important;
    }
    .hero-meta {
        gap: 20px;
        flex-direction: column;
    }
    .awards-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .registration-section .registration-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .hero-content h1 {
        font-size: 58px;
		line-height: 1.1;
    }
    .hero-section .container {
        padding: 0 20px 40px 20px !important;
    }
}
/* Hide line breaks on desktop */
.mobile-br {
    display: none;
}

/* Show line breaks only on mobile */
@media (max-width: 576px) {
    .mobile-br {
        display: block;
    }
}
@media (min-width: 345px) (max-width: 373px) {
	.hero-content h1 {
        font-size: 54px !important;
		line-height: 1.1;
    }
}
@media (max-width: 344px){
    .hero-content h1 {
        font-size: 48px !important;
        line-height: 1.1;
    }
}


/* Pracatical Information Page */
.practical-venue-section {
        background: #fcf7f4;
      }

      .practical-venue-content {
        margin-bottom: 40px;
      }

      .practical-venue-content h2 {
        margin: 0 0 20px;
        font-size: 32px;
        font-weight: 500;
        color: #404040;
      }

      .practical-venue-content p {
        margin: 0;
        font-size: 18px;
        font-weight: 300;
        color: #404040;
        line-height: 1.5;
      }

      .practical-venue-map {
        width: 100%;
        border: 1px solid #e5e5e5;
        overflow: hidden;
      }

      .practical-venue-map iframe {
        width: 100%;
        height: 450px;
        border: 0;
        display: block;
      }

      /* section */
      .getting-ahmedabad-section {
        background: #fcf7f4;
      }

      .getting-ahmedabad-content h2 {
        font-size: 32px;
        font-weight: 500;
        color: #404040;
        margin: 0 0 20px;
      }

      .transport-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-bottom: 40px;
      }

      .transport-card {
        background: #ffffff;
        border-radius: 5px;
        padding: 24px;
        height: 100%;
      }

      .transport-icon {
        margin-bottom: 30px;
      }

      .transport-icon img {
        width: 60px;
        height: 60px;
        object-fit: contain;
      }

      .transport-card h3 {
        font-size: 24px;
        font-weight: 500;
        color: #404040;
        margin: 0 0 10px;
      }

      .transport-card p,
      .transport-card ul,
      .transport-card li {
        font-size: 18px;
        font-weight: 300;
        color: #404040;
        line-height: 1.5;
      }

      .transport-card p strong {
        font-weight: 500;
        color: #404040;
      }

      .transport-card ul {
        margin: 10px 0 0 18px;
        padding: 0;
      }

      .transport-card li {
        margin-bottom: 4px;
      }

      .travel-note p {
        margin: 0;
        font-size: 18px;
        font-weight: 300;
        color: #404040;
        line-height: 1.5;
      }
      @media (max-width: 991px) {
        .transport-cards {
          grid-template-columns: repeat(2, 1fr);
        }
      }
      @media (max-width: 767px) {
        .transport-cards {
          grid-template-columns: 1fr;
          gap: 16px;
        }

        .transport-card h3 {
          font-size: 24px;
        }

        .transport-card p,
        .transport-card ul,
        .transport-card li,
        .travel-note p {
          font-size: 18px;
        }
      }

      /* section */
      .accommodation-section {
        background: #fcf7f4;
      }

      .accommodation-content h2 {
        margin: 0 0 20px;
        font-size: 32px;
        font-weight: 500;
        color: #404040;
      }

      .accommodation-intro {
        margin: 0 0 32px;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.5;
        color: #404040;
      }

      .accommodation-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 20px;
      }

      .accommodation-card {
        background: #ffffff;
        border-radius: 5px;
        padding: 24px;
        min-height: 145px;
      }

      .accommodation-card h3 {
        margin: 0 0 40px;
        font-size: 24px;
        font-weight: 500;
        color: #404040;
      }

      .hotel-logos {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 24px 30px;
      }

      .hotel-logos img {
        max-height: 53px;
        width: auto;
        object-fit: contain;
      }

      .accommodation-card p {
        margin: 0 0 18px;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.6;
        color: #404040;
      }

      .accommodation-card p:last-child {
        margin-bottom: 0;
      }
      @media (max-width: 991px) {
        .accommodation-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px;
        }

        .accommodation-card:last-child {
          grid-column: span 2;
        }
      }
      @media (max-width: 767px) {
        .accommodation-grid {
          grid-template-columns: 1fr;
          gap: 16px;
        }

        .accommodation-card:last-child {
          grid-column: auto;
        }

        .accommodation-content h2 {
          margin-bottom: 12px;
        }

        .accommodation-card {
          padding: 20px;
        }

        .accommodation-card h3 {
          margin-bottom: 20px;
        }

        .hotel-logos {
          gap: 20px;
        }
      }

      /* section */

      .weather-section {
        background: #fcf7f4;
      }

      .weather-content h2 {
        margin: 0 0 20px;
        font-size: 32px;
        font-weight: 500;
        color: #404040;
      }

      .weather-subtitle {
        margin: 0 0 20px;
        font-size: 18px;
        font-weight: 300;
        color: #404040;
        margin-bottom: 20px;
      }

      .weather-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
        margin-bottom: 40px;
      }

      .weather-item h3 {
        margin-top: 20px;
        font-size: 24px;
        font-weight: 500;
      }

      .Daytime h3,
      .Daytime p {
        color: #ea580c;
      }
      .Night-time h3,
      .Night-time p {
        color: #404040;
      }

      .weather-item p {
        margin: 0;
        font-size: 32px;
        font-weight: 400;
      }

      .weather-note {
        margin: 0;
        font-size: 18px;
        line-height: 1.6;
        color: #555555;
        max-width: 900px;
      }

      /* =========================
   MOBILE
========================= */

      @media (max-width: 767px) {
        .weather-grid {
          grid-template-columns: 1fr;
          gap: 20px;
          margin-bottom: 24px;
        }

        .weather-item h3 {
          margin-bottom: 6px;
        }
      }
/* Currency & Payments Section */
.currency-payment-section {
  background: #fcf7f4;
}

.currency-payment-content h2 {
  font-size: 32px;
  font-weight: 500;
  color: var(--natural-700);
  margin-bottom: 20px;
}

.currency-intro {
  font-size: 18px;
  font-weight: 300;
  color: var(--natural-700);
}

.payment-title {
  font-size: 18px;
  font-weight: 300;
  color: var(--natural-700);
}

.payment-list {
  margin: 0 0 25px 25px;
  padding: 0;
}

.payment-list li {
  font-size: 18px;
  font-weight: 300;
  color: var(--natural-700);
  line-height: 1.5;
}

.currency-note {
  font-size: 18px;
  color: var(--natural-700);
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Electricity Section */
.electricity-section {
    background: #fcf7f4;
}

.electricity-content h2 {
    font-size: 32px;
    font-weight: 500;
    color: var(--natural-700);
    margin-bottom: 20px;
}

.electricity-intro {
    font-size: 18px;
    font-weight: 300;
    color: var(--natural-700);
}

.plug-types {
      margin-top: 10px;
}

.electricity-specs {
    font-size: 32px;
    font-weight: 500;
    color: var(--natural-700);
    line-height: 1.5;
}

.electricity-note {
    font-size: 18px;
    font-weight: 300;
    color: var(--natural-700);
    margin-bottom: 10px;
    line-height: 1.5;
}

.plug-types img {
   	width: 350px;
    height: auto;
    display: block;
}

/* Common Information Sections */
.info-section {
    background: #fcf7f4;
}

.info-content h2 {
    font-size: 32px;
    font-weight: 500;
    color: var(--natural-700);
    margin-bottom: 20px;
}

.info-content h3 {
    font-size: 24px;
    font-weight: 500;
    color: var(--natural-700);
    line-height: 1.5;
}
.info-content h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--natural-700);
    line-height: 1.5;
}

.info-content p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--natural-700);
    margin-bottom: 15px;
}

.info-content ul {
    margin: 0px 0px 0px 20px;
    padding: 0;
}

.info-content ul li {
    font-size: 18px;
    font-weight: 300;
    color: var(--natural-700);
    line-height: 1.5;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mt-40{
  margin-top: 40px !important;
}
.mt-20{
  margin-top: 20px !important;
}
.mt-10{
  margin-top: 10px !important;
}
.info-content img {
    max-width: 180px;
    height: auto;
    margin-top: 15px;
}
/* Common Table Style */
.info-table {
    border-collapse: collapse;
    margin-top: 10px;
}

.info-table td {
    padding: 0px 20px 10px 20px;
    font-size: 20px;
    color: var(--natural-700);
}
.helth-sub-section {
  padding: 24px 0px;
  padding-bottom: 0px;
}
/* Header */
.header-container{
    display:flex;
    justify-content:space-between;
    position:relative;
}

/* Hamburger */
.menu-toggle{
    width:25px;
    height:22px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    cursor:pointer;
    z-index:1001;
}

.menu-toggle span{
    width:100%;
    height:3px;
    background: var(--natural-800);
    border-radius:10px;
    transition:.3s;
}

/* Overlay */
.menu-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    opacity:0;
    visibility:hidden;
    transition:.4s;
    z-index:999;
}

.menu-overlay.active{
    opacity:1;
    visibility:visible;
}

/* Sidebar */
.sidebar-menu{
    position:fixed;
    top:0;
    right:-420px;
    width:420px;
    max-width:100%;
    height:100vh;
    background:var(--home-section-bg);
    padding:50px 35px;
    box-sizing:border-box;
    z-index:1000;
    transition:.45s ease;
    overflow-y:auto;
}

.sidebar-menu.active{
    right:0;
}

/* Close */
.close-menu{
    position:absolute;
    top:50px;
    right:40px;
    background:none;
    border:none;
    color:#fff;
    font-size:32px;
    cursor:pointer;
    line-height:1;
}

/* Menu */
.sidebar-menu ul{
    list-style:none;
    margin:0;
    padding:0;
}
.sidebar-menu .has-submenu
{
	margin-top: 50px;
}
.sidebar-menu ul li{
    margin:0;
}
ul.submenu {
    padding-left: 20px;
    margin-bottom: 10px;
}
.sidebar-menu ul li a{
    display:block;
    color:var(--tall-poppy-50);
    text-decoration:none;
    font-size:18px;
    font-weight:300;
    padding:10px 0;
    transition:.3s;
}

.sidebar-menu .submenu li a{
    display:block;
    color: var(--tall-poppy-20);
    text-decoration:none;
    font-size:18px;
    font-weight:300;
    padding:5px 0;
    transition:.3s;
}

.sidebar-menu .submenu li a:hover{
  color: var(--tall-poppy-50);
}

/* Divider */
.menu-divider{
    border-top:1px solid var(--primary-color);
    margin:15px 0;
}

/* Mobile */
@media(max-width:767px){

    .sidebar-menu{
        width:100%;
        right:-100%;
        padding:50px 25px;
    }

    .sidebar-menu.active{
        right:0;
    }
    .menu-toggle{
      width:18px;
      height:15px;
    }
    .helth-sub-section {
      padding: 14px;
      padding-bottom: 0px;
    }
}
@media (max-width: 576px) {
h2,
.theme-left span,
.call-papers-section .container h2,
.conference-tracks-section .container h2,
.awards-header h2,
.section-header h2,
.submission-guidelines-section .section-header h2,
.registration-section .section-header h2,
.committee-section h2,
.venue-section .section-header h2,
.contact-content h2,
.getting-ahmedabad-content h2,
.accommodation-content h2,
.weather-content h2,
.electricity-content h2,
.electricity-specs,
.info-content h2,
.faq-category-title
{
	font-size: 28px !important;
}
.breadcrumb-section {
    padding-top: 160px;
}
.close-menu{
    top:20px !important;
    right:20px !important;
}

/* Menu */
.sidebar-menu .has-submenu
{
	margin-top: 0px !important;
}
.proceed-button {
	width: 100%;
	text-align:center;
}
.container{
	padding: 40px 20px !important;
}
.mica-logo {
    height: auto;
    width: 35% !important;
}
.conference-logo h2 {
    font-size: 32px;
}
.logo-divider {
    width: 1px;
    height: 84px;
}
.hero-section {
    padding-top: 120px;
}

}
.venue-card-link:hover .read-more-link {
    text-decoration: underline;
}
.track-card:hover .read-more-link {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .theme-image {
        height: 300px; /* Adjust as needed */
        overflow: hidden;
    }

    .theme-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
	.venue-section .section-header h2 {
  
  text-align: left !important;
}
}