body {
    background: #000;
}
.top-header {
	background-color: #f8f9fa;
	padding: 5px 0;
}

.top-header .container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.social-icons a {
	margin-left: 10px;
	text-decoration: none;
	color: black;
}
.custom-header {
            background-color: #00000099;
            padding: 10px 73px;
            display: flex;
            align-items: center;
            width: 100%;
            height: 69px;
            top: 0;
            position: absolute;
            justify-content: space-between;
        }
        .logo {
            height: 110px;
            margin: 49px 0 0 27px;
            /* z-index: 999; */
            /* position: relative; */
        }
        .register-btn {
            background-color: #d99832;
            color: #fff;
            border: none;
            padding: 8px 16px;
            border-radius: 5px;
            text-decoration: none;
        }
        .register-btn:hover {
            background-color: #FF9800;
        }
        .sponsor-btn {
            background-color: #fff;
    color: #0b0a0a !important;
    border: none;
    padding: 8px 16px !important;
    border-radius: 5px;
    text-decoration: none;
    width: 150px;
    margin-left: 37px;
        }
        .sponsor-btn:hover {
            background-color: #FF9800 !important;
        }
        .menu-icon {
            font-size: 24px;
            color: #fff;
            cursor: pointer;
        }
        .nav-menu {
            height: 100%;
            width: 0;
            position: fixed;
            top: 0;
            right: 0;
            background-color: #b5852b;
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 60px;
            z-index: 99;
        }
        .nav-menu.active {
            width: 250px;
        }
        .nav-menu a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 17px;
            color: #fff;
            display: block;
            transition: 0.3s;
        }
        .nav-menu a:hover {
            background-color: #575757;
        }
        .dropdown-menu {
            background-color: #1e1e1e;
        }
        .dropdown-item {
            color: #fff;
        }
        .dropdown-item:hover {
            background-color: #d99832;
        }
        .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
            cursor: pointer;
            color: #fff;
        }
        
.hero-section {
            background: url('../img/hero-banner.jpg') no-repeat center center/cover;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            /* position: relative; */
            color: #fff;
            text-align: center;
            align-items: flex-end;
        }
        .hero-content {
            /*background: rgba(0, 0, 0, 0.5);*/
            padding: 30px;
            border-radius: 10px;
        }
        .hero-title {
            font-size: 48px;
            font-weight: bold;
            color: #d99832;
        }
       .hero-content p {
            font-size: 20px;
            margin-bottom: 6px;
        }
        .hero-content p:nth-of-type(2) {
    padding-bottom: 20px; /* Adjust value as needed */
}
        .hero-btn {
            padding: 10px 30px;
            border: 2px solid #fff;
            border-radius: 31px;
            color: #fff;
            background: #0000004a;
            text-decoration: none;
        }   
        .hero-btn:hover {
            background: #FF9800;
        }
.social-icons .btn {
	margin-left: 10px;
}

.projects {
	background-color: #f5f7fa;
}

.projects img {
	max-width: 80px;
}

.projects h4 {
	font-weight: bold;
}

.projects a {
	text-decoration: none;
	color: #000;
}

.business-banner {
	background: url('../img/placeholder.gif') no-repeat center center;
	background-size: cover;
	color: white;
	padding: 80px 0;
}

.business-banner h2 {
	font-size: 40px;
}

.business-banner p {
	font-size: 20px;
}

.about-faq {
	background-color: #ffffff;
}

.accordion-button {
	font-weight: bold;
}

.btn-light {
	background-color: #f8f9fa;
}

.request-call {
	background: url('../img/placeholder.gif') no-repeat center center;
	background-size: cover;
	color: white;
	padding: 80px 0;
}

.form-control, .form-select {
	background: #e5e5e5;
	border: 1px solid #a1a1a1;
	padding: 10px;
}

.btn-dark {
	background: #000;
	color: white;
	padding: 10px 20px;
	font-weight: bold;
}
.breadcrum-area img {
    width: 100%;
}

.about-us {
	color: #ffffff;
}
 
.about-us h2 {
	margin-bottom: 20px;
}

.about-us p {
	font-size: 1.1rem;
	color: #fff;
}

.btn-primary {
	background-color: #2d4373;
	border: none;
	padding: 10px 20px;
}

.bg-grey {
	background: #f0f0f0;
}

.contact-details {
	color: #fff;
}
.contact-details a {
    color: #fff;
}
.contact-details .form-label {
   color: #000; 
}
.contact-details h3, .contact-details h4 {
	margin-bottom: 15px;
}

