.top-mail ul* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-SemiBold.woff2") format("woff2"),
    url("../fonts/Cinzel-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Bold.woff2") format("woff2"),
    url("../fonts/Cinzel-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background: url(../images/bg-img.png);
  width: 100%;
  /* height: auto; */
  /* transition: 04s ease-out !important; */
  background-attachment: fixed;
}

dl,
ol,
ul {
  padding: 0;
  margin: 0;
}

li {
  font-family: "Poppins";
  list-style: none;
}

a {
  font-family: "Poppins";
  text-decoration: none;
  /* font-size: 15px; */
  color: #000;
}

p,
li {
  font-family: "Poppins";
  font-size: 16px;
  color: #363636;
  font-weight: 400;
  line-height: 1.6;
}

h1,
h2 {
  font-family: "Cinzel";
  font-weight: 500 !important;
}

h3,
h4,
h5,
h6 {
  font-family: "Cinzel";
  font-weight: 500 !important;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.625rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.1rem;
}

.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

:root {
  --primary-color: #e75d21;
  --secondary-color: #00a1d5;
  --black-color: #000;
  --white-color: #fff;
}

img {
  width: 100%;
  max-width: 100%;
  transition: 0.4s ease;
}


/*=================*/
.topbar {
    background: #000000;
}

.header {
  /* background: white; */
  z-index: 9;
  position: relative;
  transition: 0.8s;
  border-bottom: solid thin #202529;
}

.top-mail ul {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px 5px;
}

.top-mail ul li {
  display: flex;
  align-items: center;
  margin-left: 15px;
  gap: 10px;
}

.top-mail ul li i {
  width: 25px;
  height: 25px;
  display: grid;
  place-content: center;
  background: #000;
  color: white;
  border-radius: 100%;
  font-size: 14px;
}

nav.navbar {
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  /* background: white; */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
  /* position: sticky; */
  top: 0;
  z-index: 9;
  width: 100%;
  padding: 0;
}

.ul.navbar-nav li a {
  text-transform: uppercase;
}

li.nav-item a {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 300;
  margin-left: 14px;
  padding: 40px 5px;
}

a.navbar-brand img {
  width: 206px;
  height: auto;
}

a.nav-link {
  color: #000;
}

.carousel-indicators button {
  width: 12px;
  /* make buttons round and bigger */
  height: 12px;
  border-radius: 50%;
  /* round shape */
  background-color: gray;
  /* default color */
  opacity: 0.7;
  border: none;
  /* remove border */
  margin: 0 5px;
  transition: background-color 0.3s ease;
}

.carousel-indicators button.active {
  background-color: black;
  /* active indicator color - blue */
  opacity: 1;
}

/* .head-text {
    border-top: 2px solid #000000;
    width: 100px;
    margin: auto;
    text-align: center;
} */
section.awards-sec img {
  width: 100%;
  height: 256px;
  padding: 9px;
  background: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: auto;
  border-radius: 7px;
  object-fit: cover;
}

.new-img img {
  width: 100%;
  height: 249px;
  object-fit: contain;
}

section.awards-sec.py-5.inner-page img {
  margin-bottom: 32px;
}

.gallery-box h4 {
  font-size: 19px;
}

.new-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

section.new-sec p {
  font-size: 22px;
  text-align: center;
}

.footer-img img {
  width: 200px;
}

footer.footer-sec .head-text h2 {
  font: 20px;
}

.footer-bootm {
  background: #000000;
  padding: 9px;
  text-align: center;
}

.footer-bootm p,
.footer-bootm a {
  margin: 0px;
  color: white;
}

.footer-bootm a {
  color: gray;
}

.gallery-box:hover {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.about-box {
  float: left;
  width: 400px;
  height: 500px;
  margin-bottom: 30px;
  margin-right: 30px;
  /* margin-top: 64px; */
  overflow: hidden;
  transition: 02s;
}

.about-text p {
  text-align: justify;
  color: #565656;
}

.about-img:hover {
  transform: scale(1.1);
}

.about-img {
  transition: 2s ease;
}

.about-img img {
  width: 400px;
  height: 560px;
}

.contact-info {
  padding: 20px;
  background: #ffffff;
}

.contact-info_icon {
  background: #e5e5e5;
  width: 60px;
  height: 60px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #000000;
  margin-bottom: 20px;
}

.media-body {
  margin-left: 0px;
}

.media-body h4.box-title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

.media-body a {
  color: black;
}

.col-form {
  background: #00000059;
  padding: 50px 27px 0px;
  border-radius: 7px;
}

.col-form input {
  background: #ffffff;
  padding: 8px 12px;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
  border: 0px solid #999999;
  font-size: 13px;
  margin-bottom: 8px;
}

textarea {
  background: #ffffff;
  width: 100%;
  padding: 10px;
  border-radius: 1px;
  font-size: 14px;
  margin-bottom: 8px;
}

.col-form button {
  background: #2bad48;
  padding: 8px;
  border-radius: 6px;
  color: white;
  border: 0px;
  width: 95%;
  margin: auto;
}

.logo-img {
  height: auto;
  margin: 7px;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #8f8f8f !important;
}

.header-inner nav li {
  color: #8f8f8f !important;
}

.carousel-indicators [data-bs-target] {
  width: 16px !important;
  height: 16px !important;
}

footer.footer-sec {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.gallery-box {
  /* border: 2px solid #cdcdcd; */
  border-radius: 4px;
  transition: 0.6s;
}

.galery-img {
  width: 100%;
  height: 260px;
}

.galery-img img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}


/*EXHIBHIT */

.section-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}

