.accordion-header {font-size: 18px; font-weight: 600;color: #1a1a2e; padding: 0px 20px; background-color: #fff;  border: none;  transition: background-color 0.3s, color 0.3s; }
.accordion-item {margin-bottom: 3px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); background-color: #fff;}
.mail-ul{padding: 0px;}
.mail-li {border-bottom:1px solid #ccc; border-left:1px #000;  margin-bottom: 10px;  padding-bottom: 10px; padding-left: 0; list-style-type: none;}
.borderbtm{border-bottom: 1px solid #ccc;}
.header p {font-size: 1.1rem; color: #7f8c8d; }

        .section-card {
            background: #fff;
            border-radius: 15px;
            box-shadow: 0 6px 20px rgba(0,0,0,0.1);
            margin-bottom: 30px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
			min-height: 410px;
        }

        .section-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }

        .section-header {
            background: linear-gradient(to right, #3498db, #2980b9);
            color: #fff;
            padding: 15px 20px;
            font-size: 1.3rem;
            font-weight: 500;
            border-radius: 15px 15px 0 0;
        }

        

        .list-group-item {border: none;  padding: 2px 10px;
		  font-size: 1rem; color: #34495e; display: flex; align-items: center;
		  transition: background 0.3s ease;
		  line-height: 25px;

        }
.section-body {padding-top: 10px;}
.list-group-item:hover {background: #f8f9fa; border-radius: 8px; }
.list-group-item i {margin-right: 15px; color: #3498db; font-size: 1.2rem; transition: color 0.3s ease;}
.list-group-item:hover i {color: #2980b9;}
.dgrc-section {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.style-shadow {
  text-align: center;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  padding:10px;
  width: 100%;
  margin:0 auto;
  border-radius:5px;
  background: #fff;
}
.style-shadow img{height: 150px; width: 200px;}
.lightgray{background: #2c3742;}

.exhibition-section {
    padding: 50px 20px;
}

.exhibition-section h2 {
    color: #d18c0b;
    margin-bottom: 10px;
    font-size: 22px;
}

.exhibition-section h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.exhibition-section p {
    font-size: 18px;
    margin-bottom: 40px;
}

.cards-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    background: #0f2c4c;
    color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    min-width: 250px;
    border: 2px solid #d18c0b;
}

.card-title {
    background: #d18c0b;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 20px;
}

.card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card ul li {
    margin: 10px 0;
    font-size: 16px;
}

.gst-note {
    margin-top: 20px;
    font-weight: bold;
    color: #d18c0b;
}

    