@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: 'Poppins', Arial, sans-serif; */
    line-height: 1.6;
    overflow-x: hidden;
}

.header {
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
}

.container {
    padding: 5% 10% 3%;
}

h4 {
    font-weight: 400;
}

.contentHeading {
    text-align: center;
    padding: 2rem 1rem;
}

.mainheading {
    font-weight: 600;
    font-size: 28px;
    color: #BD1E2E;
    margin-bottom: 1rem;
}

.contentHeading img {
    width: 100%;
    /* max-width: 600px; */
    height: auto;
    margin: 0 auto;
}

.content {
    display: flex;
    gap: 2rem;
    padding: 2rem 10rem;
    align-items: flex-start;
}

.left-sidebar {
    width: 20%;
    display: flex;
    gap: 0.4rem;
    flex-direction: column;
    border-top: 4px #BD1E2E solid;
    position: sticky;
    top: 2rem;
    align-self: flex-start;
}

.sidebar-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #EFF3FB;
    position: relative;
    background: #EFF3FB;
}

.sidebar-item h4 {
    flex: 1;
    font-size: 16px;
}

.arrow {
    font-size: 20px;
    color: #6c757d;
    margin-left: auto;
    transition: color 0.3s;
}

.sidebar-item.active .arrow {
    color: #BD1E2E;
    font-weight: 600;
}

.sidebar-item.active h4 {
    color: #BD1E2E;
    font-weight: 600;
}

.sidebar-item:hover {
    background-color: #ffffff;
}

.sidebar-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.right-content {
    flex: 1;
}

.section-content {
    display: none;
    font-size: 1rem !important;
}

.section-content.active {
    display: block;
}

.getintouchbtn {
    background: #BD1E2E;
    color: #FFFFFF;
    border: none;
    width: max-content;
    padding: 12px 30px;
    /* border-radius: 15px; */
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    display: block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.getintouch {
    border-top: 4px #BD1E2E solid;
    padding: 20px;
    margin-top: 2rem;
    background: #F4F6FA;
    /* border-radius: 10px; */
}

.getIn-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.getintouch .heading {
    font-weight: bold;
    color: #BD1E2E;
    font-size: 18px;
}


.section-content {
    /* padding: 0 80px; */
    background-color: #ffffff;
}

.medcom-one {
      background: #F4F6FA;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;

    gap: 2.1rem;
    min-height: auto;
    justify-content: center;
       overflow: hidden;
}

.oneRight {
    padding-top: 1.6rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.oneRight h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.5rem;

  
}

.medcom-list {
    list-style: none;
    padding: 0;
    
}

.medcom-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: #222;
}

.medcom-list li::before {
    content: "•";
    position: absolute;
    left: 6px ;
    top: -2px ;
    font-size: 28px;
    line-height: 1;
    color: #c62828;
}

.publication-section {
    background: #f6f7f9;
    padding: 40px;
    margin: 2rem 0;
    /* border-radius: 15px; */
}

.publication-container {
    max-width: 1200px;
    margin: 0 auto;
}

.publication-title {
    font-size: 30px;
    color: #c81f2e;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.publication-desc {
    font-size: 18px;
    color: #000;
    max-width: 900px;
    line-height: 1.2;
    margin-bottom: 50px;
}

.publication-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.publication-card {
    background: #ffffff;
    padding: 30px;
    /* min-height: 240px; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* border-radius: 10px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.publication-card .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 15px;
}

.publication-card h3 {
    color: #c81f2e;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.publication-card p {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    flex: 1;
    text-align: center;
}

.ul-heading {
    line-height: 2;
    font-weight: 600;
    color: #333;
    font-size: 1.1rem;
}

.Award {
    width: 100%;
    height: auto;
    /* max-height: 700px; */
    object-fit: contain;
}

.border-b {
    line-height: 2;
    border-bottom: 2px #BD1E2E solid;
}

.redSpan {
    color: #BD1E2E;
    font-weight: 600;
}

.ops {
    padding-left: 2rem;
}

.feature-strip {
    background: #F4F6FA;
    padding: 2rem;
    /* border-radius: 15px; */
    margin: 2rem 0;
}