.contact-details p {
	font-size: 1rem;
}

.btn-dark {
	background-color: #000;
	color: white;
	padding: 10px 20px;
	font-weight: bold;
}

.contact-form {
	padding: 30px;
	background: #eeeeee;
	border-radius: 11px;
}
.contact-form h4 {
    color: #000;
}

.innovation-section {
	background-color: #ffffff;
}

.innovation-section h2 {
	margin-bottom: 20px;
}

.innovation-section p {
	font-size: 1.1rem;
	color: #333;
}

.card {
	border: none;
}

.btn-light {
	background-color: #fff;
	border: none;
	padding: 10px 20px;
}

.quote-box {
	background: #f8f9fa;
	font-style: italic;
}

.custom-item {
	text-align: center;
	padding: 0 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.custom-item img {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	filter: grayscale(100%);
}

.custom-item.active img,
        .custom-item.active .custom-link {
	filter: none;
	font-weight: bold;
	color: #00b0f0;
}

.custom-item .custom-link {
	color: #4a4848;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2em;

}

.custom-item.active .underline {
	width: 50%;
	height: 2px;
	background-color: #00b0f0;
	margin: 5px auto 0;
}

section.investor_head {
	padding: 30px 0;
	background: #DBDBDB;
}
/* Overview Section */
.overview-section {
    background-color: #000;
    color: #fff;
    padding: 60px 0;
}

.overview-title {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.overview-left {
    border-right: 2px solid #d99832;
}

.overview-left h3 {
    color: #d99832;
    font-size: 40px;
    line-height: 1.5;
    text-align: right;
}

.overview-right p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}
/* Jury Section */
.jury-section {
    background-color: #000;
    padding: 60px 0;
}

.jury-title {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.jury-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.jury-card:hover {
    transform: translateY(-10px);
}

.jury-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.jury-info {
    padding: 15px;
    text-align: center;
    min-height: 92px;
}

.jury-info h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.jury-info p {
    margin: 5px 0 0;
    color: #d99832;
    font-weight: 500;
    font-size: 12px;
}
/* Registration Section */
.registration-section {
    background-color: #cfe3fc;
    padding: 60px 0;
}

.registration-title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
}

.registration-title span {
    color: #e53935;
}

.registration-form {
    background-color: #040404;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.registration-form h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

.registration-form h3 span {
    font-weight: bold;
}

.registration-form form input,
.registration-form form textarea {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
}

.registration-form form input::placeholder,
.registration-form form textarea::placeholder {
    color: #888;
}

.registration-form form textarea {
    resize: none;
    height: 100px;
}

.registration-form form button {
    width: 100%;
    padding: 12px;
    background: #a56b18;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.registration-form form button:hover {
    background: orange;
}
.registration-form h3 {
    text-align: center;
}
/* Updates Section */
.updates-section {
    position: relative;
    background: url('../img/update_home.png') no-repeat center center/cover;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.updates-wrapper {
    background: rgba(16, 46, 107, 0.7);
    padding: 30px;
    border-radius: 12px;
    margin-left: 60px;
    max-width: 348px;
    min-height: 400px;
}

.updates-content h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.updates-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.updates-btn {
    padding: 12px 25px;
    background-color: #e53935;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.updates-btn:hover {
    background-color: #d32f2f;
}
/* Press & Media Section */
.press-media-section {
    background-color: #000;
    padding: 60px 0;
}

.section-title {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.video-card {
    background-color: #111;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}
.blog-details h2 {
    padding: 15px 0;
}
.blog-details {
    color: #fff;
}
.video-card iframe {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    border: none;
}

@media (max-width: 768px) {
    .video-card iframe {
        height: 180px;
    }
}

@media (max-width: 576px) {
    .video-card iframe {
        height: 150px;
    }
}
/* Footer Section */
.custom-footer {
    background-color: #c3902e;
    padding: 48px 0;
    font-family: 'Arial', sans-serif;
}

.custom-footer {
    background-color: #b5852b;
    padding: 20px 0;
    color: #fff;
}

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

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    /* font-weight: 600; */
    font-size: 14px;
}
.footer-links ul li a:hover {
    color: #ffa808;
}
.footer-bottom a:hover {
  color: #ffa808;  
}
.footer-bottom a {
    color: #000;
    text-decoration: none;
    /* font-weight: 600; */
    font-size: 14px;
}

.footer-links ul li a:hover, .footer-bottom a:hover {
    text-decoration: none;
}

.footer-external-links p {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.footer-newsletter input {
    padding: 5px;
    width: 330px;
    /*border: 1px solid #000;*/
}

.footer-newsletter button {
    background-color: black;
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}
.footer-social-media {
    margin-top: 20px;
    text-align: right;
    margin-right: 7px;
}
.footer-logo img {
    height: 80px;
}

.footer-bottom {
    margin-top: 20px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        margin-top: 15px;
    }
}
/* Gallery Styling */
.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
}
.jury-head {
  padding-bottom: 25px;  
}
.jury-head p {
  color: #fff;  
}
.press-head p {
    color: #fff;
}
.press-head {
    padding-bottom: 25px;
}
.hanging-1, .hanging-3 {
    position: absolute;
    left: 0;
}
.hanging-1 {
    z-index: 5;
    top: 70%;
}
.hanging-2 {
    position: absolute;
    left: 0;
    z-index: 0;
    top: 50%;
}
.hanging-3 {
    z-index: 0;
    top: 22%;
}
.hanging-right1 {
    position: absolute;
    right: 0;
    z-index: 0;
    top: 50%;
}
.hanging-right2 {
    position: absolute;
    right: 0;
    z-index: 0;
    top: 25%;
}
/* History Section */
.history-section {
    background-color: #000;
    padding: 60px 0;
}

.section-title {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.section-subtitle {
    color: #d99832;
    font-size: 24px;
    margin-bottom: 40px;
}

/* Timeline Design */
.timeline {
    position: relative;
    margin: 0 auto;
    padding-left: 50px;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 150px;
    top: 0;
    width: 2px;
    height: 100%;
   border-right: 2px dashed grey;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.timeline-year {
    width: 150px;
    color: #d99832;
    font-weight: bold;
    font-size: 18px;
}

.timeline-content {
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}
.awardcategory {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    background-color: #000;
}

.awardnames {
    background: url(../img/dish.svg) no-repeat center center;
    background-size: contain;
    height: 180px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    color: #000;
    z-index: 1;
    border: 2px solid #d99832;
    border-radius: 50%;  /* Ensures a perfect circle */
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.awardnames:hover {
    transform: scale(1.05);
}

.awardnames span {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    color: #d99832;
}
/* Form Container */
.custom-form {
    background-color: #1e1e1e;
    padding: 30px;
    border-radius: 8px;
    color: #fff;
    max-width: 800px;
    margin: auto;
}

/* Form Rows */
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

/* Input, Select, Textarea Styling */
.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form select,
.custom-form textarea {
    flex: 1;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    width: 100%;
}

/* Full Width for Textarea */
.custom-form textarea {
    width: 100%;
}

/* Checkbox Styling */
.form-check {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.form-check input[type="checkbox"] {
    margin-right: 10px;
}

/* Links in Checkbox Label */
.form-check a {
    color: #0066cc;
    font-weight: bold;
}

.form-check a:hover {
    text-decoration: underline;
}

/* Submit Button Styling */
.submit-btn {
    width: 100%;
    padding: 15px;
    background-color: #d99832;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #c88629;
}
.form-terms {
    color: #000;
}
.side_logo {
    height: 50px;
}
.awardcontent {
  color: #fff;  
}
.award-box {
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 15px;
    min-height: 630px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .timeline-item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .timeline-year {
        margin-bottom: 10px;
    }

    .timeline:before {
        left: 0;
    }

    .timeline-content {
        padding-left: 0;
    }
}
@media only screen and (max-width: 600px) {
 .custom-header {
     padding: 10px 10px;
 }
 .logo {
    height: 67px;
    margin: 0;
 }
 .hero-content {
     padding: 30px 14px;
 }
 .hero-title {
    font-size: 30px;
 }
 .hero-section {
     height: 72vh;
 }
 .overview-section {
     padding: 20px 0;
 }
 .overview-left h3 {
     font-size: 23px;
     text-align: center;
 }
 .updates-wrapper {
     margin-left: 23px;
 }
 .timeline {
    padding-left: 20px;
}
.awardcategory {
    padding: 0;
}
 .awardnames {
        width: calc(50% - 20px);
        height: auto;
        aspect-ratio: 1;
    }
 .footer-social-media {
     margin-top: 20px;
     text-align: center;
 }
 .footer-newsletter {
     margin-top: 20px;
 }
 .footer-newsletter button {
     margin-top: 11px;
 }
 .footer-newsletter input {
     width: 270px;
 }
 .hero-content p {
    font-size: 16px;
 }
}