.nav-tabs .nav-link {
  border: none;
  color: #555;
}

.nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 2px solid #000000;
}

.exhibition-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.exhibition-card:hover {
  transform: translateY(-5px);
}

.exhibition-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.exhibition-content {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.exhibition-year {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0.2rem;
  font-weight: 500;
}

.exhibition-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

.description-wrapper {
  max-height: 3.2em; /* ~2 lines */
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.description-wrapper.expanded {
  max-height: 500px; /* enough to expand full text */
}

.exhibition-description {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}

.read-more-toggle {
  font-size: 0.85rem;
  color: #007bff;
  background: none;
  border: none;
  padding: 0;
  margin-top: 0.5rem;
  cursor: pointer;
  transition: color 0.3s;
}

.read-more-toggle:hover {
  color: #0056b3;
}
.social-icons i {
    background: black;
    color: white;
    padding: 10px;
    border-radius: 50%;
    width: 33px;
    height: 33px;
}
.social-icons.mt-2 {
    margin-bottom: 20px;
    margin-top: 20px !important;
}
.top-mail a {
    color: white;
}
.gallery-area a {
    background: #000000;
    color: white;
    padding: 9px 20px;
}

.gallery-area {
    text-align: center;
    margin-top: 30px;
}
header.header.sticky {
    /* position: fixed; */
    /* top: 0; */
    /* width: 100%; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}
header.header.sticky .topbar {
    display: none;
}
.table-responsive {
  background-color: #fff;
  /* padding: 20px; */
  /* border: 1px solid #ddd; */
  /* border-radius: 6px; */
  overflow-x: auto;
}

.table-responsive table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  color: #fff; /* text color white */
  background-color: #fff; /* fallback background */
  font-size: 14px;
  color: #a9a9a9 !important;
}

.table-responsive thead {
  background-color: #333;
  color: #fff;
}

.table-responsive th,
.table-responsive td {
  padding: 12px 15px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #dfdfdf;
}
.table-responsive tbody tr {
  background-color: white; /* light gray */
  color: #000; /* black text for contrast */
}
/* Even rows: light gray background */
.table-responsive tbody tr:nth-child(even) {
  background-color: #f5f5f5; /* light gray */
  color: #000; /* black text for contrast */
}

/* Initial hidden position */
header.header.sticky {
  /* position: fixed; */
  /* top: -100px; */
  /* width: 100%; */
  /* z-index: 999; */
  /* opacity: 0; */
  /* transform: translateY(-20px); */
  /* transition: all 0.8s ease-in-out; */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
              rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}

/* When visible */
header.header.sticky.visible {
  /* top: 0; */
  /* opacity: 1; */
  /* transform: translateY(0); */
}
section.awards-sec {
    background: #ebebeb00;
}
ul.footer_links li {
    list-style: circle inside;
    /* display: inline-block; */
    /* width: 45%; */
    /* position: relative; */
    left: 0;
    margin-left: 19px;
}
ul.footer_links li a {
    text-transform: capitalize;
}
ul.footer_links li:before {
    position: absolute;
    top: 9px;
    left: -10px;
    content: "";
    background: #000000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.new-img {
    margin: 4px;
    border: 1px solid #afafaf;
    transition: 0.6s;
}
.new-img:hover{
    background : white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
ul.contact-info-inner li {
    background: #e3e3e3;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 4px;
}

ul.contact-info-box li i {
    background: #000000;
    color: white;
    padding: 11px;
    margin-bottom: 10px;
    border-radius: 50%;
    width: 32px;
    font-size: 12px;
    height: 32px;
	margin-right: 10px;
}
ul.contact-info-inner li i {
    background: #000000;
    color: white;
    padding: 17px;
    border-radius: 4px;
    font-size: 27px;
    margin-right: 20px;
}
/* .section-info.py-5 {
    background: url(https://webtestinglink.com/beta/tarun-chhabra/wp-content/uploads/2025/06/2-1.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: top;
    background-size: cover;
} */
.about-text p {
    margin: 10px 0;
}
a.dropdown-item {
    margin: 0px !important;
    background: #000000 !important;
    color : white !important;
}

ul.dropdown-menu.show {
    padding: 0px !important;
    width: 100%;
    border: 1px solid white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0px !important;
}
/* Dropdown Menu */
.dropdown-menu-custom {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 200px;
  z-index: 1000;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-item-custom {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-item-custom:hover {
  background-color: #f8f9fa;
  color: #000;
}

/* Show on hover */
.dropdown-custom:hover .dropdown-menu-custom {
  display: block;
}
ul.nav li {
    position: relative;
}
section.gallery-sec.inner-pages.py-5 img {
    height: 460px;
    max-width: 650px;
    padding-bottom: 20px;
}
.carousel-item img{
	width: 100% !important;
	height: 510px;
	object-fit: contain;
	object-position: top;
}
ul#menu-primary-menu li {
    position: relative;
}
ul#menu-primary-menu li:hover .dropdown-menu-custom{
		display: block;
}
ul.pagination {
    gap: 3px;   
}

ul.pagination span.page-numbers.current {
    background: #3c3b3b;
    padding: 9px;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
}
ul.pagination a.page-numbers{
	 background: #3c3b3b;
	 padding: 9px;
	 color: white;
	 border-radius: 50%;
	 width: 40px;
	 height: 40px;
	 display: flex;
	 justify-content: center;
	 align-content: center;
	 align-items: center;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: white;
    background: black;
    margin-top: 12px;
}
.clk_btn {
    position: absolute;
    right: -14px;
    top: 39px;
    cursor: pointer;
    padding: 10px;
    font-size: 10px;
}
button.navbar-toggler {
    padding: 6px !important;
}
.col-form p{margin-bottom:0;}
/* RESPONSIVE QUERY______ */

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1200px) {
li.nav-item a {   
    font-size: 12px;    
	}}

@media only screen and (max-width: 1140px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {
a.btn.btn-nav {   
	display: block;
}
	.footer_box.footer-second {
    margin-bottom: 28px;
    margin-top: 26px;
}
	.carousel-item img {
    width: 100% !important;
    height: 500px;
    object-fit: cover;
    object-position: top;
}
	button.navbar-toggler.collapsed {
    /* padding: 7px !important; */
}
	a.navbar-brand img {
    width: 132px;
    height: auto;
}
	    li.nav-item a {
        font-size: 16px;       
    }
	ul#menu-primary-menu li:hover .dropdown-menu-custom {
    display: block;
    width: 100%;
    position: inherit;
}
	.clk_btn {
    position: absolute;
    right: 14px;
    top: 4px;
    cursor: pointer;
    padding: 10px 10px 12px 70px;
}
}


@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 840px) {

}


