html {
  scroll-behavior: smooth;
}
.silkscreen-regular {
    font-family: "Silkscreen", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .silkscreen-bold {
    font-family: "Silkscreen", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .special-gothic-expanded-one-regular {
    font-family: "Special Gothic Expanded One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  .nav-link
  {
    font-weight: 400 !important;
    color: rgb(0, 0, 0) !important;
  }
  .nav-link:hover
  {
    color: rgba(60, 60, 60, 0.665) !important;
    transition: color 0.4s ease !important;
  }
  .nav-link.active
  {
    color: rgb(0, 0, 0) !important;
    font-weight: 600 !important;
  }
  .video-background {
    position: relative;

    width: 100%;
    height: 100vh; /* Full screen height */
    overflow: hidden;
  }
  @media (max-width: 768px) {
    .video-background {
      height: 80vh; /* Full height on smaller screens */
    }
  }
  
  .video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  
  .overlay-content {
    position: relative;
    z-index: 1;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 150px 20px;
  }
  .btn-enquiry
  {
    height: 40px;
    width: 200px;
    background-color: rgb(55, 0, 255);
    text-decoration: none;
    color: white;
    
  }
  
  
  /* CSS */
  .button-53 {
    background-color: #b2f55d;
    border: 0 solid #E5E7EB;
    box-sizing: border-box;
    color: #000000;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.75rem;
    padding: .75rem 1.65rem;
    position: relative;
    text-align: center;
    text-decoration: none #000000 solid;
    text-decoration-thickness: auto;
    width: 100%;
    max-width: 460px;
    position: relative;
    cursor: pointer;
    transform: rotate(0deg);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-53:focus {
    outline: 0;
  }
  
  .button-53:after {
    content: '';
    position: absolute;
    border: 1px solid #000000;
    bottom: 4px;
    left: 4px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
  }
  
  .button-53:hover:after {
    bottom: 2px;
    left: 2px;
  }
  
  @media (min-width: 768px) {
    .button-53 {
      padding: .75rem 3rem;
      font-size: 1.25rem;
    }
  }

/* CSS */
.button-30 {
  align-items: center;
  appearance: none;
  background-color: #000000;
  border-radius: 0px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#000000 0 -3px 0 inset;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .50s,transform .50s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.button-30:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #000000 0 -3px 0 inset;
}

.button-30:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #000000 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-30:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}
.heading-1 {
    font-size: 32px;
    font-weight: 600;
  }
  
  @media (min-width: 576px) {
    .heading-1 {
      font-size: 40px;
    }
  }
  
  @media (min-width: 768px) {
    .heading-1 {
      font-size: 50px;
    }
  }
  
  @media (min-width: 992px) {
    .heading-1 {
      font-size: 60px;
    }
  }
  
.button-31 {
    align-items: center;
    appearance: none;
    background-color: #ffffff;
    border-radius: 0px;
    border-width: 0;
    box-shadow: rgba(255, 255, 255, 0.4) 0 2px 4px,rgba(255, 255, 255, 0.3) 0 7px 13px -3px,#ffffff 0 -3px 0 inset;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .50s,transform .50s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
  }
  
  .button-31:focus {
    box-shadow: #000000 0 0 0 1.5px inset, rgba(255, 255, 255, 0.4) 0 2px 4px, rgba(255, 255, 255, 0.3) 0 7px 13px -3px, #ffffff 0 -3px 0 inset;
  }
  
  .button-31:hover {
    box-shadow: rgba(255, 255, 255, 0.4) 0 4px 8px, rgba(255, 255, 255, 0.3) 0 7px 13px -3px, #ffffff 0 -3px 0 inset;
    transform: translateY(-2px);
  }
  
  .button-31:active {
    box-shadow: #000000 0 3px 7px inset;
    transform: translateY(2px);
  }
  .paro {
    font-size: 16px;
  }
  
  @media (min-width: 576px) {
    .paro {
      font-size: 18px;
    }
  }
  
  @media (min-width: 768px) {
    .paro {
      font-size: 20px;
    }
  }
  
  @media (min-width: 992px) {
    .paro {
      font-size: 22px;
    }
  }
  
  .navbar-toggler
  {
    border-radius: 0px !important;
    border: 0px !important;
  }
  .navbar-toggler:focus,.navbar-toggler:active
  {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
  }
  .sect2 {
    font-weight: 700;
    font-size: 32px; 
  }
  
  @media (min-width: 576px) {
    .sect2 {
      font-size: 36px;
    }
  }
  
  @media (min-width: 768px) {
    .sect2 {
      font-size: 42px;
    }
  }
  
  @media (min-width: 992px) {
    .sect2 {
      font-size: 50px;
    }
  }
  .popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .popup-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 30px;
    border-radius: 15px;
    width: 100%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    font-family: 'Poppins', sans-serif;
  }

  .popup-content h2 {
    margin-bottom: 20px;
  }

  .popup-content input,
  .popup-content textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }



  .close-popup {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    color: #000;
    cursor: pointer;
  }
  .popup-form {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.popup-form-content {
    background: #0d0221;
    border-radius: 10px;
    max-width: 500px;
    margin: 10% auto;
    padding: 30px;
    position: relative;
}
.popup-form-content h3 {
    margin-bottom: 20px;
}

.popup-form-content .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.2rem;
    cursor: pointer;
}

.form-control:focus {
    box-shadow: none;
}
.contact-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  color: #333;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #555;
}

.form-group input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.btn-sub112 {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #00b41b !important;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.btn-sub112:hover {
  background-color: #018d08 !important;
}
.counter {
  font-size: 3rem;
  font-weight: bold;
  color: #000000;
  margin: 20px 0;
}
#backToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 50%;
  display: none;
  transition: opacity 0.3s ease;
}

