:root {
    --primary-blue: #0099ff;
    --primary-purple: #9933cc;
    --text-dark: #333;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background: #edfbfd;
}

/* Header */
header {
    border-bottom: 1px solid #eee;
    z-index: 1000;
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Default: hide second picture */
#page-content picture:nth-of-type(2) {
  display: none;
}
#page-content, #page-content-2 {
  flex-direction: column;
}


/* Portrait only: show second picture */
@media (orientation: portrait) {
  #page-content picture:nth-of-type(2) {
    display: block;
  }
}

.register_now_btn {
    opacity: 0;
    position: absolute;
    top: 60%;
    left: 20%;
    border: 1px solid #000;
    width: 16%;
    height: 7%;
}

.download_brochure_btn {
    opacity: 0;
    position: absolute;
    top: 76%;
    left: 71%;
    border: 1px solid #000;
    width: 18%;
    height: 7%;
}


.speakers-header .dot {
    width: 8px;
    height: 8px;
    background-color: #c7d63c;
    border-radius: 50%;
    display: inline-block;
}

.speakers-header .line {
    width: 80px;
    height: 2px;
    background-color: #c7d63c;
    margin-left: 8px;
}

.speakers-title{
	font-size:2.5rem;
	font-weight:900;
	 font-family: 'Lato', Arial, Helvetica, sans-serif;
	color:#b4d34a;
}


/* Slider wrapper */
.speaker-slider-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 40px 0;
}

/* Slider track */
.speaker-slider {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

/* Each speaker card */
.speaker-item, .gallery-item {
  flex: 0 0 25%; /* 4 visible */
  padding: 0 12px;
}

.speaker-item img {
  width: 100%;
  max-width: 400px;
  margin: auto;
  display: block;
  aspect-ratio: 1 / 1;
}

.gallery-item img {
  width: 100%;
  max-width: 400px;
  margin: auto;
  display: block;
}

.speaker-icon-bottom {
  position: fixed;
  right: -5%;
  bottom: 0px;
  z-index: -999;
  max-width: 30%; /* adjust as needed */
  pointer-events: none; /* prevents blocking clicks */
}


.social-embed-card {
  width: 100%;
  max-width: 380px;          /* Optional – matches Instagram card feel */
  height: 520px;             /* Controls visible height */
  overflow-y: auto;          /* ENABLE SCROLL */
  overflow-x: hidden;

  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);

  /* smooth scrolling */
  scroll-behavior: smooth;
}

.social-embed-card iframe {
  width: 100%;
  height: 900px;             /* Intentionally taller than container */
  border: 0;
}


.dropdown-submenu {
    position: relative;
}

/* Sub Menu CSS**/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
}



@media (max-width: 768px) {
  .social-embed-card {
    height: 620px;
    max-width: 100%;
  }

  .social-embed-card iframe {
    height: 1100px;
  }
}





.profile-card {
      background-color: #e9f7fb;
      border-radius: 1.25rem;
      padding: 2rem 1.5rem;
      text-align: center;
      height: 100%;
    }

    .profile-avatar {
      width: 80% !important;
      border-radius: 50%;
      border: 4px solid #0d6efd;
      object-fit: cover;
      margin-bottom: 1rem;
    }

    .profile-name {
		font-size:1.5rem;	
      font-weight: 600;
      margin-bottom: 0.25rem;
	  color:#545456;
    }

    .profile-email {
      font-size:1rem;	
      color: #6c757d;
      word-break: break-all;
	  color:#545456;
    }
	
	.profile_details{
		padding-top:20px;
	}
	
	
	/* Ring */
	

	
