.site-header .hgroup-wrap {
    border-radius: 0;
    padding: 0 100px;
}


.navbar {
    position: inherit;
}

@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .dropdown-menu{
    border:0px solid red;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
  }
  
  .nav-item.dropdown.dropdown-mega {
    position: static;
  }
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
  }
  
  .navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
  }
  .navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
  }
  .navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
  }
  .navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
  }
  .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
  }
  .navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
  }
  
  .icons {
    display: inline-flex;
    margin-left: auto;
  }
  .icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
  }
  .icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
  }

  .mega-content  ul {
    position: relative !important;
    top: inherit !important;
    font-size: 14px !important;
    background: #ffffff;
    border: 0px solid #535EE0  !important;
  }

  .mega-content ul li button {
    background: transparent !important;
    color: #5b5b5b !important;
  }
  .mega-content ul li {
    border-bottom: 0.5px dashed #F4F4F4;
  }

  .mega-content .tab-content {
    padding: 15px;
    border-width: 1px 1px 1px 1px;
    border-style: dashed;
    border-color: #e8e8e8;
    border-radius: 10px;
  }


  .top-header {
    background-color: #f6f6f6;
}


.mega-race-block  .dropdown-menu {
  width: 100% !important;
  top: auto;
  left: 0% !important;
  padding: 0;
}

.mega-race-block .mega-content {
  /* background: linear-gradient(90deg, rgba(252,109,25,1) 0%, rgba(247,128,7,1) 100%);  */
  /* background-image: linear-gradient(rgb(255, 190, 37), rgba(255, 110, 22, 0.95)), url('../../images/race_catg_bg_black.jpg'); */
  background: #FFF;
} 

.mega-race-block .mega-content .mega-race-block-container {
  position: relative;
}
.mega-race-block .mega-content .mega-race-block-container h5 {
  font-weight: 700;
  color: #efefef;
  text-align: center;
  font-size: 13px;
}

.mega-race-block .mega-race-block-container img {
  /* border: 10px solid white;
  border-radius: 10px; */
}


.mega-race-block  .mega-content .mega-race-block-container ul {
  display:block;
  background: transparent;
}

.mega-race-block .mega-content  .mega-race-block-container ul li {
  padding: 0px 0;
  border-bottom: 1px dashed #e3e3e3;
}
.mega-race-block .mega-content .mega-race-block-container ul li a {
  padding: 7px 0;
  color: #636060;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-indent: 12px;
}
.register-btn {
  background: #27a2da;
  font-weight: 600;
  color: #fff;
  padding: 5px 15px;
}
.register-btn.btn-check:focus + .btn, .register-btn.btn:focus {
  box-shadow: 0 0 0 0rem rgba(225, 84, 15, 0.25);
  opacity: .8;
}


.category-overlay {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(252, 85, 19, 0.7);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
   
    box-sizing: border-box;
    overflow: hidden;
}

.category-border {
  
  width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid white;
    /* box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.7); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.zoom-container:hover .category-overlay {
  opacity: 1; /* Show overlay on hover */
}

.zoom-container {
  overflow: hidden; 
  position: relative;
}

.zoom-on-hover {
  transition: transform 0.2s ease;
}