.feature-logo img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.feature-item {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    min-height: 70px;
    
}
.feature-text{
  width: 55%;
}

.mededu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    align-items: stretch;
    margin-bottom: 2rem;
}

.feature-heading {
    color: #BD1E2E;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 24px;
}

.medcom-one {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.medcom-one:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.oneLeft img {
    transition: transform 0.3s ease, filter 0.3s ease;
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: cover;
    /* border-radius: 10px; */
}

.medcom-one:hover .oneLeft img {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.publication-section {
    position: relative;
    overflow: hidden;
}

.publication-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.publication-card {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid transparent;
}

/* .publication-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(189, 30, 46, 0.2);
    border-color: #BD1E2E;
} */

/* .publication-card:hover .icon {
    transform: rotate(5deg) scale(1.1);
} */

.publication-card:hover h3 {
    color: #BD1E2E;
}

.publication-heading {
    color: #333333;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}

.left-sidebar {
    /* background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); */
    background-color: white;
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); */
    /* border-radius: 10px; */
    overflow: hidden;
}

.sidebar-item {
    position: relative;
    overflow: hidden;
}

.sidebar-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(189, 30, 46, 0.1), transparent);
    transition: left 0.5s ease;
}

/* Simplified sidebar hover */
.sidebar-item:hover {
    background: #f8f9fa;
    transform: translateX(3px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

/* Simplified button hover */
.getintouchbtn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(126, 121, 121, 0.3);
    background: #ffffff;
    color: #BD1E2E;
    border: 1px solid #BD1E2E;
}

/* ========== RESPONSIVE BREAKPOINTS ========== */

/* Large Desktop: 1600px and above */
@media (max-width: 1600px) {
    .content {
        padding: 2rem 5rem;
    }
    
    .section-content {
        /* padding: 0 40px; */
    }
    
    .oneRight h3 {
        font-size: 26px;
    }
    
    .medcom-list li {
        font-size: 16px;
    }
    
    .publication-title {
        font-size: 26px;
    }
    
    .publication-desc {
        font-size: 16px;
    }
    
    .publication-card h3 {
        font-size: 16px;
        text-align: center;
    }
    
    .publication-card p {
        font-size: 14px;
    }
}

/* Desktop: 1400px - 1599px */
@media (max-width: 1399px) {

        .medcom-list li::before {
    content: "•";
    position: absolute;
    left: 10px !important;
    top: -1px !important;
    font-size: 22px;
    line-height: 24px;
    color: #c62828;
}
    .content {
        padding: 2rem 4rem;
    }
    
    .section-content {
        /* padding: 0 30px; */
    }
    
    .oneRight h3 {
        font-size: 24px;
    }
    
    .medcom-list li {
        font-size: 15px;
    }
    
    .publication-title {
        font-size: 24px;
    }
    
    .publication-desc {
        font-size: 15px;
        margin-bottom: 40px;
    }
    
    .publication-grid {
        gap: 20px;
    }
    
    .publication-card {
        padding: 25px;
        /* min-height: 220px; */
    }
    .feature-text{
  width: 70%;
}
}

/* Laptop: 1200px - 1399px */
@media (max-width: 1199px) {


  
    .content {
        padding: 2rem 3rem;
    }
    
    .section-content {
        /* padding: 0 20px; */
    }
    
    .left-sidebar {
        width: 25%;
    }
    
    .publication-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .medcom-one {
        gap: 40px;
        padding: 1.5rem;
    }
    
    .oneLeft img {
        max-width: 350px;
    }
    .feature-text{
  width: 80%;
}
}

/* Tablet Landscape: 992px - 1199px */
@media (max-width: 991px) {
    .content {
        padding: 2rem;
        flex-direction: column;
    }
    
    .left-sidebar {
        width: 100%;
        position: relative;
        top: 0;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-bottom: 2rem;
    }
    
    .sidebar-item {
        flex: 1;
        min-width: 200px;
        padding: 0.75rem;
    }
    
    .sidebar-item h4 {
        font-size: 14px;
    }
    
    .sidebar-icon {
        width: 25px;
        height: 25px;
    }
    
    .section-content {
        /* padding: 0 10px; */
    }
    
    .medcom-one {
        flex-direction: column;
        gap: 30px;
    }
    
    .oneLeft img {
        max-width: 100%;
        width: 100%;
    }
    
    .oneRight {
        padding-top: 0;
        align-items: center;
    }
    
    .medcom-list li {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .medcom-list li::before {
        font-size: 24px;
    }
    
    .publication-section {
        padding: 30px 20px;
    }
    
    .publication-desc {
        margin-bottom: 30px;
    }
    
    .mededu {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .feature-item {
        padding: 0.75rem;
        min-height: 70px;
    }
    
    .feature-logo img {
        width: 50px;
        height: 50px;
    }
    
    .getintouch {
        margin-top: 1rem;
        padding: 15px;
    }
    
    .getIn-content {
        gap: 1rem;
    }
     .feature-text{
  width: 100%;
}
}

/* Tablet Portrait: 768px - 991px */
@media (max-width: 767px) {
    .container {
        padding: 3% 5%;
    }
    
    .content {
        padding: 1rem;
    }
    
    .mainheading {
        font-size: 18px;
    }
    
    .contentHeading img {
        height: auto;
        max-height: 50px;
    }
    
    .sidebar-item {
        min-width: 100%;
    }
    
    .oneRight h3 {
        font-size: 22px;
        margin-bottom: 1rem;
    }
    
    .medcom-list li {
        font-size: 15px;
        padding-left: 20px;
    }
    
    .medcom-list li::before {
        font-size: 22px;
    }
    
    .publication-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .publication-card {
        min-height: auto;
        padding: 20px;
    }
    
    .publication-title {
        font-size: 22px;
    }
    
    .publication-heading {
        font-size: 22px;
    }
    
    .publication-desc {
        font-size: 14px;
    }
    
    .publication-card .icon img {
        width: 40px;
        height: 40px;
    }
    
    .publication-card h3 {
        font-size: 16px;
    }
    
    .publication-card p {
        font-size: 14px;
    }
    
    .feature-strip {
        padding: 1.5rem;
    }
    
    .feature-heading {
        font-size: 20px;
    }
    
    .getintouchbtn {
        padding: 10px 25px;
        font-size: 14px;
    }
    
    .Award {
        max-height: 500px;
    }
}

/* Mobile Large: 576px - 767px */
@media (max-width: 575px) {

        .medcom-list li::before{
        top: 0 !important;
    }
    .container {
        padding: 2% 3%;
    }
    
    .mainheading {
        font-size: 16px;
    }
    
    .oneRight h3 {
        font-size: 20px;
    }
    
    .medcom-list li {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .ul-heading {
        font-size: 16px;
        text-align: center;
    }
    
    .ops {
        padding-left: 1rem;
    }
    
    .feature-item {
        padding: 0.5rem;
        min-height: 60px;
    }
    
    .feature-logo img {
        width: 40px;
        height: 40px;
    }
    
    .getintouchbtn {
        width: 100%;
        max-width: 200px;
    }
}

/* Mobile Small: below 480px */
@media (max-width: 479px) {

    .medcom-list li::before{
        top: -2px !important;
        left: 5px !important;
    }
    .container {
        padding: 2%;
    }
    
    .content {
        padding: 0.5rem;
    }
    
    .mainheading {
        font-size: 14px;
    }
    
    .oneRight h3 {
        font-size: 18px;
        text-align: center;
    }
    
    .medcom-list li {
        font-size: 13px;
        padding-left: 18px;
    }
    
    .medcom-list li::before {
        font-size: 20px;
    }
    
    .publication-section {
        padding: 20px 15px;
    }
    
    .publication-card {
        padding: 15px;
    }
    
    .feature-strip {
        padding: 1rem;
    }
    
    .feature-heading {
        font-size: 18px;
        margin-bottom: 1rem;
    }
    
    .getintouch {
        padding: 15px;
    }
    
    .getintouch .heading {
        font-size: 16px;
    }
}

/* Landscape Orientation for Mobile */
@media (max-height: 600px) and (orientation: landscape) {
    .content {
        padding: 1rem;
    }
    
    .medcom-one {
        min-height: auto;
        /* padding: 1rem; */
    }
    
    .oneRight h3 {
        font-size: 18px;
        margin-bottom: 0.5rem;
    }
    
    .medcom-list li {
        font-size: 12px;
        margin-bottom: 4px;
    }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .medcom-one,
    .publication-card,
    .sidebar-item,
    .getintouchbtn {
        transition: none !important;
    }
    
    .publication-section::before {
        animation: none !important;
    }
}

/* Touch Device Optimization */
@media (hover: none) and (pointer: coarse) {
    .medcom-one:hover,

    .sidebar-item:hover,
    .getintouchbtn:hover {
        transform: none !important;
    }
    
    .parallax-element:hover {
        transform: none !important;
    }
    
    .sidebar-item,
    .getintouchbtn {
        min-height: 44px;
    }
}

/* Ensure all images are responsive */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Fix for iOS Safari 100vh issue */
@supports (-webkit-touch-callout: none) {
    .herocontainer {
        height: -webkit-fill-available;
    }
}

/* Animated Background Transition */
.animated-bg {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Print Styles */
@media print {
    .medcom-one,
    .publication-section,
    .feature-strip {
        break-inside: avoid;
        page-break-inside: avoid;
    }
    
    .getintouchbtn {
        display: none;
    }
}

/* Ensure smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Prevent initial flash of content */
body.loading .publication-card,
body.loading .feature-item,
body.loading .sidebar-item,
body.loading .getintouch,
body.loading .medcom-one {
    opacity: 0 !important;
}

/* Animation classes for manual control */
.reveal-item {
    opacity: 0;
    transform: translateY(30px);
}

.reveal-item.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}


/* Mobile Accordion Styles */
.mobile-accordion {
    display: none;
    /* padding: 0 1rem; */
    /* margin-bottom: 2rem; */
}

.accordion-container {
    background: #fff;
    /* border-radius: 10px; */
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    display: flex;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    background: #f8f9fa;
    transition: background-color 0.3s ease;
}

.accordion-header.active {
    background: #BD1E2E;
}

.accordion-header.active h4 {
    color: white;
}

.accordion-header.active .accordion-arrow {
    color: rgb(255, 255, 255);
    transform: rotate(90deg);
}

.accordion-header:hover {
    background: #e9ecef;
}

.accordion-header.active:hover {
    background: #a81a27;
}

.accordion-icon {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
    object-fit: contain;
}

.accordion-header h4 {
    flex: 1;
    margin: 0;
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.accordion-arrow {
    color: #6c757d;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    background: #ffffff;
}

.accordion-content.active {
    max-height: 5000px; /* Adjust based on your content */
    padding: 1rem;
}

.accordion-content .section-content {
    padding: 0;
    animation: fadeIn 0.5s ease;
}

.accordion-content .medcom-one {
    margin-bottom: 1rem;
}

.accordion-content .publication-section {
    padding: 20px;
    margin: 1rem 0;
}

/* Hide desktop sidebar and show mobile accordion on mobile */
@media (max-width: 991px) {
    .mobile-accordion {
        display: block;
    }
    
    .left-sidebar {
        display: none;
    }
    
    .content {
        flex-direction: column;
        padding: 1rem;
    }
    
    .right-content {
        display: none; /* Hide the regular content on mobile */
    }
    
    /* Adjust accordion content for mobile */
    .accordion-content .medcom-one {
        flex-direction: column;
        gap: 20px;
    }
    
    .accordion-content .oneLeft img {
        width: 100%;
        max-width: 100%;
    }
    
    .accordion-content .publication-grid {
        grid-template-columns: 1fr;
    }
    
    .accordion-content .feature-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .accordion-content .feature-text {
        width: 100%;
    }
}

/* Animation for accordion content */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Make sure content inside accordion looks good */
.accordion-content .section-content.active {
    display: block;
}
/* Update the active sidebar item styles */
.sidebar-item.active {
    background-color: #BD1E2E; /* Red background for active item */
    border-color: #BD1E2E; /* Red border to match */
}

.sidebar-item.active h4 {
    color: #FFFFFF !important; /* White text */
    font-weight: 600 !important;
}

.sidebar-item.active .arrow {
    color: #FFFFFF !important; /* White arrow */
    font-weight: 600 !important;
}

/* For mobile accordion */
.accordion-header.active {
    background: #BD1E2E; /* Red background */
}

.accordion-header.active h4 {
    color: #FFFFFF !important; /* White text */
}

.accordion-header.active .accordion-arrow {
    color: #FFFFFF !important; /* White arrow */
}

/* Update hover states for active items */
.sidebar-item.active:hover {
    background-color: #a81a27; /* Slightly darker red on hover */
    border-color: #a81a27;
}

.accordion-header.active:hover {
    background: #a81a27; /* Slightly darker red on hover */
}

/* Remove any conflicting styles if they exist */
.sidebar-item.active .sidebar-icon {
    /* If you have active/inactive icon versions, they should switch here */
    /* Example: filter: brightness(0) invert(1); to make icon white */
}

/* stick */
        #stickyQuestionBtn {
            width: 44px;
            height: 44px;
            cursor: pointer;
             position: absolute;
    right: 1px;
    bottom: 266px;
        }

        .quetions_Con {
            position: fixed;
            right: 0px;
            bottom: 10vh;
            z-index: 10;
            display: flex;
            flex-direction: column;
            justify-content: end;
            align-items: end;
        }

   .question-modal {
    background-color: white;
    width: 270px;
    height: 266.51px;
    border-top: 5px solid #BD1E2E;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -300px;
    bottom: 0px;
    opacity: 0;
    pointer-events: none; /* Key change - prevents clicks when hidden */
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* Removed visibility: hidden - not needed with opacity and pointer-events */
}

.question-modal.active {
    right: 0;
    opacity: 1;
    pointer-events: auto; /* Allows clicks when modal is active */
}

        .modal-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 27px;
            padding: 20px;
        }

        #modalGetInTouchBtn {
            background-color: #BD1E2E;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 20px;
            cursor: pointer;
            font-weight: bold;
            transition: background-color 0.3s;
        }

        #modalGetInTouchBtn:hover {
            background-color: #a51927;
        }

        .modal-heading, .modal-text {
            width: 200px;
            margin: auto;
            line-height: 130%;
            font-size: 14px;
            text-align: left;
        }

        .modal-heading {
            font-size: 16px;
            color: #BD1E2E;
            text-transform: uppercase;
            margin: 0;
        }

        .modal-text p {
            margin: 0;
            color: #333;
        }

        .sticky-question-btn img {
            width: 100%;
            height: 100%;
            transition: transform 0.3s;
        }

        .sticky-question-btn:hover img {
            transform: scale(1.1);
        }

  .Award_mobile{
    display: none;
  }
  .Award{
    display: block;
  }
   .quetions_Con{
    display:none;
  }
@media (max-width: 768px){
  .quetions_Con{
    display:flex;
  }
  /* .question-modal{
    display: none;
  } */
  .Award{
    display: none;
  }
  .Award_mobile{
    display: block;
  }
 
}
 .menu_upadte{
        display: flex !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px !important;
  }

body.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
}
/* roatate */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, #ffffff 0%, #BD1E2E 40%, #3b0409 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
/* Base styles with animation */
body::before {
  content: "";
  position: fixed;
  inset: 0;
   background: linear-gradient(180deg, #ffffff 0%, #BD1E2E 40%, #3b0409 100%);

  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
 .normal-weight {
    font-weight: normal !important;
  }
/* Portrait mode warning */
@media screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  body::before {
    content: "Please rotate your device to landscape mode.";
    font-weight: 600;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
  }
  
  body {
    overflow: hidden;
  }
}

/* Landscape mode warning */
@media screen and (max-width: 1080px) and (orientation: landscape) {
  body::before {
    content: "Please rotate your device to portrait mode.";
    font-weight: 600;
    font-size: 22px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
  }}

  .hero-media-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Show mobile video on mobile, hide desktop video */