.profile-circle {
  width: min(260px, 70vw);
  aspect-ratio: 1 / 1;
  background: url("../images/circle_profile_bg.png") center / contain no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-circle {
  margin-left: auto;
  margin-right: auto;
}


/* Inner circular mask */
.profile-photo {
  width: 84%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Square image fits cleanly */
.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


	
	/* Ring */


/* PORTRAIT MODE: show grid, no slider */
@media (max-width: 768px) and (orientation: portrait) {
	
	.profile-card {
      background-color: #e9f7fb;
      border-radius: 1.25rem;
      padding: 0.5rem 0.6rem;
      text-align: center;
      height: 100%;
    }
	
	 .profile-avatar {
      width: 80% !important;
      border-radius: 50%;
      border: 4px solid #0d6efd;
      object-fit: cover;
      margin-bottom: 1rem;
    }

    .profile-name {
		font-size:1rem;	
      font-weight: 600;
      margin-bottom: 0.25rem;
	  color:#545456;
    }

    .profile-email {
      font-size:0.7rem;	
      color: #6c757d;
      word-break: break-all;
	  color:#545456;
    }
	
	.profile_details{
		padding-top:20px;
	}

  .speaker-slider-wrapper {
    overflow: visible;
  }

  .speaker-slider {
    transform: none !important;
    flex-wrap: wrap;
    transition: none;
  }

  .speaker-item {
    flex: 0 0 50%; /* 2 per row */
    margin-bottom: 20px;
  }
  
  .gallery-item {
    flex: 0 0 50%; /* 2 per row */
    margin-bottom: 20px;
  }
  
  
  
  .speaker-icon-bottom {
	  position: fixed;
	  right: -5%;
	  bottom: 0px;
	  z-index: -999;
	  max-width: 55%; /* adjust as needed */
	  pointer-events: none; /* prevents blocking clicks */
	}
	
	.speakers-title{
		font-size:1.5rem;
	}
	
	.speakers-line {
		max-width: 80px;
	}

}





/* Contact */
.contact-form-wrapper {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    width: 420px;
    background: transparent;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.contact-title {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.contact-form label {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 12px;
    display: block;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: none;
    border-radius: 2px;
    padding: 5px;
    margin-top: 6px;
    font-size: 1rem;
}

.contact-form textarea {
    height: 80px;
    resize: none;
}

.char-count {
    text-align: right;
    font-size: 12px;
    color: #e0e0e0;
    margin-top: 4px;
}

.btn-submit {
    margin-top: 20px;
    background-color: #0b4d2a;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 8px 28px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #ffffff;
    color: #0b4d2a;
}


/* ============================
   MOBILE RESPONSIVE CONTACT
   ============================ */
@media (max-width: 768px) {

   

    .contact-form-wrapper {
        position: absolute;
    top: 45%;
    left: 8%;
        transform: none;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .contact-form label {
        font-size: 0.7rem;
        margin-top: 10px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 14px;
        padding: 4px 5px;
    }

    .contact-form textarea {
        height: 60px;
    }

    .btn-submit {
        display: block;
        margin: 18px auto 0;
        padding: 8px 30px;
        font-size: 13px;
    }

    /* Logo below form */
    .contact-form-wrapper img {
        width: 70% !important;
        max-width: 260px;
    }

    /* Prevent image overlap */
    picture img {
        min-height: 100vh;
        /* object-fit: cover; */
    }
}




/* Navigation buttons */
.speaker-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  font-size: 28px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.nav-btn:hover {
  background: #f0f0f0;
}


.header-logo {
    width: 100%;
    object-fit: contain;
}

.vr {
    height: 40px;
    align-self: center;
    opacity: 0.2;
}

.nav-link {
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: 15px;
}

.dropdown-item {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* Hero Section */
.hero-section {
    /* min-height: calc(100vh - 80px); */
    /* Adjust based on header height */
    background: #edfbfd;
    position: relative;
    /* If bg.png is the full background pattern */
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}



/* Main Logo Card */
.main-logo-card {
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-top: -25px;
    /* Connect to header */
    position: relative;
    width: 100%;
    /* Image determines width */
    max-width: 450px;
    /* Limit width on large screens */
    margin-left: auto;
    margin-right: auto;
}

.main-logo {
    width: 100%;
    height: auto;
    display: block;
}

.main-logo-card h2 {
    color: var(--primary-blue);
    font-size: 1.5rem;
    margin-top: -2rem;
    /* Pull text up into the white space if needed, or adjust based on image */
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    text-align: center;
}

/* Date & Venue Box */
.date-venue-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
    max-width: 600px;
    width: 100%;
}

/* Countdown */
/* ---------- Countdown: higher-fidelity patch (paste after existing countdown styles) ---------- */

/* Slightly lower the white capsule so tiles partially overlap it */
.countdown-container {
    position: absolute;
    top: 33%;            /* moved down so tiles visually sit on the rounded capsule */
    z-index: 60;
    width: auto;
    display: block;
    pointer-events: auto;
	left: 28%;
	transform: translateX(-50%);
}

/* Make the white capsule slightly larger and with softer corner */
.countdown-container .glass-box {
    display: inline-block;
    min-width: 360px;
}

/* Upper label inside the capsule */
.countdown-container .glass-box .small {
    color: #111827;
    margin: 0 0 8px 0;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 0.68rem;
    text-transform: uppercase;
    text-align: center;
}

/* Row with tiles: allow tiles to overlap the top edge of the capsule */
#countdown-desktop,
#countdown-mobile {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: flex-start;   /* top align so we can offset tiles upward */
    padding: 0 6px 4px;
    margin-top: 6px;
}

.day_to_go{
	font-size:1.5rem;
	font-weight:600;
	color:#FFF;
}

/* Each tile container: keep room below for external label */
.countdown-item {
    background: linear-gradient(180deg, #fbfdff 0%, #eef8fc 100%);
    border-radius: 16px;
    width: 65px;
    height: 71px;                 /* taller for bigger numerals */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow:
        0 14px 30px rgba(3,15,30,0.08),       /* deeper soft shadow to lift tile */
        inset 0 6px 18px rgba(255,255,255,0.55),
        inset 0 -6px 16px rgba(0,0,0,0.03);
    border: 1px solid rgba(6,22,42,0.06);
    transform: translateY(-18%);   /* lift tiles a bit above the capsule */
    overflow: visible;
}

/* Make tile corners rounder and give a subtle top cap */
.countdown-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.20),
        rgba(0,0,0,0.05),
        rgba(255,255,255,0)
    );
    pointer-events: none;
    z-index: 1;
}

/* Bottom fade shadow */
.countdown-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.20),
        rgba(0,0,0,0.05),
        rgba(255,255,255,0)
    );
    pointer-events: none;
    z-index: 1;
}

