@import url('https://fonts.googleapis.com/css2?family=Michroma&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --bg : #060C09;
    --white : #fff;
    --primary : #00FF1A;
}
.primary{
    color: var(--primary);
}
.white{
    color: var(--white);
}

.black{
    color: var(--bg);
}
.bg{
    background-color: var(--bg);
}
.text{
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.heads{
    font-family: "Michroma", serif;
    font-weight: 400;
    font-style: normal;
}
.code{
    font-family: 'Monospace';
}
body{
    background-color: var(--bg);
    color: var(--white);
}
.navbar_logo{
    margin-left: -20px;
}
nav{
    font-size: small;

}
.txt-small{
    font-size: 0.9em;
}
.header{
    width: 100%;
    height: 600px;
}
.middle{
    width: 90%;
    height: 150px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.button{
    margin-top: 30px;
    padding: 15px 15px;
    border-radius: 7px;
    background-color: var(--primary);
    color: var(--bg);
    outline: none;
    border: 0px;
}
/*Clients Section*/
.slide img{
    margin-left: 50px;
    margin-right: 50px;
}
  /* Slider */
  
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 100%;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
/* CLIENTS */
   /* Blurred ellipse styling */
   .blur-ellipse-header {
    position: absolute;
    bottom: -50px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #00ff00, #008000);
    filter: blur(300px);
    border-radius: 50%;
    z-index: -1;
  }
  .pattern{
    background: url('../img/pattern.png');
    position: absolute;
    bottom: -50px;
    left: -100px;
    z-index: -1;
  }
  .sec{
    margin-top: 50px;
  }
  .sec h1{
    width: 70%;
    margin-bottom: 40px;
  }
  .sec p{
    width: 80%;
  }
  
  /*Large Screen*/
  @media screen and (max-width: 767px) {
    .sec h1{
        width: 80%;
        margin-bottom: 40px;
      }
      .sec p{
        width: 99%;
      }
      .middle{
        width: 90%;
        height: 400px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sec h1{
        width: 70%;
        margin-bottom: 40px;
      }
      .sec p{
        width: 80%;
      }
      .middle{
        width: 90%;
        height: 570px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
    }
}
/*Large Screen*/
a{
    text-decoration: none;
    color: var(--primary);
}
/*card*/
/* Custom Card Styles */
.custom-card {
    background-color: #060C09;
    border: 2px solid #00FF1A;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.border-effect{
    background-color: #060C09;
    border: 2px solid #00FF1A;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    color: #fff;
    align-items: center;
    align-self: center;
    align-content: center;
    text-align: center;
    padding: auto;
    margin-top: 13px;
}
/* Background Blur Effect Outside the Card */
.custom-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 255, 26, 0.4); /* Semi-transparent blur effect */
    backdrop-filter: blur(10px); /* Blur effect */
    z-index: -1; /* Keep the blur behind the card */
    border-radius: 8px;
}

/* Text styling */
.custom-card .card-body {
    z-index: 1; /* Ensure the card content stays on top of the blur effect */
}
.card-body{
    padding: 20px;
}

/* Adjust text color */
.custom-card .card-title, .custom-card .card-text {
    color: #fff;
}
/* Carousel Container Styling */
#clientReviewCarousel {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 15px; /* Align everything to the left */
}

/* Review Text Styling */
.review-text {
    font-style: italic;
    color: var(--white);
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
}

/* Client Name Styling */
.client-name {
    font-weight: bold;
    font-size: 15px;
    color: var(--primary);
    text-align: left;
}

/* Client Organization Styling */
.client-org {
    font-size: 16px;
    color: var(--white);
    text-align: left;
}

/* Styling the Form */


input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #00FF1A; /* Bottom line */
    color: white;
    padding: 10px 0;
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    transition: border-color 0.3s ease; /* Smooth transition */
}


/* Styling the Button */




/* Styling the Form Background */
form {
    background-color: #060C09; /* Dark background similar to the card */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Styling the Textarea */
textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #00FF1A; /* Bottom line */
    color: white;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    height: 150px;
    transition: border-color 0.3s ease; /* Smooth transition */
}
/* Footer Styling */

  .footer-logo-img {
    max-width: 150px;
    height: auto;
  }
  
  .footer-contact p {
    font-size: 14px;
    color: #bbb;
  }
  
  .footer h5 {
    color: #00FF1A; /* Green color for headings */
    font-size: 16px;
  }
  
  .footer a {
    color: #bbb;
    text-decoration: none;
  }
  
  .footer a:hover {
    color: #00FF1A; /* Highlight link color */
    text-decoration: underline;
  }
  
  @media (max-width: 767px) {
    .footer-contact p {
      font-size: 12px;
    }
  
    .footer h5 {
      font-size: 14px;
    }
  }
  
  @media (max-width: 576px) {
    .footer-logo-img {
      max-width: 120px;
    }
  
    .footer-contact p {
      font-size: 12px;
    }
  
    .footer h5 {
      font-size: 14px;
    }
  }
  .service-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
 
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    animation: floatAnimation 3s infinite ease-in-out alternate;
}

.service-grid a {
    text-decoration: none;
    color: white;
    font-size: 10px;
    margin-top: 10px;
    font-weight: 500;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.service-grid:hover {
    transform: scale(1.1);

}

@keyframes floatAnimation {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-10px);
    }
}
