:root {
  --main-color: rgba(218, 11, 11, 1);
  /* --bright-green: #10b981; */
  --black-color: rgba(1, 1, 1, 1);
  --light-blue: #3b82f6;
  --border-color:#8f8d8d;
  --dark-blue:rgba(50, 76, 252, 1);
  /* --bg-gradient: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
a{
text-decoration: none !important;
}
.custom-navbar {
background-color: #2c2c2c;
padding: 0.75rem 0;
border-bottom: 2px solid rgb(83, 82, 82);
z-index: 999;
}

.navbar-brand {
font-size: 1.5rem;
font-weight: 600;
color: #ffffff !important;
text-decoration: none;
}

.navbar-brand .text-danger {
color: #dc3545 !important;
}

.navbar-nav .nav-link {
color: #cccccc !important;
font-weight: 500;
padding: 0.5rem 1.2rem !important;
transition: color 0.3s ease;
position: relative;
}

.navbar-nav .nav-link:hover {
color: #ffffff !important;
}

.navbar-nav .nav-link.active {
color: #ffffff !important;
}

.navbar-nav .nav-link.has-notification::after {
content: '';
position: absolute;
top: 40px;
/* right: 40px; */
left: 50%;
          transform: translateX(-50%);
width: 6px;
height: 6px;
background-color: var(--main-color);
border-radius: 50%;
}

.navbar-icons {
display: flex;
align-items: center;
gap: 1rem;
}

.navbar-icons .icon-btn {
background: none;
border: none;
color: #cccccc;
font-size: 1.1rem;
padding: 0.5rem;
cursor: pointer;
transition: color 0.3s ease;
position: relative;
}

.navbar-icons .icon-btn:hover {
color: #ffffff;
}

.navbar-icons .icon-btn.has-notification::after {
content: '';
position: absolute;
top: 5px;
right: 5px;
width: 8px;
height: 8px;
background-color: #dc3545;
border-radius: 50%;
}

.contact-btn {
background-color: transparent !important;
border: 1px solid #555555 !important;
color: #cccccc !important;
padding: 0.5rem 1.2rem !important;
border-radius: 4px !important;
font-weight: 500 !important;
transition: all 0.3s ease !important;
}

.contact-btn:hover {
background-color: #555555 !important;
color: #ffffff !important;
border-color: #666666 !important;
}

.navbar-toggler {
border: none;
padding: 0.5rem;
background: transparent;
width: 48px;
height: 40px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}

.navbar-toggler:focus {
box-shadow: none;
}

.navbar-toggler-icon {
display: none;
}

/* Custom hamburger menu */
.hamburger {
width: 24px;
height: 18px;
position: relative;
cursor: pointer;
}

.hamburger span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #ffffff;
border-radius: 1px;
opacity: 1;
left: 0;
transform: rotate(0deg);
transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
top: 0px;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
top: 8px;
}

.hamburger span:nth-child(4) {
top: 16px;
}

