  body
     {
      font-family: "Crimson Text", serif;
      background: #fff;
      margin: 0;
      padding: 0;
    }

    .navbar {
      background-color: #fff !important;
      padding: 0;
    }

    /* ===== Mobile/Tablet header layout ===== */
    .navbar-header-grid {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 15px 20px;
      position: relative;
      z-index: 1050;
    }
    .navbar-header-grid .navbar-brand {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 50%;
      margin-top: -30px; /* half of logo height */
      z-index: 1;
    }
    .navbar-header-grid .navbar-brand img {
      width: 140px;
      height: 120px;
      object-fit: contain;
      display: block;
    }
    .search-icon,
    .navbar-toggler {
      background: none;
      border: none;
      font-size: 22px;
      color: #000000;
      outline: none;
      z-index: 2;
      padding: 0 8px;
      cursor: pointer;
    }
    .nav-link, .dropdown-item {
        color: #000000 !important;
      
    }

    /* ===== Desktop view ===== */
    @media (min-width: 992px) {
      .navbar-header-grid {
        display: none;
      }
      .navbar-collapse {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px 50px;
        position: static !important;
        box-shadow: none !important;
      }
      .navbar-brand {
        margin-right: 25px;
      }
      .navbar-nav {
        font-size: 18px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
      }
      .search-icon-desktop {
        font-size: 22px;
        color: #000000;
        margin-left: 20px;
        cursor: pointer;
      }
      .navbar-toggler {
        display: none !important;
      }
    }

    /* ===== Mobile/Tablet menu ===== */
    @media (max-width: 991px) {
      .navbar-collapse {
        width: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: calc(15px + 120px + 15px);
        box-shadow: 0 4px 28px 6px #eaeaea13;
        padding: 0;
        z-index: 1051;
      }
      .navbar-nav {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
      }
      .nav-item {
        text-align: center;
        width: 100%;
      }
      .nav-link {
        font-size: 15px;
        font-weight: 900;
        letter-spacing: 1px;
        color: #000000 !important;
        padding: 14px 0;
      }
      .dropdown-menu {
        text-align: center;
      }
      .search-icon-desktop {
        display: none;
      }
    }

    /* ===== Search Overlay (TOP aligned) ===== */
    .search-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; /* Make it full height to show results */
      background: #fff;
      padding: 15px 20px;
      z-index: 2000;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-100%);
      transition: all 0.3s ease-in-out;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      overflow-y: auto; /* Allow scrolling for results */
    }
    .search-overlay.active {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    .search-box {
      width: 100%;
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      border: 2px solid #c4600f;
      border-radius: 6px;
      overflow: hidden;
      background: #fff;
    }
    .search-box input {
      flex: 1;
      border: none;
      padding: 12px 15px;
      font-size: 18px;
      outline: none;
    }
    .search-box button {
      background: #c4600f;
      border: none;
      padding: 0 25px;
      color: #fff;
      font-size: 20px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .search-close {
      position: absolute;
      top: 18px;
      right: 30px;
      font-size: 26px;
      cursor: pointer;
      color: #000;
    }

    /* Search Results Styling */
    #searchResults {
        max-width: 1100px;
        margin: 20px auto;
        padding: 20px 0;
    }
    #searchResults h4 {
        margin-bottom: 15px;
        color: #c4600f;
    }
    #searchResults ul {
        list-style: none;
        padding: 0;
    }
    #searchResults li {
        margin-bottom: 8px;
        border-bottom: 1px dashed #eee;
        padding-bottom: 5px;
    }
    #searchResults a {
        font-size: 18px;
        text-decoration: none;
        color: #000;
        display: block;
        padding: 5px 0;
    }
    #searchResults a:hover {
        color: #c4600f;
    }


      .scroll-container {
      overflow-x: auto;
      white-space: nowrap;
      scrollbar-width: thin;
    }

    .scroll-container::-webkit-scrollbar {
      height: 8px;
    }

    .scroll-container::-webkit-scrollbar-thumb {
      background: #000;
      border-radius: 4px;
    }

    .scroll-container::-webkit-scrollbar-track {
      background: #ddd;
    }

    .nav-link.year {
      display: inline-block;
      min-width: 80px;
      text-align: center;
      font-weight: bold;
      border: none;
      border-radius: 0;
      color: #000;
    }

    .nav-link.year.active {
      border: 1px solid #000;
      background: #f8f9fa;
    }

      .scroll-container {
      overflow-x: auto;
      white-space: nowrap;
      scrollbar-width: thin;
    }

    .scroll-container::-webkit-scrollbar {
      height: 8px;
    }

    .scroll-container::-webkit-scrollbar-thumb {
      background: #000;
      border-radius: 4px;
    }

    .scroll-container::-webkit-scrollbar-track {
      background: #ddd;
    }

    .nav-link.year {
        margin-top: 40px;
      display: inline-block;
      min-width: 80px;
      text-align: center;
      font-weight: bold;
      border: none;
      border-radius: 0;
      color: #000;
    
    }

    .nav-link.year.active {
      border: 1px solid #000;
      background: #f8f9fa;
    }


    #carousel1
    {
      margin-top: -50px;

    }

      .dhi-section {
      padding: 60px 20px;
      text-align: center;
    }

    .dhi-section h1 {
      font-size: 2.8rem;
      font-weight: 400;
      margin-bottom: 30px;
    }

    .dhi-section p {
     
      margin: 0 auto 40px;
      font-size: 1.2rem;
      line-height: 1.8;
      color: #000000;
      text-align: justify;
    }

    .dhi-section p b {
      font-style: italic;
      text-align: justify;
    }

    .dhi-btn {
      border: 1px solid #000;
      padding: 12px 25px;
      font-weight: 600;
      background: transparent;
      transition: all 0.3s ease;
      border-radius: 6px;
    }

    .dhi-btn:hover {
      background: #000;
      color: #fff;
    }

    @media (max-width: 768px) {
      .dhi-section h1 {
        font-size: 2rem;
      }

      .dhi-section p {
        font-size: 1rem;
      }
    }
   
    /*footer*/
  footer {
      background: #ffffff;
      padding: 60px 20px 30px;
    }
    .footer-title {
      font-size: 1.4rem;
      font-weight: 600;
      margin-bottom: 12px;
   
    }
    .footer-address p {
      margin: 0 0 5px;
      font-size: 0.95rem;
      color: #333;
    }
    .map-container {
      width: 100%;
      height: 200px;
      border-radius: 12px;
      overflow: hidden;
      margin-bottom: 15px;
    }
    .newsletter input,
    .newsletter textarea {
      border-radius: 12px;
      padding: 12px 15px;
      border: 1px solid #ccc;
      font-size: 0.95rem;
    }
    .newsletter textarea {
      resize: none;
    }
    /* Modern Send button inside message box */
    .message-box {
      position: relative;
      width: 100%;
    }
    .message-box textarea {
      padding-right: 120px; /* space for button */
    }
    .message-box button {
      position: absolute;
      right: 10px;
      bottom: 10px;
      border-radius: 25px;
      padding: 8px 22px;
      font-weight: 500;
      background: #000;
      color: #fff;
      border: none;
      transition: 0.3s;
    }
    .message-box button:hover {
      background: #444;
    }
   
    @media (max-width: 768px) {
      .message-box textarea {
        padding-right: 15px;
      }
      .message-box button {
        position: static;
        margin-top: 10px;
        width: 100%;
      }
    }
  

    .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: #fff;
      color: #333;
      margin: 0 6px;
      font-size: 20px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
      text-decoration: none;
    }

    .social-icons a:hover {
      background: #000;
      color: #fff;
      transform: translateY(-4px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    #copy {
      font-size: 14px;
      color: #000000;
    }

    /* About Us Page Css Start grom here .. */

    
    .about-section {
      padding: 60px 20px;
    }
    .about-title {
      font-size: 3.5rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 40px;
    }
    .about-text {
      margin-bottom: 20px;
      text-align: justify;
    }
    .director-section {
      margin-top: 50px;
    }
    .director-title {
      font-weight: bold;
      font-size: 1.3rem;
      margin-bottom: 15px;
    }
    .director-text {
      text-align: justify;
    }
    .director-img {
      max-width: 100%;
      border-radius: 8px;
    }

    /* Akhil Page Css Start grom here .. */
    
    
    h1 {
      font-weight: 700;
      text-align: center;
      margin: 60px 0;
      font-size: 3.5rem;
    }
    h5 {
      font-weight: 600;
      margin-bottom: 15px;
    }
    .bio-section {
      margin-bottom: 60px;
      font-size: 18px;
      text-align: justify;
    }
    .bio-section img {
      border-radius: 12px;
      object-fit: cover;
      width: 100%;
      max-height: 800px;
    }

        .section-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: bold;
      letter-spacing: 2px;
      margin-bottom: 0.8rem;
     
    }
    .artist-name {
      text-align: center;
      font-size: 1.2rem;
      margin-bottom: 2rem;
     
    }
    .artist-name strong {
      font-weight: bold;
    }



      .divider {
      width: 80px;
      margin: 1rem auto 2rem auto;
      border-top: 3px solid #000;
      border-radius: 2px;
    }
    .bio-text {
      font-size: 1.2rem;
      line-height: 1.7;
      color: #000000;
      text-align: justify;
    }
   
    .artist-img {
       border-radius: 12px;
      object-fit: cover;
      width: 100%;
      max-height: 800px;
      transition: transform 0.3s ease;
    
    }
    .artist-img:hover {
      transform: scale(1.03);
    }


    .card {
      border: none;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }
    .card img {
      object-fit: cover;
      height: 350px;
      width: 100%;
    }
    .card-body {
      padding: 1.5rem;
      background: #fff;
    }
    .card-body p {
      margin: 0.2rem 0;
      font-size: 0.95rem;
    }
    .meta-label {
      font-weight: 600;
      color: #000;
    }
    @media (max-width: 768px) {
      .card img {
        height: 280px;
      }
    }



    /* Lightbox */
    .lightbox {
      display: none;
      position: fixed;
      z-index: 9999;
      inset: 0;
      background: rgba(0,0,0,0.85);
      backdrop-filter: blur(8px);
      justify-content: center;
      align-items: center;
      animation: fadeIn 0.3s ease;
    }
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }
    .lightbox-content {
      max-width: 90%;
      max-height: 90%;
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      animation: zoomIn 0.3s ease;
    }
    @keyframes zoomIn {
      from { transform: scale(0.8); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }
    .lightbox-content img {
      width: 100%;
      height: auto !important; /* Override existing card img height */
      max-height: 90vh; /* Constraint for lightbox view */
      object-fit: contain !important; /* Ensure image fits well in modal */
      transition: transform 0.3s ease;
      cursor: grab;
      border-radius: 12px; /* Apply the border-radius to the modal image */
    }
    .lightbox-icons {
      position: absolute;
      top: 15px;
      right: 20px;
      display: flex;
      gap: 15px;
      font-size: 1.7rem;
      color: white;
      cursor: pointer;
      z-index: 10000;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add shadow for better visibility */
    }
    .lightbox-icons i:hover {
      color: #0d6efd;
    }

    /* Navigation arrows */
    .nav-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2.5rem;
      color: white;
      cursor: pointer;
      padding: 10px;
      background: rgba(0,0,0,0.4);
      border-radius: 50%;
      transition: background 0.3s ease;
      z-index: 10000;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }
    .nav-arrow:hover {
      background: rgba(13,110,253,0.7);
    }
    .nav-left { left: 15px; }
    .nav-right { right: 15px; }
    /* --- END NEW LIGHTBOX STYLES --- */


  .card {
      border: none;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }
    .card img {
      object-fit: cover;
      height: 350px;
      width: 100%;
    }
    .card-body {
      padding: 1.5rem;
      background: #fff;
    }
    .card-body p {
      margin: 0.2rem 0;
      font-size: 0.95rem;
    }
    .meta-label {
      font-weight: 600;
      color: #000;
    }
    @media (max-width: 768px) {
      .card img {
        height: 280px;
      }
    }


  /* --- Gallery/Lightbox CSS (NEW) --- */
    .gallery-img {
      cursor: pointer;
      /* removed border-radius here as card already has it */
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .gallery-img:hover {
      transform: scale(1.03); /* Slightly less dramatic hover on the card image */
      box-shadow: 0 4px 18px rgba(0,0,0,0.2);
    }



 .exhibition-text {
      font-size: 1rem;
      text-align: justify;
      
    }
   
  
    .main-img {
      max-width: 100%;
      border-radius: 8px;
    }

     
    .exhibition-date {
      text-align: center;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .exhibition-content {
      text-align: center;
    }
    .exhibition-img {
      max-width: 100%;
      height: auto;
    }
    .exhibition-text {
      margin-top: 15px;
    }