#backToTopBtn:hover {
  background-color: #333;
}
.ftr{
  height: auto;
}
.service-dropdown
{
  height: auto;
  width: 300px;
  background-color: #83838347;
}
/* Change background and text color of active accordion header */
.accordion-button:not(.collapsed) {
  background-color:rgb(80, 58, 185) !important;  /* Bootstrap primary color */
  color: rgb(0, 0, 0) !important;
}

/* Optional: rotate the shield icon when active */
.accordion-button:not(.collapsed) img {
  transform: rotate(380deg);
  transition: transform 0.8s ease;
}

/* Reset icon rotation when closed */
.accordion-button.collapsed img {
  transform: rotate(0deg);
}
/* Remove default border and shadow */
.accordion-button {
  border: none;
  box-shadow: none;
}

/* Remove the arrow */
.accordion-button::after {
  display: none;
}

/* Optional: remove border of the entire accordion item */
.accordion-item {
  border: none !important;
}

/* Optional: make it look cleaner */
.accordion-button {
  background-color: transparent;
  padding-left: 0;
  font-weight: 500;
  font-size: 1.05rem;
}
.ftrlnk{
  text-decoration: none;
  color: #ffffff;
}
.ftrlnk:hover
{
  font-weight: 600;
}
.copyright{
  text-align: center;
  padding: 20px;
  background-color: #f1f1f1;
  font-size: 14px;
  color: #000;
}







/* CSS */
.button-52 {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid rgb(0, 0, 0);
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-52:after {
  content: "";
  background-color: #0d0221;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.button-52:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .button-52 {
    padding: 13px 50px 13px;
  }
}

.fa-arrow-right
{
  transform: rotate(0deg);
}

.fa-arrow-right:hover
{
  transform: rotate(330deg);
  transition: transform 0.8s ease;
}
.buttonlm
{
  text-decoration: none;
  background-color: #3f63f5b4 !important;
  color: #ffffff !important;
  height: 40px !important;
  border: 1px soloid #000 !important;
}
.buttonlm:hover
{
  background-color: #5d60f5c0 !important;
}
.rdy
{
  background-color: rgb(80, 58, 185);
}
.srcs{
  color: #02025f;
  font-size: 50px;
  font-weight: 800;
}