/* Active state (X) */
.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1) {
top: 8px;
width: 0%;
left: 50%;
}

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2) {
transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3) {
transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(4) {
top: 8px;
width: 0%;
left: 50%;
}
@media  (max-width: 576px){

.nav-link.has-notification::after {
position:unset !important;
 }
 .navbar-icons {
  justify-content: start !important;
  margin-top: 0px !important;
  border:0px !important;
 }
 /* .navbar-icons .icon-btn
{
  display: none !important;
} */
.hero-text {
  transform: translate(0%, 0%) !important;
  padding-top:20px !important ;
}
#banner-images
{
height: auto !important;
margin-top:65px !important;
}
.hero-text h1 {
font-size: 27px !important;
margin-bottom: 1rem !important;
}
.hero-description {
margin-bottom: 1rem !important;

}
.left-div>img {
height: 100% !important;
width: 100% !important;
position: static !important;
margin-top: 20px;
}
.custom-navbar{
border-bottom: none !important;
}
.img-responsive-here{
width: 100% !important;
height: 100% !important;
margin-top: 15px !important;
}
section{
margin-top: 50px !important;
margin-bottom: 50px !important;
}
.swiper-backface-hidden .swiper-slide{
padding: 10px !important;
}
.img-mic{
display: none !important;
}
.img-left-right{
display: none !important;
}
.heading {
font-size: 24px !important;
}
.filter-bar {
display: flex;
justify-content:start !important;
gap: 2px;
overflow: scroll;
}
/* register */
.social-buttons {
display:block !important;
gap: 10px;
}
.social-buttons button {
  margin-bottom: 10px !important;
  width: 100% !important;
}
.social-buttons a{
  margin-bottom: 10px !important;
  width: 100% !important;
}
.signup-container {
display:block !important;
height: auto !important;
max-width: 100% !important;
}
.form-section {
padding: 10px !important;
}
.form-row {
display: block !important;
margin-bottom: 0px !important;
}
.form-row input {
width: 100% !important;
margin-bottom: 10px !important;
}
.image-section img {
width: 100%;
height:400px !important;
}
.divider {
margin: -10px 0px 20px 0px !important;
}
.dropdown {
  top:340px !important;
  left: 80px !important;
}
}
@media  (min-width: 576px) and (max-width: 991px){
.left-div>img {
  display: none;
}
#banner-images
{
  height: 60vh !important;
}
.img-mic{
  display: none !important;
}
.img-left-right{
  display: none !important;
}
.img-responsive-here{
  width: 100% !important;
  height: 100% !important;
  margin-top: 15px !important;
}
}
@media  (min-width: 991px) and (max-width: 1280px){
.left-div>img {
  left: 590px !important;
}
/* .img-left-right {
  top: 1568px !important;
} */
/* .img-mic {
  top: 3612px !important;
} */
.left-div>img {
  height: 443px !important;
  width: 396px !important;
}
.img-left-right {
  right: 0px !important;
}
}
@media (max-width: 991.98px) {
.navbar-nav {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #404040;
}

.navbar-nav .nav-link {
    padding: 0.75rem 0 !important;
    border-bottom: 1px solid #404040;
}

.navbar-icons {
    margin-top: 1rem;
    justify-content: center;
    padding-top: 1rem;
    border-top: 1px solid #404040;
}

.contact-btn {
    margin-top: 0.5rem;
}

}

/* Separator line */
.nav-separator {
width: 1px;
height: 20px;
background-color: #555555;
margin: 0 0.5rem;
}

/* Home Page  */
#banner-images
{
background-color: #000;
  background-image: url('../img/home/Banner-Map.png');
  height: 80vh;
  background-position: center;
  background-size: 70% 80%;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.left-div>img{
height: 576px;
width: 502px;
position: absolute;
top:114px;
left: 859px;
z-index: 1;
}
.hero-content {
display: flex;
align-items: center;
min-height: 50vh;
}
.hero-text
{
transform: translate(0%, 50%);

}
.hero-text h1 {
color: #fff;
font-size: 42px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 1.8rem;
}
.hero-description {
color: #fff !important;
font-size: 16px;
line-height: 1.6;
margin-bottom: 2rem;
max-width: 500px;
}
.hero-buttons {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.btn-primary-hero {
background: var(--main-color);
border: none;
color: white;
padding: 7px 15px;
border-radius: 5px;
font-weight: 600;
font-size: 1rem;
transition: all 0.3s ease;
text-align: center;
}

.btn-demo {
background: transparent;
border: 1px solid white;
color: white !important;
padding: 7px 15px;
border-radius: 5px;
font-weight: 600;
transition: all 0.3s ease;
}
section
{
margin-top: 80px;
margin-bottom: 80px;
}
.heading{
color: var(--black-color);
font-size: 28px;
}
.heading>span{
color: var(--main-color);
}
.contact-form{
padding: 20px;
border: 1px solid #dee2e6;
border-radius: 5px;
}
input::placeholder
{
font-size: 14px;
}
textarea::placeholder
{
font-size: 14px;

}
#main-div{
margin-top: 120px;
}
.stat-card {
border: 1px solid #8080805c;
transition: transform 0.3s ease-in-out;
}

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

.stat-card i {
transition: transform 0.3s ease-in-out;
}

.stat-card:hover i {
transform: scale(1.1);
}
.img-responsive{
width: 100%;
}
.bg-info-color{
background-color: var(--main-color);
}

.badge{
border-radius: 0px !important;
  padding: 6px 12px !important;
}
.card-title>a{
color: var(--black-color);
font-size: 16px;
}
.card-body>p{
font-size: 14px;
}
.text-14{
font-size: 14px;
}
.swiper-button-next,
.swiper-button-prev {
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
width: 40px;
height: 40px;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
z-index: 10;
transition: background-color 0.3s, transform 0.3s;
display: flex;
justify-content: center;
align-items: center;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
background-color: rgba(0, 0, 0, 0.8);
}

.swiper-button-next::after,
.swiper-button-prev::after {
font-size: 12px !important;
font-weight: bold;
}
.swiper-button-next {
right: 10px;
}

.swiper-button-prev {
left: 10px;
}
.swiper-button-next:after, .swiper-button-prev:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after
{
font-size: 17px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next, .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
  height: 30px !important;
  background: var(--main-color) !important;
  color: #fff !important;
  padding: 6px;
  width: 30px !important;
}
ul{
list-style-type: none;
}

.img-mic{
height: 280px;
width: 300px;
position: absolute;
top: -60px;
}
.filter-bar {
  display: flex;
  justify-content: center;
  gap: 5px;
  border-radius: 10px !important;
}

.filter-button {
background-color: #1a1a1a;
color: #ffffff;
border: 1px solid #333;
padding: 8px 16px;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
display: flex;
align-items: center;
gap: 6px;
transition: background-color 0.2s;
}

.filter-button:hover {
background-color: #2a2a2a;
}

.arrow-down {
border: solid white;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 4px;
transform: rotate(45deg);
margin-left: 4px;
}
.fa-envelope{
color: var(--main-color);
}
/* register */
.signup-container {
  display: flex;
  max-width: 1000px;
  height: 520px;
  margin: 40px auto;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.form-section {
  flex: 1;
  padding: 40px;
}

.form-section h2 {
  margin-top: 0;
  font-size: 24px;
}

.form-section h2 span {
  color: #e60000;
}

.form-section p {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #555;
}

.social-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.social-buttons button {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: white;
  cursor: pointer;
  transition: 0.2s ease;
}

.social-buttons button:hover {
  background-color: #f0f0f0;
}
.social-buttons a {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: white;
  cursor: pointer;
  transition: 0.2s ease;
}

.social-buttons a:hover {
  background-color: #f0f0f0;
}
.divider {
  text-align: center;
  color: #999;
  margin: 20px 0;
  font-size: 14px;
}

.signup-form {
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.form-row input {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  margin-bottom: 20px;
}

.checkbox-row input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 3px;
}

.checkbox-row a {
  color: #007bff;
  text-decoration: none;
}

.checkbox-row a:hover {
  text-decoration: underline;
}

.signup-btn {
  padding: 12px;
  background-color: #e60000;
  color: white;
  border: none;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.signup-btn:hover {
  background-color: #c40000;
}

.login-link {
  font-size: 13px;
  margin-top: 15px;
}

.login-link a {
  color: #007bff;
  text-decoration: none;
}

.login-link a:hover {
  text-decoration: underline;
}

.image-section {
  flex: 1;
  min-height: 100%;
}

.image-section img {
  width: 100%;
  height: 530px;
  object-fit: cover;
}
input::placeholder
{
  font-size: 13px;
}
input
{
  font-size: 14px !important;
}
input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  transition: background-color 5000s ease-in-out 0s; /* Helps prevent flash of yellow */
}
.width-define{
  max-width: 500px;
}
/* register */
#CommunityGuidelines p{

  margin:0px;
}
#CommunityGuidelines ul>li{
  margin-bottom: 7px;
}
.read-more-link {
  color: #c40000; /* text-dark */
  text-decoration: none;
}

.read-more-link:hover {
  color: #000; /* text-primary */
}
.img-left-right {
  position: absolute;
  /* top: 1520px; */
  /* left: 780px; */
  height: 564px;
  width: 543px;
  top: -88px;
}
.card-img-top {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.form-control:focus {
  box-shadow: none !important;
}
.form-select:focus {
  box-shadow: none !important;
}

/* blog  */
#sidebar .widget {
  border: 1px solid var(--main-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  margin-bottom: 40px !important;
  padding: 18px 18px !important;
  border-radius: 12px;
  border-top: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  border-bottom: 4px solid var(--main-color);
}
#sidebar .wp-block-search .wp-block-search__input {
  padding: 10px 10px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #4d4749;
  border: solid 1px var(--main-color);
  width: 100%;
  border-radius: 3px;
}
.anchor-text-clr {
  color: var(--main-color);
}
.wp-block-latest-posts__post-title {
  color: var(--main-color);
  font-size: 14px;
}
#sidebar ul li {
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #d3cfcf;
  line-height: 43px;
}
#sidebar ul li::before {
  content: "" !important;
  font-family: 'FontAwesome' !important;
  margin-right: 10px !important;
  height: 8px !important;
  width: 8px !important;
  background: var(--main-color) !important;
  display: inline-block !important;
  transform: rotate(45deg);
}
.small-cnt-color {
  color: #000 !important;
  font-size: 16px !important;
}

.form-dssg {
  border: 2px dashed var(--main-color);
  outline: 2px solid var(--main-color);
}
.class-imgss {
  background: var(--main-color) !important;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
}
.img-detailss {
  height: 100%;
  width: 100%;
}
#review-form .form-group {
  margin-bottom: 15px;
}