@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Geist", serif;
  z-index: 2;
}

:root{
    --orange: #F56423;
    --blue: #1E73BA;
    --green: #2F994D;
    --bg: #f9f9f9;  
    --grey: #686868;
    --black: #222222;
    --pure-d: #000000;
    --white: #ffffff;
}

body{
  /* background-color: #000000;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../images/bg.jpg) no-repeat center center/cover; */
  background-color: #f7f7f7;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
}
#tsparticles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-orng{
  background-color: var(--green);
}

nav li a{
  font-size: 15px !important;
  color: var(--grey) !important;
}

nav{
  /* border-bottom: 1px solid var(--grey); */
  /* backdrop-filter: blur(10px); */
  /* background-color: rgba(0, 0, 0, 3);/ */
  position: sticky;
  top: 0;
}

nav a.active{
  /* color: var(--white) !important; */
  color: var(--orange) !important;
  border-bottom: 1px solid var(--orange);
}

nav li a:hover{
  /* color: var(--white) !important; */
  color: var(--orange) !important;
  border-bottom: 1px solid var(--orange);
}

.dropdown-menu a:hover{
  color: var(--orange) !important;
  background-color: transparent !important;
  border: 0;

}

.primary-button{  
  padding: 8px 25px;
  border-radius: 40px;
  border: 1px solid var(--orange);
  font-size: 14px;
  background-color: var(--orange);
  text-decoration: none;
  color: var(--white);
}

.secondary-button{
  padding: 8px 25px;
  border-radius: 40px;
  text-decoration: none;
  border: 1px solid var(--orange);
  font-size: 14px;
  color: var(--orange);
  background-color: transparent;
  cursor: pointer;
}
.secondary-button:hover{
  background-color: var(--orange);
  color: var(--white);
}

h1{
  /* color: transparent !important; */
  /* background: linear-gradient(to right, #ddd, #fff, #ddd); */
  color: var(--black);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
  font-size: 55px;

}
p{
  color: var(--grey);
  font-size: 16px;
}
.hero-form {
  background-color: rgba(255, 255, 255, 0.03);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  position: relative;
  z-index: 1; /* Ensure it's above the pseudo-elements */
  overflow: hidden; /* Prevent clipping issues */
}

.hero-form::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--green);
  z-index: -1; /* Lower value but still visible */
}

.hero-form::after {
  content: '';
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--orange);
  z-index: -1; /* Consistent with ::before */
}
form input, textarea{
  background-color: transparent !important;
  backdrop-filter: blur(15px);
}

.why-choose-us{
  background-color: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(20px);
}
span.green{
  color: var(--green);
}
span.orange{
  color: var(--orange);
}
span.blue{
  color: var(--blue);
}

.why-choose-us .col-md-4:hover{
  backdrop-filter: blur(100px);
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.1);
}

.bg-dark{
  background-color: rgba(0, 0, 0, 0.9) !important;
  backdrop-filter: blur(10px);

}
.card{
  background-color: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(20px);
}
.card:hover{
  backdrop-filter: blur(100px);
  /* background-color: var(--pure-d); */
  /* box-shadow: 0 1px 10px 2px var(--blue); */
}
.locations .col-md-2{
  text-decoration: none;
  color: var(--black);
}
.locations .col-md-2:hover{
  box-shadow: 0 5px 10px 0px var(--green);

}
.preview{
  color: var(--grey);
}
.footer li{
  padding-top: 10px;
}
.footer li a{
  color: var(--grey);
  text-decoration: none;
}

.footer li a:hover{
  color: var(--orange);
}
.copyright a{
  /* text-decoration: none; */
  color: var(--pure-d) !important;
}

::selection {
  background-color: var(--orange);
  color: var(--white)
}

::-webkit-scrollbar {
  width: 10px
}

::-webkit-scrollbar-track {
  background: var(--bg);
  border: 1px solid #ddd
}

::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
  background: var(--green)
}


#cursour {
  width: 300px;
  height: 300px;
  background: var(--blue);
  opacity: .1;
  border-radius: 50%;
  position: fixed;
  filter: blur(50px);
  z-index: -1;
}
#cursour .dot{
  width: .5vw;
  height: .5vw;
  background-color: var(--orange);
  border-radius: 50%;
}

.f-i{
  width: 40px;
  height: 40px;
  text-decoration: none;
  border: 1px solid var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
}
.f-i:hover{
  background-color: var(--orange);
  color: var(--white);
}

input:focus, textarea:focus{
  border: 1px solid var(--orange) !important;
  box-shadow: 0 0 10px 0px rgba(255, 174, 111, 0.1) !important;
}
.bg-orange{
  background-color: var(--orange);
}

.bg-2{
  background-color: #F3F6F8;
}

.bg-1{
  background-color: #E9EEF8;
}

.topbar a{
  color: var(--bg);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.topbar a:hover{
    border-bottom: 1px solid var(--bg);
}

.accordion-button:focus{
  box-shadow: 0 0 0 0px var(--orange);
  background-color: var(--orange);
  color: var(--white);
}
.accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: var(--orange);
  box-shadow: 0 0 0 0px var(--orange);
}