.zoom-container:hover .zoom-on-hover {
  transform: scale(1.1); 
}


 /* Styling for slider container */
 .slider-container {
    position: relative;
  }

  /* Styling for slider item (each slide) */
  .slider-item {
    position: relative;
    width: 100%;
    max-height: 680px;
  }

  /* Styling for the black overlay */
  .slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
  }


  .slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    text-align: center;
    max-width: 55%;
  }

  .banner-content {
    position: relative;
    padding: 15rem 20px 63px;
    z-index: 1;
  }
   .banner-content .banner-title {
    font-size: 62px;
   }
  .banner-content .banner-text {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .slider-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
  }

  .slider-arrow {
    color: #fff;
    font-size: 80px;
    cursor: pointer;
    opacity: .8;
    margin: 0 50px;
  }


  .widget.widget_text {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 10px 16px 8px;
  }

  .footer-primary .widget {
    color: #6c6c6c;
  }

  .home-service {
    padding: 48px 0 115px;
  }

  .home-portfolio {
    padding-top: 36px;
    padding-bottom: 36px;
    position: relative;
  }

  .home-team {
    padding-top: 36px;
    padding-bottom: 55px;
  }

  .home-support .home-support-outer {
    padding-top: 50px;
    padding-bottom: 160px;
  }

  .home-client {
    padding-bottom: 80px;
    padding-top: 60px;
  }
  .home-testimonial {
    padding-top: 48px;
    padding-bottom: 60px;
  }

  .fcbtn {
    padding: 12px;
    color: #dd2125;
    background-color: #FFF;
  }

  .bluebtn {
    background: #26a3da;
    padding: 10px 20px;
  }

  .bluebtn:hover {
    background: #ed8e03;
  }

  .client-section .slick-prev {
   left: -40px; 
  }
  .client-section .slick-next {
    right:-40px;
  }


.highlight-2 {
	
	font-size: 2rem !important;
  background-image: none !important;
  -webkit-text-stroke: 0px #ededed !important;
  background: #fff11f;
}
  @media screen and (max-width: 768px) {
    .site-header-transparent {
       position: relative;
    }

    .top-header {
        background-color: #e4e4e4;
    }
    .site-header .hgroup-wrap {
        padding: 0 0px;
    }

    .slider-arrow {
        color: #fff;
        font-size: 40px;
        margin: -35px 18px;
    }
    .banner-content {
        padding: 0px;
    }
    .banner-content .banner-title {
        font-size: 26px;
      }
    .slider-text {
        left: 50%;
        width: 100%;
        max-width: 60%;
        transform: translate(-50%, -20%);
    }
    .banner-text {
        display:none;
    }
   
    .site-header-transparent .main-navigation ul > li > a {
        padding: 12px 0;
    }
    .site-identity .site-title {
        display: inline-block;
    }
    .navbar-toggler {
        float: right;
        margin-top: -11px;
    }
    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 100%;
    }
    .dropdown-menu {
        border: 0px solid red;
        box-shadow: rgba(191, 191, 191, 0.2) 0px 7px 29px 0px;
      }

      #megaTabContent {
        margin-top:-20px;
      }

      #megaTabContent p {
        font-size: 13px;
      }

      .offering .col-12 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
      }
  }


.image-overlay2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  /*margin-top: 550px;*/
  margin-top: 590px;
}

.section-title {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 1000;
}
.section-title .title-1 {
  color: #223545;
  -webkit-text-stroke: 1px #223545;
  font-family: Sans-serif;
}

.section-title .title-2 {
  /* color: #A2BC0C;
  -webkit-text-stroke: 1px #71820e; */
  color: #FE7B06;
  -webkit-text-stroke: 1px #FE7B06;
  font-family: Sans-serif;
}

.section-title .bigtitle-1 {
  font-size: 4rem;
  color: #FA2323;
  -webkit-text-stroke: 1px #FA2323;
  font-family: Sans-serif;
}

.section-title .bigtitle-2 {
  font-size: 4rem;
  color: #223545;
  -webkit-text-stroke: 1px #223545;
  font-family: Sans-serif;
}


/* .highlight {
  font-size: 2rem;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
} */


.page-inner-banner-wrap {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.page-inner-banner-wrap .inner-baner-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.page-inner-banner-wrap .inner-baner-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 72, 127, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.page-inner-banner-wrap .inner-banner-content {
  text-align: center;
  color: white;
}

.page-inner-banner-wrap .inner-title {
  font-size: 4rem;
  margin: 0;
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
  font-family: Sans-serif;
}



.news-section .card {
  border:0;
}
.news-section .card-image {
  position: relative;
  overflow: hidden;
  background: #e4e4e4;
  padding: 2px;
  //background-image: linear-gradient(rgba(0, 207, 254, 0.9), rgba(255, 84, 0, 0.9)), url(../../images/800054_preview.jpg);
}

.news-section .image-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%; /* 1:1 aspect ratio */
}

.news-section .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Image fits inside the container, maintaining aspect ratio */
}

