body{
    font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none!important;   
}
.header-social-icon
{
    background:#192655 !important;     
 
}
/* @media (max-width :577px) 
{
.header-social-icon
{
 
    display: none;
}
}  */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top: -7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */

/***********************
Section Heading
************************/
.section-heading
{
    /* color: var(--bs-orange); */
    color: #1e3d59; /* Deep blue */
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
 

/***********************
Navbar
************************/
nav{
    /* background:#ffff !important;  */
    background:#192655 !important; 
    /*box-shadow: 1px 1px 2px #ddab0644;
    background:#ED7D31 !important;*/ 

}
nav .navbar-brand 
{
    /*color: var(--bs-orange)!important;*/
    color: var(--bs-blue)!important;
    
}
.navbar-nav .nav-link
{
    font-size: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: cornsilk;
}
.nav-link:hover
{
    font-size: 18px;
    /* background-color: #E1AA74; */
    background-color: #041447;
}
.dropdown-item
{
    font-size: 13px;
}
.dropdown-item:hover
{
    /* color:rgb(107, 60, 7); */
   /* background-color: rgb(247, 150, 6); */
   color:#f1f1f1;
    background-color: #041447;
    display: block;
    font-size: 14px;

}
/* .dropdown:hover .dropdown-menu {
    display: block;
} */
    
 
.navbar-toggler
{
    outline: none!important;
    padding: none!important;
}



/***********************
Carousel  https://www.copthnigadi.org/ https://www.lsfpef.com/
************************/
.carousel-inner .carousel-item
{
    width: 100%;
    height: 100vh;
    /* background-size:cover; */
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-inner .carousel-item::before{
    content:'';
    /* background-color: rgba(12, 11, 10, 0.5); */
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
}
.carousel-inner .carousel-caption{
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    bottom:0;
    top : 37%;
    left :0;
    right:0;
}
.carousel-inner .carousel-caption span{
    color: var(--bs-orange);
}
.carousel-inner .carousel-caption h2{
    color: #f1f1f1;
    margin-bottom: 7px;
    font-size: 42px;
    font-weight: 600px;
    width:80%;
    margin : 0px auto 10px auto;
}

.carousel-inner .carousel-caption p{
    
    font-size: 20px;
    width:80%;
    margin : 0px auto 20px auto;
}

@media (max-width :768px) 
{
    .carousel-inner .carousel-caption h2{
        font-size: 38px;
    }
}


@media (max-width :577px) 
{
    .carousel-inner .carousel-caption h2{
        font-size: 25px;
    }
    .carousel-inner .carousel-caption p{
        font-size: 13px;
    }
}

/***********************
Courses
************************/

.card .card-title {
    color: #1e3d59; /* Deep blue */
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

/* Card image styling */
.card-img-top {
    height: 250px;       /* fixed height */
    object-fit: cover;   /* crop to fill container */
    object-position: center;  /* center image, not crop top */
    border-radius: 5px 5px 0 0;
}

/* Card body text styling */
.card-text.justi {
    text-align: justify;
}

/* Name text styling */
.card-text.font-italic {
    font-style: italic;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    color: #555;
}

/* Button styling */
.card .btn-primary {
    background-color: #1e3d59;
    border: none;
}

.card .btn-primary:hover {
    background-color: #ff6e40;
}

/* Card hover effect */
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
}




.card .card-title {
    color: #1e3d59;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.card-img-top1 {
    width: 150px;       /* fixed width for circle */
    height: 150px;      /* fixed height for circle */
    object-fit: cover;
    object-position: center;
    border-radius: 50%; /* make image circular */
    margin: 0 auto;     /* center horizontally */
    margin-top: 15px;
}

.card-text.font-italic {
    font-style: italic;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    color: #555;
    font-size: 14px;
}

/* Smaller button */
.card .btn-primary {
    background-color: #1e3d59;
    border: none;
    font-size: 12px;    /* smaller font size */
    padding: 5px 12px;  /* smaller padding */
    margin-top: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}

.card .btn-primary:hover {
    background-color: #ff6e40;
}

.card {
    box-shadow: none; /* optional: remove shadow for simpler look */
    border: none;
    text-align: center;
    padding-bottom: 15px;
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
}

.committee-heading-frame {
    display: inline-block;
    padding: 15px 10px;
    border: 3px solid #1e3d59;
    border-radius: 15px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.committee-heading-frame h2 {
    margin: 0;
    color: #1e3d59;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
}
 .gcon_gallery_img {
    width: 100%;
    height: 200px; /* uniform height */
    object-fit: cover; /* crop nicely without distortion */
    border-radius: 10px; /* rounded corners */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.gallery-item:hover .gcon_gallery_img {
    transform: scale(1.05); /* slight zoom */
    box-shadow: 0 8px 20px rgba(0,0,0,0.25); /* shadow on hover */
}

/* Optional: spacing between rows handled by Bootstrap's mb-4 */

/* For smooth transitions on small devices */
@media (max-width: 768px) {
    .gcon_gallery_img {
        height: 150px; /* slightly smaller for mobile */
    }
}