/* the numeric value - larger & crisper */
.countdown-number {
    font-size: 2rem;         /* larger number as in design */
    font-weight: 900;
    color: #00AEE6;          /* slightly deeper cyan for better contrast */
    line-height: 1;
    letter-spacing: -0.5px;
    display: block;
    text-align: center;
    text-shadow: 0 2px 0 rgba(255,255,255,0.10), 0 8px 20px rgba(3,15,30,0.06);
    position: relative;      /* so ::after hairline calculates correctly */
    z-index: 2;
}

/* Center cross line EXACT like attachment */
.countdown-number::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -13px;               /* extends slightly outside, like the image */
    right: -13px;
    height: 2px;
    background: rgba(0,0,0,0.35); /* exact dark line like screenshot */
    transform: translateY(-50%);
    z-index: 3;
}

/* Ensure the number stays above shadows but below nothing else */
.countdown-number {
    position: relative;
    z-index: 5;
}

/* stronger split hairline exactly centered */
.countdown-number::after {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(0,0,0,0.10), rgba(255,255,255,0));
    border-radius: 1px;
    opacity: 0.9;
    z-index: 1;
}

/* Label is positioned outside the tile (below) to match design */
.countdown-label {
    position: absolute;
    bottom: -28px;           /* sits clearly below each tile */
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 1px;
    text-align: center;
    z-index: 2;
    white-space: nowrap;
}

/* inter-tile connector "pin" (small subtle grey notch left/right) */
.countdown-item + .countdown-item::before {
    /* this pseudo is unused by default but kept available if you want small separators */
}


