/*======General======*/

body {
    width: 100%;
    /* float: left; */
    margin: 0;
    padding: 0;
    background-color: #343a40;
    
}
  
h1,h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 400; 
}
h3,h4,h5,h6{
    /* font-family: 'MavenPro-Regular';  */
}
p{
    font-size: 14px;
    margin-bottom: 0;
    /* font-family: 'MavenPro-Regular';  */
}
a:hover {
	color: #FFE900;
    opacity: 0.8;
}
/* a,a:hover{
    text-decoration: none;
} */
a:hover{
    opacity: 0.7;
}
img{
    max-width: 100%;
    height: auto!important;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
a, button, input[type="submit"] {
    transition: all 0.5s ease!important;
    /* text-decoration: none; */
}
a:hover, button:hover, input[type="submit"]:hover {
    opacity: 0.8!important;
    /* text-decoration: none!important; */
    transition: all 0.5s ease!important;
}
.bg-yellow{
    background-color: #FFE900
}
.txt-yellow{
    color: #FFE900
}
.box-bg{
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin: 30px 0px;
}
.text-light{
    color:rgba(255, 255, 255, 0.5);
}
.toggle-link{
    margin-top: -5px;
}
/*======General======*/

/* Header css start */
.right-side{
    align-items: center;
}
.right-side a {
	margin-left: 20px;
}
.sitelogo img{
    width: 18%;
}

/* Header css end */


/* footer css start */

/* .footer {
    background-color: #000000;
    text-align: center;
    padding: 30px 0px;
    color: #fff;
} */
/* .footer h4{
    margin-bottom: 0px;
} */
/* footer css end */


/* web header start */

/* .navbar-custom {
    background-image: url('background.jpg'); 
    background-size: cover;
    background-position: center;
    padding: 10px 20px;
    color: white;
  }
  .navbar-custom .navbar-brand img {
    height: 40px; 
  }
  .navbar-custom .navbar-brand small {
    font-size: 12px;
    display: block;
    color: #ddd;
  }
  .navbar-custom .navbar-nav .nav-link {
    color: black;
    font-weight: bold;
    padding: 0 10px;
  }
  .navbar-custom .btn-support,
  .navbar-custom .btn-join {
    border-radius: 50px;
    color: white;
    margin: 0 5px;
  }
  .navbar-custom .icon-button {
    border-radius: 50%;
    color: black;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
  } */

/* web header end */
.banner-slider {
    position: relative;
    height: 70vh;
    overflow: hidden;
    margin-top: 40px
}

.banner-slider .carousel-item {
    /* height: 100vh; */ 
    /* disable height full width */
    transition: opacity 1.5s ease-in-out;
}

.banner-slider .carousel-item img {
    object-fit: cover;
    /* height: 100vh !important; */
      /* disable height full width */
    /* height: 660px !important; */
    width: 100% !important;
    filter: brightness(40%); 
    border-radius: 10px;
}

/* --- HEADER STYLES ADDED/MODIFIED --- */
.web-header {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 1050; 
    padding: 15px 0;
}
.second-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    transition: color 0.3s;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;

}
.second-nav .nav-link:hover {
    color: #ddd !important;
}