.news-section .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 38, 58, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 9;
}

.news-section .card-image:hover .card-overlay {
  opacity: 1;
}

.news-section .card-overlay .btn-primary {
  display: none;
}

.news-section .card-overlay:hover .btn-primary {
  display: block;
}


.enquiry-section .enquiry-form {
  background: #ffffff4f;
  border-radius: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px 35px !important;
  border-top: 10px solid #f97628;
}
.enquiry-section .enquiry-form h3{
  color: #f97628;
  font-weight: 1000;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 16px;
}
.enquiry-section .enquiry-form .form-group label {
  color: #5c5a5a;
  margin-bottom: 4px;
  font-weight: 600;
}

.enquiry-section .enquiry-form .invalid-feedback {
  color: #381108;
}

.enquiry-section input {
  height:45px;
}

.enquiry-section .enquiry-form button {
  background: #f97628;
  color: #FFF !important;
  font-weight: 600;
}



.overlay-style-block .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
  z-index: 1;
}

.overlay-style-block .image-overlay-content {
  text-align: center;
  position: relative;
}
.overlay-style-block .image-overlay-content img {
  padding:0;
  width:60px;
  height:60px;
}
.overlay-style-block .action-btn {
  background: #FFF;
color: #565a5b;
padding: 8px 15px;
margin: 8px;
border-radius: 25px;
}
.overlay-style-block .action-btn:hover {
  background:#FF7420;
  color:#FFF;
}
.overlay-style-block:hover .image-overlay {
  display: flex;
}


/*
Responsive
*/
@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1536px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1024px) {
  .site-header .hgroup-wrap {
    padding: 0;
  }
  .mega-race-block .mega-content .mega-race-block-container h5 {
    text-align: center;
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-menu  .site-identity .site-title {
    display: block;
  }

  .mobile-menu  .site-identity img {
    max-width: 200px;
    margin: -20px auto;
    text-align: center;
    display: block;
  }

  .mobile-menu .event-main-navigation {
    margin-top: 4rem;
  }
  .mobile-menu ul {
    margin: 0;
    padding: 0;
  }
  
  .mobile-menu .container {
    display: block !important;
  }

  .mobile-menu .nav-link {
    color: #4a4b4c;
    border-bottom:1px solid #efefef;
  }

  .mobile-menu .dropdown-menu {
    box-shadow: rgba(191, 191, 191, 0.2) 0px 0px 0px 0px;
    background: #fafafa;
  }

  .mobile-menu .dropdown-item {
    padding: 0.5rem 0.5rem;
    color: #4a4b4c;
    font-size: 14px;
  }
  .mobile-menu .mega-race-block .mega-content .mega-race-block-container ul {
    list-style: none;
  }

  .mobile-menu .navbar-brand {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 2rem;
  }

  .navbar .container {
    display: flex;
    flex-direction: row;
  }

 .site-identity .menu-opner {
    display: block;
    width: 100%;
    text-align: right;
  }
}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 768px) {
  .event-countdown-inner {
    width: 80%;
    margin: 20px auto;
	margin-bottom: 0;
  }
  
  .event-countdown-inner .event-date .col span {
	  color: #00aed3;
	  font-weight: 700;
	  font-size: 12px;
	  background:transparent;
  }
  .event-countdown-inner .countdown-item {
font-weight: 700;
    font-size: 1.2rem;
  }
  .home-about {
    margin:0;
    padding-top: 0;
  }
  .home-result-photo {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
  .home-result-photo .home-result-photo-inner {
    padding-top: 0;
  }
  .section-title {
    font-size: 1.9rem;
  }
  .home-race-category .section-title span {
    font-size: 1.9rem;
  }
  .about-us-section img {
    margin-top: 0;
  }
  .category-overlay {
    opacity: 1;
  }
  .event-countdown-inner .event-date .col span {
    padding: 6px 24px;
  }
  .event-countdown-inner .highlight {
    font-size: 10px;
  }
  .race-page-right-image {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 560px) {
  /* .category-overlay {
    opacity: 1;
  } */

  .page-inner-banner-wrap .inner-title {
    font-size: 2.5rem;
  }
}