/* Mobile tweaks */
@media (max-width: 767.98px) {
    .countdown-container {
        left: 50%;
        transform: translateX(-50%);
        top: 54%;
        max-width: 98%;
    }
    .countdown-container .glass-box {
        padding: 14px 12px 18px;
        min-width: 260px;
        border-radius: 18px;
    }
    #countdown-mobile { gap: 10px; margin-top: 2px; }
    .countdown-item {
        width: 64px;
        height: 58px;
        border-radius: 12px;
        transform: translateY(-14%);
    }
    .countdown-number { font-size: 1rem; }
    .countdown-number::after { left: 12%; right: 12%; height: 1.6px; }
    .countdown-label { bottom: -22px; font-size: 0.50rem; }
	
	/* Center cross line EXACT like attachment */
	.countdown-number::before {
		left: -10px;               /* extends slightly outside, like the image */
		right: -10px;
		height: 1px;
	}
	
	/* Each tile container: keep room below for external label */
	.countdown-item {
		border-radius: 10px;
		width: 40px;
		height: 45px;                 /* taller for bigger numerals */
		
	}
	
	.day_to_go {
		font-size: 1rem;
		font-weight: 600;
	}
	
}

/* ensure label never overlaps when container gets narrow: allow wrapping */
.countdown-container .glass-box { text-align: center; }

/* Focus outline for keyboard users */
.countdown-item:focus { outline: 3px solid rgba(0,174,230,0.18); outline-offset: 4px; }

/* end countdown patch */


/* End of countdown styles */


/* Social Sidebar */
.social-sidebar {
    background: white;
    padding: 15px 15px 15px 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.1);
}

.social-icon {
    width: 40px;
    height: 40px;
    transition: transform 0.2s;
    /* background: white; Removed as container is white */
    border-radius: 5px;
    padding: 0;
}

.social-icon:hover {
    transform: scale(1.1);
}

/* Slider Mockup */
.slider-indicators-mockup {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    border: 1px solid white;
    padding: 5px 15px;
    border-radius: 20px;
}

.slider-indicators-mockup .dash {
    width: 20px;
    height: 3px;
    background: white;
    display: inline-block;
    border: none;
    opacity: 1;
}

.slider-indicators-mockup .dot {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    border: none;
    opacity: 0.5;
}

.slider-indicators-mockup .active {
    background: white;
    opacity: 1;
}

.download-btn-wrapper {
	width: 100%;
    text-align: center;
    bottom: 0%;
}



/* Mobile Menu Overlay */
@media (max-width: 767px) {
    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: white;
        z-index: 2000;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        /* Start from top-leftish but centered vertically */
    }

    .mobile-menu-overlay.collapse:not(.show) {
        display: none;
    }

    .mobile-menu-overlay .navbar-nav {
        width: 100%;
    }

    .mobile-menu-overlay .nav-item {
        margin-bottom: 1.5rem;
    }

    .mobile-menu-overlay .nav-link {
        font-size: 1.2rem;
        color: #555 !important;
        /* Darker text for menu items */
        margin-left: 0;
    }

    .mobile-menu-overlay .nav-link.active {
        color: #0099ff !important;
        /* Primary blue for active */
        border-bottom: none !important;
        /* Remove underline if desired, or keep */
    }

    .mobile-close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 2rem;
        background: none;
        border: none;
        color: #333;
    }
}







/* Responsive Adjustments */
@media (max-width: 768px) {
    .header-logo {
        height: 40px;
    }


    .main-logo-card {
        width: 65%;
        max-width: 350px;
        border-radius: 0;
        padding: 0;
        margin-bottom: 1rem;
    }

    .hero-section {
        height: auto;
        padding-bottom: 50px;
    }

    .date-venue-box {
        margin-top: 2rem;
    }

    .social-sidebar {
        position: fixed;
        top: 30% !important;
        bottom: auto;
        right: 0;
        transform: translateY(-50%);
        z-index: 100;
        padding: 10px 10px 10px 10px;
    }

    .social-icon {
        width: 30px;
        height: 30px;
    }
	
}