.button-53 {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-53:after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.button-53:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .button-53 {
    padding: 13px 50px 13px;
  }
}



.service-box {
  position: relative;
  background-color: #f8f9fa0b;
  transition: transform 0.3s ease, background-color 0.3s ease;
  overflow: hidden;
  border-radius: 10px;
}

.service-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.206) 0%,
    rgba(255, 255, 255, 0.05) 70%,
    transparent 100%
  );
  opacity: 0;
  transition: left 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.service-box:hover {
  transform: translateY(-5px);
  background-color: #ffffff17;
}

.service-box:hover::before {
  left: 0;
  opacity: 1;
}





/* animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.fade-in-up.active {
  opacity: 1;
  transform: translateY(0);
}


.fade-in-down {
  animation: fadeInDown 0.6s ease-in-out;
}


.zoom-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zoom-hover:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.03); opacity: 0.9; }
  100% { transform: scale(1); opacity: 1; }
}

.pulse {
  animation: pulse 2s infinite;
}
/* end of animation */

.box-lnk{
  text-decoration: none;
  color: #ffffff;
}
.txtlstlnk
{
  text-decoration: none;
  color: #000;
}

.active
{
  color: #ffffff !important;
  font-weight: 300 !important;
}
.h1bst
{
  font-size: 40px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .h1bst {
    font-size: 60px !important;
  }
}
.h1bstsub{
  font-size: 15px !important;
}
@media (min-width: 576px) {
  .h1bstsub {
    font-size: 20px !important;
  }
}
.card {
  border-radius: 12px !important;
  transition: 0.3s;;
  background-color: #ffffff1e !important;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.206) 0%,
    rgba(255, 255, 255, 0.05) 70%,
    transparent 100%
  );
  opacity: 0;
  transition: left 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
  border-radius: 12px;
  z-index: 1;
}

.card:hover {
  transform: translateY(-5px);
  background-color: #ffffff17;
  border-radius: 12px;
}

.card:hover::before {
  left: 0;
  opacity: 1;
}



.cyb
{
  color: #000;
}
  .counter {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    transition: all 0.3s ease;
  }

  .sect2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 2.5rem;
  }


  .achievement-box .bg-1 {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  
  .achievement-box .bg-1:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
  }
  
  /* Optional: Enhance counters */
  .achievement-box h2.counter {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 10px;
    color: #fff;
  }
  
  .achievement-box p {
    font-size: 1.1rem;
    color: #ddd;
  }
  
  /* Ensure responsive layout */
  @media (max-width: 767px) {
    .achievement-box {
      margin-bottom: 1.5rem;
    }
  }
  
  
  


.square-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px; /* Optional: adds subtle rounding */
  border: 2px solid #e0e0e0; /* Optional: adds border */
}
.team-card {
  background-color: rgba(133, 133, 133, 0.098) !important; /* semi-transparent dark background */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* for Safari support */
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 15px;
}
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.social-links a {
  font-size: 18px;
  transition: color 0.2s ease;
}