.custom-toggler {
    /* Style the navbar toggler for visibility */
    border-color: rgba(255, 255, 255, 0.5);
}
.custom-toggler .navbar-toggler-icon {
    /* Change icon color to white */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* --- END HEADER STYLES --- */
.banner-content {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
    text-align: center;
    z-index: 2;
    width: 100%;
    padding: 30px 15px;
}
/* ... (rest of your countdown and media query styles) ... */
.countdown {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.countdown .time-box {
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    border-radius: 8px;
    min-width: 60px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.countdown .time-box span {
    display: block;
    font-size: 2rem;
    font-weight: bold;
}

.countdown .label {
    font-size: 0.8rem;
    margin-top: 5px;
}

.banner-buttons {
    margin-top: 25px;
}

.banner-buttons .btn {
    margin: 5px;
}

/* Carousel fade effect */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 0;
    transform: translate(0);
}
.web-header .container {
	padding: 40px;
}
.carousel-inner {
	border-radius: 10px;
}
.btn.appply-btn-desk.txt-yellow {
	font-family: 'Roboto Condensed', sans-serif;    
    font-weight: 700;
	font-size: 16px;
	border: 1px solid #FFE900;
    border-radius: 30px;
    line-height: normal;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-left: 50px;
}
.web-translat {
	background-color: transparent;
	border: none;
	padding: 0px;
	color: white !important;
    font-family: 'Cairo' , sans-serif;
    font-weight: 700;
    text-decoration: none;
}
.btn.appply-btn-desk.txt-yellow:hover {
	background-color: #FFE900;
}

  /* Full-screen overlay menu styles */
.overlay-menu {
    position: fixed;
    top: 78px; /* Adjust to the height of the navbar */
    left: 0;
    width: 100%;
    height: calc(100% - 78px); /* Ensures full coverage without gap */
    background: rgba(0, 0, 0, 0.9);
    z-index: 1050;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}  

.overlay-menu .nav-link {
    font-size: 24px;
    margin-bottom: 10px;
    color: #ffffff;
}
  
.overlay-menu .btn {
    width: 80%;
    text-align: center;
}

/* Overlay background styling */
/* Overlay for mobile navigation */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #2c3136;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 1000;
  }
  
  .overlay-content {
    position: relative;
    /* top: 20%; */
    text-align: center;
    color: #fff;
    z-index: -2;
  }
  
  .overlay-content a {
    padding: 10px;
    font-size: 24px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  .overlay-content a:hover {
    color: #f1f1f1;
  }
  
  .closebtn {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 40px;
    color: #fff;
  }
  .social-icon a {
	margin-right: 15px;
	display: inline-block;
}
.social-icon {
	padding: 20px;
}
.social-icon a img {
	width: 20px;
	margin-right: 10px;
}
.navbar-toggler.custom-toggler {
	background-color: #FFE900;
	color: black;
}
.second-nav .navbar{
    justify-content: end;
}
.web-headerlogo {
	align-self: center !important;
}
.first-nav ul li:last-child {
	margin-right: 0px !important;
}  
.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
	border-radius: 50px;
	padding: 5px 15px;
    font-size: 12px;
} 
.web-header .material-icons {
	font-size: 18px;
	color: black;
	background-color: white;
	border-radius: 50px;
	padding: 5px 9px;
} 
.first-nav ul li a {
    font-size: 13px;
    font-weight: 400;
    font-family: 'MavenPro-Regular';
}
.second-nav ul li a,
.overy-nav a {
    font-size: 17px;
    font-weight: 600;
    font-family: 'MavenPro-Medium';
}
.navbar.navbar-expand-lg {
	padding-top: 0 !important;
	padding-bottom: 0px;
}
.second-nav ul li {
	margin-right: 30px;
}

.second-nav ul li:last-child {
	margin-right: 0px;
}
.second-nav ul li a {
	margin-right: 0px !important;
    padding-right: 0px !important;
}
.divider-line{
    height: 28px !important;
    margin: 0px 20px;
}
.number {
	color: rgba(255, 233, 0, 1);
	font-size: 25px !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600 !important;
}
.time-box .label {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
	font-size: 14px !important;
	text-transform: uppercase;
	color: rgba(255, 233, 0, 1);
    margin-top: -5px;
}
/* Red overlay */
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  background-color: rgba(33, 29, 29, 0);
  border-radius: 10px;
  pointer-events: none; 
  height: 100%;
} 
.yearexp .number{
    font-family: 'Roboto Slab', serif;
    font-weight: 300 !important;
    font-size: 30px !important;
    color: rgba(255, 233, 0, 1);
}
.yearexp .label{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    color: #CCCCCC;
}
.yearex {
	font-size: 20px;

}
.yearexp {
	background: rgba(0, 0, 0, 0.1);
	padding: 10px 15px;
	border-radius: 8px;
	/* min-width: 60px; */
	border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: left;
}
.countdown.year-box {
	margin-top: 50px;
}
.banner-content h1 {
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
	font-size: 50px !important;
	padding: 0px 250px !important;
	line-height: 65px;
	margin: 20px 0px;
}
.btn.out-line-btn {
	    font-family: 'Roboto Condensed', sans-serif;
font-weight: 600;
    font-size: 16px;
    border: 1px solid hsla(0, 0%, 0%, 0.2);
    border-radius: 30px;
    line-height: normal;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-left: 10px;
    color: #FFE900;
    background-color: hsla(0, 0%, 0%, 0.2);
}
.btn.full-fill-btn{
    font-family: 'Roboto Condensed', sans-serif;
font-weight: 600;
	font-size: 16px;
	border: 1px solid #FFE900;
	border-radius: 30px;
	line-height: normal;
	padding: 12px 22px;
	text-transform: uppercase;
	color: #343A40;
    background-color: #FFE900;
}
#bannerCarousel {
	height: 70vh;
}
.carousel-inner {
	height: 100%;
}
.web-header.sticky {
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	background: rgba(35, 31, 32, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: all 0.3s ease-in-out;
}
.web-header.sticky .container {
	padding: 0px 15px;
}



/* web header and banner css end */

/* over lay banner css start */
.banner-slider .carousel-item {
  position: relative;
}

.banner-slider .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* set layer color */
  background: rgba(35, 31, 32, 0.14); /* Adjust opacity/color as needed */
  z-index: 1;
}

.banner-slider .carousel-item img {
  position: relative;
  z-index: 0;
}

.banner-slider .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2; /* Above the overlay */
  width: 100%;
}
/* over lay banner css end */