:root {
    --primary-blue: #0099ff;
    --primary-purple: #9933cc;
    --text-dark: #333;
}



/* When header is fixed-top we need top spacing for the page content */
#mainHeader {
    /* fixed-top class already sets position; ensure visual */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


/* make carousel a positioned parent for absolute children */
#heroCarousel {
  position: relative;
}

/* center the compact inline-flex indicator box horizontally */
.slider-indicators-mockup {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;            /* adjust this to move up/down as needed */
  transform-origin: center;
  /* combine transforms for both centering and vertical position if you want */
  /* e.g. transform: translate(-50%, -50%); to truly center vertically/horizontally */
  background: transparent; /* optional */
  width: auto;           /* keep it compact */
  z-index: 10;           /* ensure visible over content */
}

/* smaller niceties */
.slider-indicators-mockup .carousel-indicators {
  display: inline-flex;
  gap: .6rem;
  margin: 0;
  align-items: center;
}




/* --- Generic section baseline --- */
.page-section {
  /* min-height: calc(100vh - 0px); */ /* JS will set body padding to header height so sections fill viewport */
  width: 100%;
  position: relative;
  padding: 0px 0; /* fallback vertical padding */
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Desktop: make each section exactly full viewport (minus header) */
.page-section.fullscreen {
  /* min-height: calc(100vh - var(--header-height, 80px)); */
}

/* --- Section-specific backgrounds (use your uploaded images) --- */
.section-home {
  /* keep your existing hero background or image */
  /* min-height: calc(-71px + 100vh) !important; */
  background-image: url('../images/bg.png'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
  background-size: cover;
  background-position: center;
}

.section-home2 {
	 /* min-height: calc(-71px + 100vh) !important; */
  /* the dotted map + gradient and plant illustration you provided */
  background-image: url('../images/home2_bg.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
  background-size: cover;
  background-position: center;
 /*  min-height: calc(100vh - var(--header-height,80px)); */
}

.section-about {
  /* the dotted map + gradient and plant illustration you provided */
  background-image: url('../images/about2_bg.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
  background-size: cover;
  background-position: center;
  /* min-height: calc(100vh - var(--header-height,80px)); */
}

.section-executive-committee {
  /* the dotted map + gradient and plant illustration you provided */
  background-image: url('../images/executive-committee_bg.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
  background-size: cover;
  background-position: center;
  /* min-height: calc(100vh - var(--header-height,80px)); */
}

.section-executive-committee-2 {
	display:none !important;
  /* the dotted map + gradient and plant illustration you provided */
  background-image: url('../images/executive-committee_bg.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
  background-size: cover;
  background-position: center;
  /* min-height: calc(100vh - var(--header-height,80px)); */
}



.section-advisory-board {
  /* the dotted map + gradient and plant illustration you provided */
  background-image: url('../images/advisory-board2.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
  background-size: cover;
  background-position: center;
  /* min-height: calc(100vh - var(--header-height,80px)); */
}


.section-advisory-board-2 {
	display:none !important;
  /* the dotted map + gradient and plant illustration you provided */
  background-image: url('../images/advisory-board2.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
  background-size: cover;
  background-position: center;
  /* min-height: calc(100vh - var(--header-height,80px)); */
}


.section-conference-coordinator {
  /* the dotted map + gradient and plant illustration you provided */
  background-image: url('../images/conference-coordinator.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
  background-size: cover;
  background-position: center;
  /* min-height: calc(100vh - var(--header-height,80px)); */
}



.section-track-coorditator{
  /* the dotted map + gradient and plant illustration you provided */
  background-image: url('../images/track-coorditator.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
  background-size: cover;
  background-position: center;
  /* min-height: calc(100vh - var(--header-height,80px)); */
}



.section-ai-policy{
  /* the dotted map + gradient and plant illustration you provided */
  background-image: url('../images/ai-policy.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
  background-size: cover;
  background-position: center;
  /* min-height: calc(100vh - var(--header-height,80px)); */
}


.section-ai-policy-pillars{
  /* the dotted map + gradient and plant illustration you provided */
  background-size: cover;
  background-position: center;
  /* min-height: calc(100vh - var(--header-height,80px)); */
}


.section-working-group{
  /* the dotted map + gradient and plant illustration you provided */
  background-image: url('../images/working-group.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
  background-size: cover;
  background-position: center;
  /* min-height: calc(100vh - var(--header-height,80px)); */
}








/* Wrapper for the PNG content (rounded card image) */
.about-card-img-wrapper {
  position: relative;
  max-width: 100%;
}

.about-content-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px; /* should match the PNG corners but keeps fallback */
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* On larger screens match the layout in your design: title left large, card right */
@media (min-width: 992px) {
  .title-col {
    padding-left: 40px;
  }
  .content-col {
    padding-right: 80px;
  }
}

/* Mobile stacking: title on top, card below, with proper margins */
@media (max-width: 767.98px) {
  .title-col {
    text-align: left;
    margin-bottom: 16px;
  }
  .about-title-img {
    width: 80%;
  }
  .about-content-img {
    width: 100%;
  }
  /* reduce hero min-height on small devices so content fits nicely */
  .section-about { min-height: auto; padding-top: 80px; padding-bottom: 80px; }
}

/* preserve social sidebar styling and z-index */
.social-sidebar { z-index: 1200; }

/* small helper for visually-hidden h2s used by a11y */
.page-section h2.d-none { position: absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }

.register-btn{
	top:60%;
	left:54%;
}


@media screen and (max-width: 768px) and (orientation: portrait) {
	.social-sidebar{
		max-width:60px;
	}
	.register_now_btn {
		opacity: 0;
		position: absolute;
		top: 80%;
		left: 36%;
		border: 1px solid #000;
		width: 28%;
		height: 3%;
	}
	
	    .download_brochure_btn {
        opacity: 0;
        position: absolute;
        top: 43%;
        left: 34%;
        border: 1px solid #000;
        width: 32%;
        height: 4%;
    }
	.register-btn {
    top: 69%;
    left: 27%;
}
    .hero-section {
        background-image: url('../images/background-m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
    }
	.section-home2 {
        background-image: url('../images/home2_bg_m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
    }
	.section-about {
		background-image: url('../images/about-us2_m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	.section-executive-committee{
		background-image: url('../images/executive-committee_bg_m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	
	.section-executive-committee-2 {
		display:block !important;
		background-image: url('../images/executive-committee_bg_m2.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	
	.section-advisory-board{
		background-image: url('../images/advisory-board2-m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	
	.section-advisory-board-2 {
		display:block !important;
		background-image: url('../images/advisory-board2-m2.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	
	.section-conference-coordinator{
		background-image: url('../images/conference-coordinator-m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	
	.section-track-coorditator{
		background-image: url('../images/track-coorditator-m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	
	.section-ai-policy{
		background-image: url('../images/ai-policy-m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	
	.section-ai-policy-pillars{
		
	}
	
	.section-working-group{
		background-image: url('../images/working-group-m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	
	
	
	
	
	
	
	
	
	
	
	.section-events {
		background-image: url('../images/event-highlights-m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	.section-advisory {
		background-image: url('../images/advisory-board-m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	
	.section-advisory-2 {
		display:block !important;
		background-image: url('../images/advisory-board-2-m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	
	.section-advisory-3 {
		display:block !important;
		background-image: url('../images/advisory-board-3-m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	
	.section-participants {
		background-image: url('../images/participants-m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	
	.section-key_track {
		background-image: url('../images/key-tracks-1-m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	
	.section-key_track_2 {
		display:block !important;
		background-image: url('../images/key-tracks-2-m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	
	
	.section-partners {
		background-image: url('../images/our-partners-m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
		
	}
	
	.section-contact {
		background-size: contain;
		background-image: url('../images/contact-us-m.jpg'), linear-gradient(135deg, #2196f3 0%, #ba68c8 100%);
	}
	
	.slider-indicators-mockup{
		top:95%;
	}
	.download-btn-wrapper{
		bottom:-11%;
	}
	.download-btn-img{
		max-width:200px;
	}
}










@media screen and (min-width: 1280px) and (max-width: 1366px) {
		.profile-name {
		font-size:1.2rem;	
		  font-weight: 600;
		  margin-bottom: 0.25rem;
		  color:#545456;
		}
		
		.profile-email {
		font-size:0.9rem;
		}

	.contact-form-wrapper {
		position: absolute;
		top: 58%;
		left: 8%;
		transform: translateY(-50%);
		width: 420px;
		background: transparent;
		color: #ffffff;
		font-family: 'Roboto', sans-serif;
	}
    /* Styles only for device widths between 1280 and 1366 */
	.nav-link{
		font-size:1rem;
	}
	.dropdown-item{
		font-size:0.8rem;
	}
	.countdown-container{
		top:30%;
	}
	.day_to_go {
		font-size: 1.3rem;
		font-weight: 600;
	}
	.main-logo-card {
		max-width: 350px;
	}
	.countdown-item{
		width:55px;
		height:62px;
	}
	.countdown-number::before{
		left: -7px;
		right: -7px;
	}
	.countdown-number{
		font-size:1.8rem;
	}
	
	.download-btn-wrapper {
		
		bottom: 0%;
	}
	.download-btn-img{
		max-width:225px;
	}
	.register-btn {
		top: 60%;
		left: 59%;
	}
}





@media screen 
and (min-width: 900px) 
and (max-width: 1279px) 
and (orientation: landscape) {
	.profile-name {
		font-size:1rem;	
		  font-weight: 600;
		  margin-bottom: 0.25rem;
		  color:#545456;
		}
		
		.profile-email {
		font-size:0.9rem;
		}

	.contact-form-wrapper {
		position: absolute;
		top: 65%;
		left: 8%;
		transform: translateY(-50%);
		width: 420px;
		background: transparent;
		color: #ffffff;
		font-family: 'Roboto', sans-serif;
	}
    /* Styles only for device widths between 1280 and 1366 */
	.nav-link{
		font-size:1rem;
	}
	.dropdown-item{
		font-size:0.8rem;
	}
	.countdown-container{
		top:25.5%;
	}
	.day_to_go {
		font-size: 1.3rem;
		font-weight: 600;
	}
	.main-logo-card {
		max-width: 350px;
	}
	.countdown-item{
		width:55px;
		height:62px;
	}
	.countdown-number::before{
		left: -7px;
		right: -7px;
	}
	.countdown-number{
		font-size:1.8rem;
	}
	
	.download-btn-wrapper {
		
		bottom: 0%;
	}
	.download-btn-img{
		max-width:225px;
	}
	.register-btn {
		top: 60%;
		left: 59%;
	}
	.nav-link {
		font-size: 0.8rem;
    }
}






@media screen 
and (min-width: 767px) 
and (max-width: 1024px) 
and (orientation: portrait) {
	.countdown-container{
		top:58.5%;
		left:48%;
	}
	.nav-link {
		font-size: 0.45rem;
    }
	.contact-form-wrapper{
		top: 46%;
		left: 27%;
	}
}




@media screen 
and (min-width: 900px) 
and (max-width: 1279px) 
and (orientation: portrait) {
	.countdown-container{
		top:58.5%;
		left:48%;
	}
	.nav-link {
		font-size: 0.7rem;
    }
	.contact-form-wrapper{
		top: 58%;
		left: 31%;
	}
}


/* iPad Air portrait override */
@media screen 
and (min-width: 800px) 
and (max-width: 1024px) 
and (orientation: portrait) {
  .contact-form-wrapper {
    top: 62%;
    left: 24%;
  }
}








