:root {
  --dgh-dark: #091242;
  --dgh-light:#fff;
  --dgh-blue: #0A0A19;
  --dgh-yellow: linear-gradient(107.8deg, #FFB629 0%, #FFDA56 50%, #FFD7A6 100%);
  --dgh-light-gray: #f5f5f5;
  
  
}

body {
  font-family: 'Poppins', sans-serif;
  /* background-color: var(--dgh-dark); */
 /*  color: #fff; */
  overflow-x: hidden;
}

/* --- Global Custom Classes --- */
.bg-dgh-dark {
  background-color: var(--dgh-light) !important;
}

.bg-dgh-yellow {
  background-color: var(--dgh-yellow) !important;
}

.text-dgh-yellow {
  color: var(--dgh-yellow) !important;
}

.bg-dark{
  background: #09124240!important;
}

.btn-dgh-yellow {
  background: var(--dgh-yellow);
  color: var(--dgh-dark);
  border: none;
  padding: 10px 30px;
  font-weight: 600;
}

.btn-dgh-yellow:hover {
  background-color: #e5b800;
  color: var(--dgh-dark);
}

/* --- Hero Section --- */
.hero-section {
  /* position: relative; */
  background: #091242;
  /* Replace with your image */
  /* background-size: cover; */
  /* background-position: center; */
  /* min-height: 100vh; */
  /* display: flex; */
  align-items: center;
  /* padding-top: 120px; */
  /* Space for the fixed navbar */
}

.hero-section::before {
  /* content: ''; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* height: 100%; */
  /* background-color: rgba(10, 10, 25, 0.8); */
  /* Dark overlay */
}

.hero-content {
  z-index: 1;
}

.hero-content .display-3 {
  font-weight: 700;
}

.hero-bottom-graphic {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  /* Adjust height as needed */
  background-image: url('https://via.placeholder.com/1920x100/090919/090919?text=Yellow+Graphic');
  /* Replace with your graphic */
  background-size: cover;
  background-position: center;
  z-index: 1;
}

/* --- Navbar --- */
.navbar-custom {
  background-color: #091242;
  /* Semi-transparent dark bg */
}

.navbar-brand img {
  /* width: 40px; */
  height: 60px;
}

.nav-link {
  font-weight: 500;
}

/* --- Features Section --- */
.features-section {
  background-color: var(--dgh-light-gray);
  color: #000;
}

.feature-icon-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  min-height: 315px;
}

.feature-icon-box:hover {
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 3rem;
  color: var(--dgh-yellow);
}

/* --- Middle Sections (Enhancing Safety & Advantages) --- */
.section-with-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #000;
}

.section-with-bg::before {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 25, 0.85);
  /* Darker overlay */
}

.content-overlay {
  z-index: 1;
}

.image-grid .img-fluid {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.image-grid .col-6:first-child .img-fluid,
.image-grid .col-6:last-child .img-fluid {
  height: 200px;
  /* Adjust height for the smaller images */
}

.image-grid .col-12 .img-fluid {
  height: 400px;
  /* Adjust height for the large image */
}

/* --- Strategic Advantages Section --- */
.advantages {
  background-color: var(--dgh-dark);
}

/* --- Footer --- */
.footer-section {
  background-image: url('https://via.placeholder.com/1920x500/0A0A19/0A0A19?text=Footer+Background+Image');
  /* Replace with your image */
  background-size: cover;
  background-position: center;
  position: relative;
  background: #091242;
}

.footer-section::before {
  background-color: rgba(10, 10, 25, 0.85);
}

.footer-logo {
  max-width: 150px;
}

.about-section
{
  position: relative;
  background: #091242;
  color:#fff;
}

.count-sec
{
  border-top:1px solid rgb(205, 207, 207);
  border-bottom:1px solid rgb(205, 207, 207);
}

.about_img
{
  position: absolute;
  bottom: 0;
  right:0
 
}
.lead-title{
  background: #ffd7a647;
  width: 410px;
}

.advantages-section h2, .advantages-section .lead{
  color: #000;
}

#navbarNav i{
  font-size: 1.25rem!important;
}

.login-btn
{
  padding: 2rem;
  border-radius: 0;
}

.icn_bg
{
  background: #0f1c63;
  /* padding: 1rem; */
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  margin-right: 10px;
  border: 1px solid #3d4a91;
}