/* list style */
.awaid-detail ul, .custom-list ul {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
}

.awaid-detail ul li, .custom-list ul li {
  position: relative;
  padding-left: 30px; /* space for the icon */
  margin-bottom: 10px;
}

.awaid-detail ul li::before, .custom-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;  /* adjust size as needed */
  height: 16px;
  background: url('images/arrow_right.svg') no-repeat center center;
  background-size: contain;
}
.awaid-detail ul{
    margin-bottom: 25px !important;
}
.awaid-detail ol {
    color: white;
}
.awaid-detail strong {
    font-size: 17px;
    font-weight: 500;
}
/* list style */




/* home about section start */
.about-right p {
	font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
	color: white;
	font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.about-right{
    padding-right: 50px;
}
.about-left h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 36px;
	font-weight: 300 !important;
	color: white;
	margin-top: 35px;
}
.about-left {
	align-content: center;
}
.hombe-about .box-bg {
	padding: 80px;
}
.hombe-message h1 {
	font-size: 24px;
	color: white;
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.hombe-message .about-right {
	padding: 0px 30px 0px 60px;
    align-content: center;
}
.hombe-message .about-left img {
	width: 100%;
}
p.message-auter {
	color: #95989a !important;
	font-size: 13px !important;
	font-family: 'Roboto Slab', serif !important;
    font-weight: 700 !important;
}
p.message-auterr {
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
	color: #95989a !important;
	font-size: 12px !important;
}
.awaid-detail h1, h1.heading{
	font-size: 24px;
	color: white;
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
	margin-bottom: 30px;
}

.home-aboutus-tab .nav-tabs .nav-link {
	margin-bottom: 0 !important;
	background:transparent !important;
	border:none !important;
	border-top-left-radius:0px !important;
	border-top-right-radius:0px !important;
    color: #95989a;
    font-size: 18px;
    padding: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400; 
    margin-right: 40px;
    text-transform: uppercase;
}
.home-aboutus-tab .nav-tabs .nav-link.active {
  color: #FFE900;
  background-color: transparent;
  border-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 0px;
}
.home-aboutus-tab .nav-tabs {
	border-bottom: none;
}
.tab-content ul li {
	color: white;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.tab-content ul{
    padding-left: 0px;
}
.our-bord-slider h1{
    margin-top: 40px;
}
/* home about section end */

/* Optional basic styling */
.team-slider .swiper-slide img {
    height: 255px !important;
    object-fit: cover;
    border-radius: 10px;
    /* filter: brightness(0.3); */
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}
.team-slider .swiper-slide img:hover{
    filter: grayscale(0%);
} 
.team-style h5 {
	font-style: italic;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	color: #FFE900;
	margin: 10px 0px 5px 0px;
}
.team-style p{
    font-style: italic;
	font-size: 12px;
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
	color: #95989a !important;
    line-height: normal;
}
.swiper-slide {
	height: 380px !important;
}
.swiper-pagination-bullet {
	background:#95989a !important;
}

.swiper-pagination-bullet-active {
	background:#FFE900 !important;
}
/* <!-- Judging Panel section end--> */

/* support section css start */
.box-bg.support-style {
    background-color:  #FFE900;
    padding: 20px;
}
.support-btn a {
	background-color: #343A40;
	padding: 10px 25px;
	color: #FFE900;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.support-btn{
    padding-left: 120px;
    padding-top: 6px;
}
.support-text h3 {
	color: #343A40;
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700; 
    margin-bottom: 3px;
    text-transform: uppercase !important;
}
.support-text h2 {
	color: #343A40;
	font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900; 
    margin-bottom: 0px;
    text-transform: uppercase !important;

}
.support-text{
	justify-content: flex-end !important;
	display: grid;
}
/* support section css end */


/* gallery section css start */
.image-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.image-container img {
	display: block;
	width: 100%;
	height: 240px !important;
	filter: grayscale(100%);
	transition: filter 0.5s ease;
	object-fit: cover;
	border-radius: 5px !important;
}

.image-container:hover img {
    filter: grayscale(0%);
}

.image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
.image-text{
    font-size: 18px;
    color: #FFE900;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    width: 100%;

}
/* gallery section css end */

/* partner section css start */
.partner-logo h5 {
	color: #FDE74D;
	margin-top: 40px;
	text-align: center;
	font-size: 12px;
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
}
.partner-logo {
	text-align: center;
    margin-top: 20px;
    max-height: 200px;
    height: 200px;
}
.partner-logo img {
    max-height: 110px;
    height: 110px !important;
    max-width: 150px;
    object-fit: contain;
}
.our-partners .box-bg {
	padding: 40px 60px;
}
/* .lst-log img,
.lst-log h5{
    padding-left: 40px;
} */
/* partner section css end */

/* innner page header start*/
.web-header.inner-page-header {
	position: relative;
}
.web-header.inner-page-header .container {
	padding: 0px 10px;
}
.web-header.inner-page-header.sticky {
	position: fixed;
}


.page-title{
    font-size: 36px;
    color: white;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
  margin-bottom: 0px;
}

.web-header.inner-page-header.sticky .page-title,
.web-header.inner-page-header.sticky .bg-white {
	display: none;
}
.web-header.inner-page-header.sticky .box-bg {
	padding: 0px;
	background-color: unset;
	border: unset;
	border-radius: 0px;
	margin: 5px 0px;
}
.web-header.inner-page-header .bg-white {
	margin-top: 50px !important;
}
.heading-1{
    font-size: 36px;
    color: white;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    
    margin-bottom: 30px;
}
.text-style p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.profile img {
	height: 300px !important;
	border-radius: 10px;
	/* filter: brightness(0.3); */
    filter: grayscale(100%);
    transition: filter 0.5s ease;
	width: 240px;
}
.team-list img:hover {
    filter: grayscale(0%);
}
.chairmane-text.text-style {
	align-content: center;
}
.team-list img {
	height: 330px !important;
	border-radius: 10px;
	/* filter: brightness(0.3); */
    filter: grayscale(100%);
    transition: filter 0.5s ease;
    object-fit: cover;
    object-position: top;

}
.team-list {
    text-align: left;
}
.our-bord-divid {
	height: 1px !important;
}
.mobile-partner{
    display: none !important;
}

/* webfooter css start */
.link-footer .d-flex {
	justify-content: end;
}
.link-footer .d-flex {
	justify-content: end;
}
.link-footer a {
	text-decoration: none;
    color:#c0c1c3 !important;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.webfooter hr {
    border-color: rgba(255, 255, 255, 0.3);
}
.link-footer ul {
	margin-bottom: 0px;
}
.footer-dvider {
	margin: 0px 10px;
}
.link-footer a img {
	width: 18px;
    opacity: 0.5;
}
.footer-logo p {
	color: #c0c1c3 !important;
	font-size: 14px;
	font-family: 'Roboto Serif', sans-serif;
	padding-right: 90px;
    font-weight: 400;
	margin-top: 25px;
	line-height: normal;
}
.bg-white {
	background-color: #090e12 !important;
	margin:35px;
	width: 100% !important;
	margin-left: 0px;
}
.awaid-detail hr{
    background-color: #090e12 !important;
	margin:35px;
	width: 100% !important;
	margin-left: 0px;
}
.link-footer {
	align-content: center;
}
.Copyrights p {
    color:#c0c1c3 !important;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.Copyrights a {
	color: #c0c1c3 !important;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.powerdby p {
	color: #c0c1c3 !important;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.powerdby span{
    color:white !important;
}
.mobil {
	display: none !important;
}
.closebtn {
	position: relative !important;
	top: 0px !important;
    justify-content: end;
    top: -15px !important;
    right: 0px;
    display: flex;
}
.row.mobile-menu {
	padding:25px 20px 10px 20px
}
.row.mobile-btnarb {
	border-bottom: 1px solid rgb(28, 25, 25);
	border-top: 1px solid rgb(28, 25, 25);
}
.overlay-content.overy-nav a {
	text-decoration: none;
    font-family: 'Roboto Slab', serif;
    font-weight: 400; 
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid rgb(28, 25, 25);
    padding: 20px 0px;
    padding: 20px 20px;
}
.closebtn {
	text-decoration: none;
}

.mobile-btnarb .appply-btn-desk {
    display: block !important;
    font-size: 20px !important;
    background-color: #FFE900;
    color: black;
    padding: 0px !important;
    padding: 18px 0px !important;
    border-radius: 0px !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;

}
.apply-b .web-translat {
	display: block !important;
	font-size: 20px !important;
	background-color: transparent;
	padding: 15px 0px !important;
	border-radius: 0px !important;
	font-family: 'Cairo' , sans-serif;
    font-weight: 700;
	text-align: center;
	width: 100%;
}
.arab-b {
	text-align: right;
}
.apply-b a {
	width: max-content;
}
.arab-b .web-translat {
	border: 1px solid white;
	padding: 12px 32px !important;
	border-radius: 30px;
      font-size: 12px;
}
/* webfooter css end */

/* about page css start */
.team-list img {
	width: 100%;
}
.about-right-slider img {
    border-radius: 6px;
    height: 100% !important;
    object-fit: cover;
}
.about-right.about-right-slider {
	padding: 0px;
	padding-left: 30px;
    align-content: center;
}
h3.heading {
	font-size: 20px;
	color: white;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	margin-bottom: 0px;
}
.awaid-detail h4,h4.heading {
	font-size: 20px;
	color: white;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin-bottom: 0px;
}
.awaid-detail ul, ul.custom-list {
	list-style: none;
	padding: 0;
	margin: 0;
	color: white;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.web-header.inner-page-header .box-bg {
	margin-bottom: 0px;
    margin-top: 0px;
}
.hombe-about.about-page .box-bg {
	padding: 40px;
}
.hombe-about.about-page .about-left-text.text-style {
	padding-right: 50px;
}
/* about page css end */

/* media listing page */
.winner-gallery.media-section .images-box {
	margin-bottom: 20px;
}

.image-container-two img {
	display: block;
	width: 100%;
	height: 240px !important;
	object-fit: cover;
	border-radius: 5px !important;
}
/* media listing page end */

/* award page css start */
.award-card {
	background-color: #343a40;
	color: #f8f9fa;
	height: 100%;
}
.award-card {
	background-color: rgba(0, 0, 0, 0.1);
	color: #f8f9fa;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 10px !important;
	padding: 30px 30px 20px 30px !important;
}
.award-number{
    color: #FFE900;
    font-weight: 400 !important;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
}
.award-title{
    color: #Fff;
    font-weight: 400 !important;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
}
.award-description {
	color: rgba(204, 204, 204, 1);
	font-weight: 400 !important;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
    margin: 4px 0px 20px;
}
.read-more:hover {
	color: white;
}
.read-more {
	color: rgba(204, 204, 204, 1);
	font-weight: 400 !important;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 50px;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 8px 20px;
    font-family: 'Roboto Condensed', sans-serif;
}
.process-step {
	background-color: rgba(0, 0, 0, 0.1);
	color: #f8f9fa;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius:7px !important;
	padding: 20px !important;
}
.step-title {
    color:#fff;
    font-weight: 400 !important;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    margin-top: -7px;

}
.step-description {
	color: rgba(204, 204, 204, 1);
	font-weight: 400 !important;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}




/* faq section start */
.faq-container {
    max-width: 800px;
    margin-top: 50px;
    padding: 20px;
    background-color: #212529;
}

h2.faq-title {
    font-weight: 400;
    margin-bottom: 25px;
}

h2.faq-title span {
    color: #FFE900; /* Yellow color for the 'FAQs' part */
    font-weight: 700;
}

/* Base styles for all accordion items */
.accordion-item {
    background-color: transparent;
  border: 1px solid black;
    margin-bottom: 10px;
    border-radius: 5px;
}

/* Styling for the accordion button (Question) */
.accordion-button {
    background-color: transparent;
    color: #f8f9fa;
    font-weight: 400;
    border-radius: 5px !important;
    padding: 0;
    box-shadow: none;
    padding-right: 3rem; 
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
}
.accordion-item:not(:first-of-type) {
	border-top: 1px solid black;
}
.accordion-item.open-accon {
	border-color: transparent;
}
/* Hide Bootstrap's default icon */
.accordion-button::after {
    display: none; 
}

/* --- ICON LOGIC: Plus/Minus --- */

/* Base style for the custom icon container (positioning) */
.accordion-button::before {
    position: absolute;
    right: 1.25rem;
    font-family: 'Material Icons';
    font-size: 24px;
    transition: transform 0.2s ease-in-out;
    line-height: 1;
}

/* Icon for COLLAPSED state (Question is closed) - Show PLUS */
.accordion-button.collapsed::before {
    content: "\e145"; /* Material Icons Unicode for 'add' */
  color: rgb(92, 92, 92);
  background-color: rgba(221, 221, 221, 1) !important;
  opacity: 0.4;
}

/* Icon for EXPANDED state (Question is open) - Show MINUS */
.accordion-button:not(.collapsed)::before {
    content: "\e15b"; /* Material Icons Unicode for 'remove' */
color: black;
  background-color: #FFE900;
}

/* Special style for the first, open item */
#faq-item-0 .accordion-button {
    border-bottom: 1px solid #495057;
}

/* Styling for the content body (Answer) */

.accordion-button:not(.collapsed) {
	color: #c0c1c3 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
.accordion-body {
	background-color: #2c3135;
	color: #adb5bd;
	padding: 0px !important;
	border-top: none !important;
}
.collapse.show{
    color: white;
    border-top: none !important;
    padding-top: 0px;
	background-color: transparent;
	box-shadow: none !important;
}
.open-accon{
    background-color: rgba(0, 0, 0, 0.2) !important;
	box-shadow: none !important;
    color: #c0c1c3 !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.accordion-body {
    background-color: transparent;
	color: white;
	margin-top: 10px;
	border-top: none !important;
	color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 0px 20px 20px 20px !important;
    margin-top: -6px;
}
.accordion-button{
	padding: 20px;
}
.text-style ul.custom-list li::before{
    top: 10px;
}
.awaid-detail h1 {
	margin-bottom: 15px;
}
.awaid-detail h4{
	margin-bottom: 15px;
}

/* award page css end */

/* contact us page css start */
.form-label {
	color: #f8f9fa;
	font-size: 0.9rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.form-label span.required {
	color: #FFE900;
	font-size: 1.1em;
	font-weight: bold;
}


/* Label styling (Name, Email, etc.) */
.form-label {
    color: #f8f9fa; /* Light text color for labels */
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* Input field styling */
.form-control {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #f8f9fa; /* Light text in the input field */
    padding: 0.75rem 1rem;
    height: 50px; /* Standard height for inputs */
}

/* Textarea styling (Message field) */
.form-control.message-box {
    height: 200px; /* Custom height for the message box */
    resize: none; /* Prevent manual resizing */
}

/* Styling for the required asterisk */
.form-label span.required {
    color: #FFE900; /* Yellow color for the asterisk */
    font-size: 1.1em;
    font-weight: bold;
}

/* Focus state styling */
.form-control:focus {
    background-color: #495057;
    color: #f8f9fa;
    border-color: #FFE900; /* Yellow border on focus */
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25); /* Light yellow glow */
}

/* Submit Button Styling */
.btn-send {
    background-color: #FFE900; /* Yellow background */
    color: #212529; /* Dark text */
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 700;
    border-radius: 50px;
    margin-top: 10px; /* Space above the button */
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.btn-send:hover {
    background-color: #e0a800; /* Slightly darker yellow on hover */
    color: #212529;
}
/* contact us page csss end */

/* apply form css start */

/* Placeholder color (optional but helps blend) */
.form-control::placeholder {
    color: rgba(204, 204, 204, 1);
        font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.7;
}

/* Focus state styling */
.form-control:focus, .form-select:focus {
    background-color: #495057;
    color: #f8f9fa;
    border-color: #FFE900; /* Yellow border on focus */
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}

/* Checkbox Styling (Section 1: Categories) */
.form-check-label {
    color: rgba(204, 204, 204, 1);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.form-check-input {
    background-color: #495057;
    border: 1px solid #adb5bd;
    margin-top: 0.3em;
}
.form-check-input:checked {
    background-color: #FFE900; /* Yellow checked box */
    border-color: #FFE900;
}

/* File Upload Styling */

.file-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Style for the "No file selected" text (simulated) */
.file-selected-text {
    color: #adb5bd;

}
/* Custom styling for the "Choose File" button */
.btn-file-choose {
background-color: transparent;
  color: rgba(204, 204, 204, 1);
  border: 1px solid rgb(204, 204, 204);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: 10px;
}

/* Checkbox below file upload and final certification checkbox */
.form-check-small .form-check-label {
    font-size: 0.9rem;
    color: #adb5bd;
}
h5.award-title{
      color: rgba(204, 204, 204, 1);
}
/* Contact Person Header */
.contact-person-header {
    color: rgba(204, 204, 204, 1);
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}
/* Input field styling */
.form-control, .form-select {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #f8f9fa; /* Light text in the input field */
    padding: 0.75rem 1rem;
    height: 50px;
}
.more-content {
    /* This line is crucial: it hides the extra text */
    display: none; 
}

/* Optional: To make the transition smoother, you might add styles for the link color, etc. */
.txt-yellow {
    color: #FFE900; /* Example yellow color */
    text-decoration: none;
    cursor: pointer;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* apply form css end */
.col-md-4.about-left.aos-init.aos-animate {
	align-content: start;
}

























/*====Media Quereis===*/

@media(min-width: 1920px){
   
}
@media(min-width: 1680px){

}
@media(min-width: 1560px){
   
}
@media(min-width: 1440px){
   .banner-slider,
    #bannerCarousel {
	    height: 90vh !important;
    }
}
@media (max-width:1919.98px) {/* For 1670 */  
}
@media (max-width:1679.98px) {/* For 1560 */  
}
@media (max-width:1559.98px) {/* For 1440 */
}
@media (max-width: 1439.98px) {/* For 1366 */
    .banner-content h1 {
        font-size: 50px !important;
        padding: 0px 100px !important;
    }
    .team-list img {
	    height: 270px !important;
	    border-radius: 10px;
	    filter: brightness(0.3);
    }
    .footer-logo p {
	    padding-right: 0px;
    }
}
@media (max-width: 1365.98px) {/* For 1280 */
    .banner-slider,
    #bannerCarousel {
	    height: 70vh !important;
    }

}
@media (max-width: 1279.98px) {/* For 1152 */
     .container{
        max-width: 98%;
    }
}
@media (max-width: 1151.98px) {/* For 1024 */
    .second-nav ul li {
	    margin-right: 0px;
    }
    .divider-line {
	    height: 28px !important;
	    margin: 0px 10px;
    }
    .btn.appply-btn-desk.txt-yellow {
	    margin-left: 20px;
    }
}
@media (max-width: 1023.98px) {/* For 992 */
    .btn.appply-btn-desk.txt-yellow {
        font-size: 12px;
        padding: 10px 15px;
        margin-left: 2px;
    }
    .banner-content h1 {
	    font-size: 50px !important;
	    padding: 0px 20px !important;
    }
    .overlay {
	    z-index: 999999;
    }
    .hombe-about.about-page .about-left-text.text-style {
	    padding-right: 0px;
    }
    .heading-1 {
	    font-size: 30px;
    }
}
@media (max-width: 991.98px) {/* For 768 */
    .web-header .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.8); /* Dark background for collapsed menu */
        padding: 10px;
        border-radius: 5px;
        margin-top: 10px;
    }
    .banner-content h1 {
        font-size: 1.8rem;
    }
    .countdown .time-box span {
        font-size: 1.5rem;
    }
    .btn.appply-btn-desk.txt-yellow {
	    display: none;
    }
    .header-btn {
	    display: none !important;
    }
    .navbar-toggler.custom-toggler {
	    background-color: transparent;
	    color: black;
	    border: none;
    }
    .banner-content h1 {
	    font-size: 35px !important;
	    padding: 0px 20px !important;
	    line-height: 40px;
        margin: 10px 0px;
    }
    .countdown.year-box {
	    margin-top: 30px;
    }
    .banner-slider .banner-content {
	    top: 40%;
    }
    .banner-slider, #bannerCarousel {
	    height: auto !important;
    }
    .navbar.navbar-expand-lg {
	    margin-right: -15px;
    }
    .banner-slider .carousel-item img {

	    border-radius: 10px;
        object-position: 35%;
    }
    .hombe-about .box-bg {
	    padding: 40px 30px;
    }
    .about-right {
	    padding-right: 0px;
    }
    .box-bg {
	    padding: 40px 30px;
    }
    .hombe-message .about-right {
	    padding: 0px 0px 0px 0px;
    }
    .hombe-message h1 {
	    margin-bottom: 30px;
	    margin-top: 30px;
    }
    .hombe-message .about-right {
	    padding: 0px 4px 0px 10px;
    }
    .our-partners .box-bg {
	    padding: 40px 30px;
    }
    .partner-logo h5 {
	    margin-top: 20px;
    }
    .profile img {
	    height: 180px !important;
    }
    .team-list img {
	    height: 170px !important;
    }
    .page-title {
	    font-size: 24px;
	    color: white;
	    font-family: 'Roboto Slab', serif;
        font-weight: 300;
    	margin-bottom: 0px;
    }
    .support-btn.justify-content-start {
	    align-self: center;
        padding-left: 0px;
        text-align: end;
    }
    .list-unstyled.d-flex {
	    display: none !important;
    }
    .footer-logo p {
	    font-size: 12px;
    }
    
}
@media (max-width: 767.98px) {/* For 576 */
    .banner-content h1 {
	    font-size: 28px !important;
	    padding: 0px 20px !important;
	    line-height: 40px;
	    margin: 10px 0px;
    }
  
    .banner-slider, #bannerCarousel {
	    height: 100vh !important;
    }
    .banner-slider .carousel-item img {
        object-fit: cover;
        height: 100vh !important;
    }
    .desk{
       display: none !important;
    }
    .mobil {
        display: block !important;
    }
    .countdown.year-box {
	    display: block;
	    width: 100%;
        padding: 20px;
    }
    .yearexp {
        text-align: center;
        margin-bottom: 10px;
    }
    .yearexp {
	    text-align: center;
	    margin-bottom: 10px;
	    display: block ruby;
    }
    .yearexp .number {
	    font-size: 20px !important;
    }
    .banner-slider .banner-content {
	    top: 45%;
    }
    .banner-content h1 {
	    font-size: 28px !important;
	    margin: 50px 0px;
    }
    .closebtn {
        position: relative !important;
        top: 0px !important;
        justify-content: end;
        top: -20px !important;
        right: 0px;
        display: flex;
    }
    .banner-slider .banner-content {
	    top: 42%;
    }
    .home-aboutus-tab .nav-tabs .nav-link{
	    font-size: 14px !important;
	    
    }  
    .home-aboutus-tab .nav-tabs .nav-link{
        margin-right: 20px !important;
    } 
    ul.custom-list li::before {
        left: 0;
        top: 2px;
        transform: translateY(0%);
    }
    .our-bord-divid {
	    margin-top: 20px;
    }
    .our-bord-slider h1 {
	    margin-top: 30px;
    }
    .swiper.team-slider {
	    padding-left: 10px;
    }
    .home-judging-panel .swiper.team-slider {
	    padding-left: 0px;
    }
    .home-judging-panel .box-bg,
    .home-aboutus-tab .box-bg {
	    padding: 40px 0px 40px 30px;
    }
    .home-aboutus-tab .box-bg h1,
    .home-aboutus-tab .box-bg .nav-tabs,
    .home-aboutus-tab .tab-content {
	    padding-right: 30px;
    }
    .box-bg.support-style {
	    padding: 40px;
	    text-align: center;
    }
    .support-text h3 {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 19px;
        text-transform: uppercase !important;
    }
    .support-btn {
	    padding-left: 0px;
    	margin-top: 25px;
    }
    .image-container img {
	    height: 80px !important;
    }
    .images-box {
	    margin-bottom: 20px;
    }
    .images-box:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .desk-partner{
        display: none;
    }
    .mobile-partner{
        display: block !important;
    }
    .mobile-partner .swiper-slide {
	    height: 200px !important;
    }
    /* .lst-log img, .lst-log h5 {
	    padding-left: 0px;
    } */
    .footer-logo {
	    display: inline-flex;
        margin-bottom: 20px;
    }
    .footer-logo p {
	    padding-right: 0px;
	    margin-top: 0px;
        font-size: 12px;
    }
    .footer-logo img {
    	width: 110px;
	    margin-right: 20px;
    }
    .link-footer .d-flex {
	    justify-content: start;
    }
    .link-footer a {
	    font-size: 12px;
    }
    .link-footer .d-flex {
	    display: flex !important;
        flex-flow: wrap;
        gap: 0.5rem !important;
        width: 100%;
    }
    .link-footer a {
	    font-size: 14px;
	    margin-right: 10px;
    }
    .link-footer a img {
	    width: 15px;
        margin-right: 8px;
    }
    .footer-dvider {
	    margin: 0px 5px;
    }
    .bg-white {
	    margin: 20px;
    }
    .bg-white {
	    margin: 20px 0px;
    }
    .footer-dvider {
        display: none;
    }
    .link-footer .bg-white {
	    margin: 15px 0px 20px;
    }
    .Copyrights p,
    .Copyrights a {
	    font-size: 14px;
    }
    .text-md-end.powerdby {
	    margin-top: 9px;
    } 
    .about-right p {
	    font-size: 12px;
    }
    .about-left h1 {
	    margin-bottom: 30px;
        font-size: 24px;
    }
    ul.custom-list li {
	    font-size: 12px;
    }
    .heading-1 {
	    font-size: 24px;
    }
    .about-right-slider img {
	    height: auto;
	    width: 100%;
    }
    .about-right.about-right-slider {
	    padding-left: 0px;
    }
    .hombe-about.about-page .about-left-text.text-style {
	    padding-right: 0px;
	    padding-left: 0px;
    }
    .about-right-slider .swiper-slide {
	    height: auto !important;
    }
    .profile img {
	    height: auto !important;
	    width: 100%;
	    margin-top: 30px;
    }
    h3.heading {
	    margin-bottom: 20px;
        }
    .team-list img {
	    height: auto !important;
    }
    .web-header.inner-page-header .box-bg {
	    padding: 40px 20px;
    }
    .image-container-two img {
	    height: auto !important;
    }
    .image-text {
	    font-size: 10px;
    }
    .support-btn.justify-content-start {
	    text-align: center;
    }
    .list-unstyled.d-flex.gap-4 {
	    display: flex !important;
    }
    .award-title {
	    font-size: 14px;
    }
    .award-card {
	    padding: 20px 20px 20px 20px !important;
    }
    .award-number {
	    font-size: 14px;
    }
    .step-title {
	    font-size: 14px;
    }
    .accordion-button {
	    padding: 20px 55px 20px 20px;
        font-size: 14px;
    }
    .accordion-body {
	    font-weight: 400;
    }
    .text-style ul.custom-list li::before {
	    top: 3px;
    }
    h4.heading {
        font-size: 17px;
    }   
    .banner-content h1 {
        font-size: 25px !important;
        margin: 25px 0px !important;
        line-height: normal !important;
    }
    .countdown.year-box {
        margin-top: 10px;
    }
    .about-left h1 {
        line-height: 40px;
    }
}
@media (max-width: 575.98px) {/* For 414 */
}
@media (max-width: 413.98px) {/* For 375 */
     .banner-content h1 {
	    font-size: 20px !important;
	    margin: 20px 0px !important;
	    line-height: normal !important;
    }
    .banner-buttons {
	    margin-top: 10px;
    }
    .yearexp .number {
	    font-size: 16px !important;
    }
    .yearexp {
	    padding: 6px 15px;
    }
}
@media (max-width: 374.98px) {/* For 360 */
    .web-header.inner-page-header .box-bg {
	    padding: 40px 10px;
    }
    .box-bg {
	    padding: 40px 20px;
    }
    .Copyrights p, .Copyrights a {
	    font-size: 12px;
    }
}
@media (max-width: 359.98px) {/* For 320 */
    .banner-content h1 {
	font-size: 20px !important;
	margin: 20px 0px;
   }

}


/*====Media Quereis===*/