@media only screen and (max-width: 800px) {

}


@media only screen and (max-width: 768px) {
.carousel-item img {       
        height: 360px;        
    }
	.about-img img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
	.about-box {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-right: 30px;
    overflow: hidden;
    transition: 02s;
}
	table.exhibition-table {
    overflow: scroll;
    width: 700px;
		 min-width: 700px;
}
	.col-form input {  
    padding: 8px 12px;   
    margin-bottom: 10px;
    border: 0px solid #999999;
    font-size: 14px;
    margin-bottom: 0px;
    border-radius: 10px;
}
	.col-form { 
  padding: 18px;
  border-radius: 10px;
}
	a.a-1.number {
    display: none;
}
	section.awards-sec img {
    width: 100%;
    height: auto;   
}
	.header-inner.bg-dark {
    padding: 60px 0px !important;
}
	a.navbar-brand {
    padding: 0px;
}
	nav.navbar.navbar-expand-lg {
    padding: 0px;
}
}

@media only screen and (max-width: 767px) {
  h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
    h4 { font-size: 18px; }
    h5 { font-size: 16px; }
    h6 { font-size: 16px; }
    p { font-size: 16px; }
    span, a, li, label { font-size: 16px; }
}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 500px) {

	
	.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}
.col-form .wpcf7 form.invalid .wpcf7-response-output{
	margin: 0;
    color: #fff;
}
.contact-img img {
    width: 100%;
    height: 470px;
    border-radius: 10px;
	object-fit: cover;
}
ul.dropdown-menu-custom li a {
    padding: 6px;
}


.col-form .wpcf7 form.invalid .wpcf7-response-output {
 margin: -10px;
color: #fff;
 font-size: 10px !important;
}
.wpcf7-not-valid-tip {
color: #dc3232;
font-size: 10px !important;
font-weight: normal;
display: block;
margin-top: -9px;
}