.content-overlay{
  position: relative;
  top: -115px;
  padding: 4rem;
  background: #fff;
  padding-bottom: 0;
}

.advantages
{
  padding: 5.25rem!important;
  padding-right: 0rem!important;
  margin-right: 7rem;
}
.advantages img
{
  height: 475px;
  width: 725px;
}

.footer-section ul li a{
  font-size: 1.15rem;
  font-weight: 500;
}
.footer-section ul li{
  margin-bottom: 15px;
}

.custom-text{
  color:#FFA200;
  font-weight: 600;
}

.status-text
{
  background: linear-gradient(90deg, #F89521 0%, #FF6714 100%);
  border-radius: 7px;
  padding:5px 15px

}
/* ------------------LOGIN MODAL CSS_------------------*/


.login-container {
  max-width: 550px!important;
  background: #F8F9FD;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(244, 247, 251) 100%);
  border-radius: 40px;
  padding: 25px 35px;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 30px 30px -20px;
  margin: 0 auto;
}

.heading {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  color: rgb(16, 137, 211);
}

.form {
  margin-top: 20px;
}

.form .input {
  width: 100%;
  background: white;
  border: none;
  padding: 15px 20px;
  border-radius: 20px!important;
  margin-top: 15px;
  box-shadow: #cff0ff 0px 10px 10px -5px;
  border-inline: 2px solid transparent;
}

.form .input::-moz-placeholder {
  color: rgb(170, 170, 170);
}

.form .input::placeholder {
  color: rgb(170, 170, 170);
}

.form .input:focus {
  outline: none;
  border-inline: 2px solid #12B1D1;
}

.form .forgot-password {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}

.form .forgot-password a {
  font-size: 11px;
  color: #0099ff;
  text-decoration: none;
}

.form .login-button {
  display: block;
  width: 100%;
  font-weight: bold;
  background: linear-gradient(45deg, rgb(16, 137, 211) 0%, rgb(18, 177, 209) 100%);
  color: white;
  padding-block: 15px;
  margin: 20px auto;
  border-radius: 20px;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
  border: none;
  transition: all 0.2s ease-in-out;
}

.form .login-button:hover {
  transform: scale(1.03);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 23px 10px -20px;
}

.form .login-button:active {
  transform: scale(0.95);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 15px 10px -10px;
}

.social-account-container {
  margin-top: 25px;
}

.social-account-container .title {
  display: block;
  text-align: center;
  font-size: 10px;
  color: rgb(170, 170, 170);
}

.social-account-container .social-accounts {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 5px;
}

.social-account-container .social-accounts .social-button {
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(112, 112, 112) 100%);
  border: 5px solid white;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 12px 10px -8px;
  transition: all 0.2s ease-in-out;
}

.social-account-container .social-accounts .social-button .svg {
  fill: white;
  margin: auto;
}

.social-account-container .social-accounts .social-button:hover {
  transform: scale(1.2);
}

.social-account-container .social-accounts .social-button:active {
  transform: scale(0.9);
}

.agreement {
  display: block;
  text-align: center;
  margin-top: 15px;
}

.agreement a {
  text-decoration: none;
  color: #0099ff;
  font-size: 9px;
}
.modal-content{
  background: transparent;
}

#imageidcap
{
  height:70px!important
}

.send-button, .refresh-button
{
  display: block;
  width: 100%;
  font-weight: bold;
  background: linear-gradient(45deg, rgb(16, 137, 211) 0%, rgb(18, 177, 209) 100%);
  color: white;
  padding-block: 15px;
  margin-top: 15px;
  border-radius: 20px;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
  border: none;
  transition: all 0.2s ease-in-out;
}

.banner-section img, .about_img img, .section-with-bg img, .content-overlay img, .advantages img, .top_footer_sec img, .footer_top_bg img{
  --f: 1.15;
  clip-path: inset(0);
  transition: .4s;
  cursor: pointer;
}
.banner-section img:hover, .about_img img:hover, .section-with-bg img:hover, .content-overlay img:hover, .advantages img:hover, .top_footer_sec img:hover, .footer_top_bg img:hover{
  clip-path: inset(calc((1 - 1/var(--f)) * 50%));
  scale: var(--f)
}

.footer_top_bg img
{
  position: absolute;
  right:0;
  bottom: 0;
}