.card-title {
  font-weight: 600;
  font-size: 1.25rem;
}
.card-img-top {
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card {
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
}
.bg-blue1
{
  background: rgba(255, 255, 255, 0.176); /* light transparent background */
  backdrop-filter: blur(10px); /* blur effect */
  -webkit-backdrop-filter: blur(10px); /* safari support */
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.bg-blue
{
  background: rgb(255, 255, 255); /* light transparent background */
  top: 0;
  width: 100%;
  z-index: 1000;
}
.bg-cyb {
  background-image: url('static/img/6454.jpg');
  background-color: #a62c20; 
  background-size: cover;      
  background-position: center; 
  background-repeat: no-repeat; 
}

.bg-cyb-ftr{
  z-index: 500;
  background-color: #000000;
  box-shadow: 0 0 70px 40px rgba(0, 0, 0, 0.2);
}
.button-52-1 {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid rgb(0, 0, 0);
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-52-1:after {
  content: "";
  background-color: #000000;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.button-52-1:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .button-52-1 {
    padding: 13px 50px 13px;
  }
}

.button-52-2 {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid rgb(255, 255, 255);
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-52-2:after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.button-52-2:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .button-52-2 {
    padding: 13px 50px 13px;
  }
}
.sect3 {
  font-weight: 700;
  color: #000000;
  font-size: 2.5rem;
}
.sect2 {
  font-weight: 700;
  font-size: 32px; 
}

@media (min-width: 576px) {
  .sect2 {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .sect2 {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .sect2 {
    font-size: 50px;
  }
}
.btn-close{
  color: #ffffff !important;
}




.scroll-fade-bounce {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.scroll-fade-bounce.visible {
  opacity: 1;
  transform: translateY(0);
}



 /* Smooth Scroll Animation */
 @keyframes smooth-scroll {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Hero Section Animations */
@keyframes hero-content-fade {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-btn-fade {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Info Section Animations */
@keyframes info-section-fade {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes card-fade {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fade In Animation for Scrolling Elements */
@keyframes fade-in-scroll {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.accordion-item {
  position: relative !important;
  background-color: rgba(255, 255, 255, 0) !important; /* Semi-transparent white */
  backdrop-filter: blur(10px) !important; /* Apply the blur effect */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important; /* Slight shadow for depth */
  transition: background-color 0.3s ease !important; /* Smooth transition when hovering */
}
.accordion-item::after {
  content: '';
  position: absolute;
  top: var(--y, 0);
  left: var(--x, 0);
  width: 70px;
  height: 70px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.113) 80%, rgba(255,255,255,0) 70%);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0.1),
              0 0 60px 30px rgba(255, 255, 255, 0.05);
}


.accordion-item:hover::after {
  opacity: 1;
}
.accordion-body {
  background-color: rgba(255, 255, 255, 0) !important; /* Slight transparency for content */
}
.accordion-button {
  background-color: transparent !important; /* Make button transparent */
  color: #fff !important; /* Change text color to white */
  border: none;
  padding: 1rem 1.5rem;
  font-weight: bold;
  font-size: 1.1rem;
}
.accordion-collapse{
  color: #ffffff;
}
.accordion-button:not(.collapsed) {
  color: #ffffff !important; /* Change color when active */
}





body {
  scroll-behavior: smooth;
}

header.hero {
  background: linear-gradient(to bottom right, #0d0d0d, #1a1a1a);
  padding: 100px 20px;
  text-align: center;
}

section.features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  padding: 100px 20px;
  max-width: 800px;
  margin: auto;
}

.feature {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

/* Initial state */
.scroll-element {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

/* Active state when in view */
.scroll-element.animate {
  opacity: 1;
  transform: translateY(0);
}



section {
  padding: 100px 20px;
  text-align: center;
}

.features, .team-members {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.feature, .member {
  background: #111;
  padding: 30px;
  border-radius: 10px;
  transition: all 0.6s ease;
}

/* Start hidden */
.fade-left, .fade-right, .fade-top, .fade-wave {
  opacity: 0;
}

@keyframes dropBounce {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    transform: translateY(20px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.drop-bounce {
  animation: dropBounce 1s ease-out forwards;
}

.delay-1 {
  animation-delay: 0.2s;
}
.delay-2 {
  animation-delay: 0.4s;
}
.delay-3 {
  animation-delay: 0.6s;
}
.delay-4 {
  animation-delay: 0.8s;
}
.delay-5 {
  animation-delay: 1s;
}
.delay-6 {
  animation-delay: 1.2s;
}
.delay-7 {
  animation-delay: 1.4s;
}


.rope-drop {
  animation: ropeFall 1.6s ease-out forwards;
  transform-origin: top center;
  opacity: 1;
}

/* Rope-drop animation */
@keyframes ropeFall {
  0% {
    transform: translateY(-300px) rotateZ(15deg);
    opacity: 0;
  }
  20% {
    transform: translateY(-180px) rotateZ(-10deg);
    opacity: 0.4;
  }
  40% {
    transform: translateY(-80px) rotateZ(6deg);
    opacity: 0.7;
  }
  60% {
    transform: translateY(20px) rotateZ(-4deg);
    opacity: 1;
  }
  80% {
    transform: translateY(-10px) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}

/* Delay classes */
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }
.delay-5 { animation-delay: 1s; }
.delay-6 { animation-delay: 1.2s; }

.txt-bg-blur {
  background-color: rgba(255, 255, 255, 0.1); /* Light transparent background */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); /* Safari support */

}


.map-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  }
  
  /* Responsive Map */
  .map-responsive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  .map-responsive iframe {
  width: 100%;
  height: 100%;
  border: 0;
  }

  .popup-form-content-1 {
    width: 100%;
    position: relative;

  }
  
.popup-form-content-1 h3 {
    margin-bottom: 20px;
}

.popup-form-content-1 .btn-close {
  position: absolute;
  background-color: #ffffff;
  top: 15px;
  right: 15px;
  font-size: 1.2rem;
  cursor: pointer;
}

.btn-sub1121 {
  display: block;
  width: 50% !important;
  padding: 12px;
  background-color: #94949429 !important;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.heading-2 {
  font-size: 22px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .heading-2 {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .heading-2 {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .heading-2 {
    font-size: 50px;
  }
}

.paro-1 {
  font-size: 13px;
}

@media (min-width: 576px) {
  .paro-1 {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .paro-1 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .paro-1 {
    font-size: 20px;
  }
}

.img-styl{
  border-radius: 5%;
  background-size: cover;
  height: 400px;
  width: 100%;
}


.sticky {
  position: fixed !important;
  top: 0;
  margin-bottom: 200px;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.banner-container img {
  width: 100%;
  height: auto;
  display: block;
}


.sect1 {
  font-size: 60px;
  font-weight: 700;
}

/* For screens smaller than 1200px (Tablets and below) */
@media (max-width: 1200px) {
  .sect1 {
    font-size: 50px;
  }
}

/* For screens smaller than 992px (Medium devices like tablets in portrait mode) */
@media (max-width: 992px) {
  .sect1 {
    font-size: 40px;
  }
}

/* For screens smaller than 768px (Tablets in portrait and large smartphones) */
@media (max-width: 768px) {
  .sect1 {
    font-size: 30px;
  }
}

/* For screens smaller than 576px (Small smartphones) */
@media (max-width: 576px) {
  .sect1 {
    font-size: 24px;
  }
}

.img-cont
{
  border-radius: 10px;
}
.newstxt
{
  font-size: 35px;
  font-weight: 500;
}


/* Tablets and smaller devices */
@media (max-width: 768px) {
  .newstxt {
    font-size: 28px;
    padding: 8px;
  }
}

/* Mobile phones */
@media (max-width: 480px) {
  .newstxt {
    font-size: 20px;
    font-weight: 400;
    padding: 6px;
  }
}


/* Sticky behavior */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}


/* Ticker styles */

.news-ticker {
  width: 100vw;
  height: 60px;
  background-color: #c83a1d8d;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
}

/* Tablets and smaller devices */
@media (max-width: 768px) {
  .news-ticker {
    height: 50px;
  }
}

/* Mobile phones */
@media (max-width: 480px) {
  .news-ticker {
    height: 40px;
  }
}

.ticker-wrapper {
  display: flex;
  width: max-content;
  animation: scroll-text 20s linear infinite;
}

.ticker-text {
  white-space: nowrap;
  padding-right: 100px;
}

@keyframes scroll-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.top-head
{
  position: relative;
  top: 80px;
}

.carousel{
  border-radius: 15px;
  width: 70%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .carousel {
    width: 100%; /* Ensure it takes up the full width */
    border-radius: 10px; /* Optional: slightly reduce the border-radius for mobile */
  }
}

#loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000; /* or use a color/image you like */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #fff;
  border-top: 6px solid rgb(255, 34, 0); /* top color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