.feature-icon-box h4{
  margin-top:10px;
  font-weight: 600;
  color: #fb6820;
  font-size: 1.35rem;
}

.feature-icon-box i{
  color: #091242;
}

.footer-p
{
  font-size: 1rem!important;
  margin-bottom:2rem;
}



 :root {
            --dgh-yellow: #FFA200;
            --dgh-dark: #091242;
            --dgh-light-gray: #f8f9fa;
        }
        
        body {
            font-family: 'Poppins', sans-serif;
            background: #f5f5f5;
            padding: 40px 0;
        }
        
        .events-section {
            background: white;
            padding: 60px 0;
        }
        
        .section-header {
            margin-bottom: 50px;
        }
        
        .lead-title {
            color: var(--dgh-dark);
            font-size: 1rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .lead-title .border {
            display: inline-block;
            width: 40px;
            height: 3px;
            background: var(--dgh-yellow);
            vertical-align: middle;
        }
        
        .section-title {
            color: var(--dgh-dark);
            font-size: 2.5rem;
            font-weight: 700;
            margin-top: 15px;
            margin-bottom: 0;
        }
        
        .events-card {
            border: none;
            border-radius: 0;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }
        
        .events-card:hover {
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            transform: translateY(-5px);
        }
        
        .card-header-custom {
            background: linear-gradient(135deg, var(--dgh-dark) 0%, #1a2b6d 100%);
            color: white;
            padding: 25px 30px;
            border: none;
            position: relative;
            overflow: hidden;
        }
        
        .card-header-custom::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: var(--dgh-yellow);
        }
        
        .card-header-custom h5 {
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0;
            padding-left: 15px;
        }
        
        .card-header-custom i {
            font-size: 1.3rem;
            margin-right: 10px;
            color: var(--dgh-yellow);
        }
        
        .events-body {
            padding: 0;
            max-height: 600px;
            overflow-y: auto;
        }
        
        .events-body::-webkit-scrollbar {
            width: 6px;
        }
        
        .events-body::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        
        .events-body::-webkit-scrollbar-thumb {
            background: var(--dgh-yellow);
            border-radius: 3px;
        }
        
        .event-item {
            padding: 25px 30px;
            border-bottom: 1px solid #e9ecef;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
        }
        
        .event-item:last-child {
            border-bottom: none;
        }
        
        .event-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 4px;
            height: 0;
            background: var(--dgh-yellow);
            transition: height 0.3s ease;
        }
        
        .event-item:hover {
            background: #f8f9fa;
            padding-left: 40px;
        }
        
        .event-item:hover::before {
            height: 100%;
        }
        
        .event-icon {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, var(--dgh-yellow) 0%, #ff8c00 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            margin-right: 20px;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }
        
        .event-item:hover .event-icon {
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 4px 15px rgba(255, 162, 0, 0.4);
        }
        
        .event-content {
            flex: 1;
        }
        
        .event-link {
            color: var(--dgh-dark);
            text-decoration: none;
            font-weight: 500;
            font-size: 1.05rem;
            line-height: 1.6;
            transition: all 0.3s ease;
            display: block;
        }
        
        .event-item:hover .event-link {
            color: var(--dgh-yellow);
            padding-left: 10px;
        }
        
        .event-arrow {
            color: #6c757d;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            opacity: 0;
        }
        
        .event-item:hover .event-arrow {
            opacity: 1;
            transform: translateX(5px);
            color: var(--dgh-yellow);
        }
        
        .new-badge {
            display: inline-block;
            background: linear-gradient(135deg, #ff4444 0%, #cc0000 100%);
            color: white;
            font-size: 0.7rem;
            font-weight: 700;
            padding: 3px 10px;
            border-radius: 20px;
            margin-left: 10px;
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.7;
            }
        }
        
        .no-events {
            padding: 60px 30px;
            text-align: center;
            color: #6c757d;
        }
        
        .no-events i {
            font-size: 4rem;
            color: #dee2e6;
            margin-bottom: 20px;
        }
        
        @media (max-width: 768px) {
            .section-title {
                font-size: 1.8rem;
            }
            
            .event-item {
                padding: 20px;
            }
            
            .event-icon {
                width: 40px;
                height: 40px;
                margin-right: 15px;
            }
            
            .event-link {
                font-size: 0.95rem;
            }
        }