@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
}
body{
    font-family: "Anton", sans-serif;
    overflow-x: hidden;
}

#main{
    background-image: url("../img/hero.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hi{
    border-radius: 15px;
    height: 330px !important;
    width: 100%;
}
.carousel {
    position: relative;
    height: 100vh;
}
.carousel-indicators {
    margin-bottom: 3.5rem !important;
}
.carousel-control-prev {
    left: -20px !important;
}
.carousel-control-next {
    right: -20px !important;
}
/* Preloader Container */
#preloader {
    background: #171d2f;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px; /* Enable 3D space */
  }
  
  /* Animated Logo */
  .preloader-img {
    width: 200px;
    animation: preloader3D 3s ease-in-out infinite;
    filter: drop-shadow(0 0 15px rgba(0, 123, 255, 0.4));
    transform-style: preserve-3d;
  }
  
  /* 3D Pulse + Tilt Animation */
  @keyframes preloader3D {
    0% {
      transform: scale(1) rotateX(0deg) rotateY(0deg);
      opacity: 0.85;
      filter: drop-shadow(0 0 10px rgba(0, 123, 255, 0.2));
    }
    25% {
      transform: scale(1.1) rotateX(5deg) rotateY(5deg);
      opacity: 1;
      filter: drop-shadow(0 0 25px rgba(0, 123, 255, 0.5));
    }
    50% {
      transform: scale(1.15) rotateX(0deg) rotateY(0deg);
      opacity: 1;
      filter: drop-shadow(0 0 35px rgba(0, 123, 255, 0.7));
    }
    75% {
      transform: scale(1.1) rotateX(-5deg) rotateY(-5deg);
      opacity: 0.95;
      filter: drop-shadow(0 0 25px rgba(0, 123, 255, 0.5));
    }
    100% {
      transform: scale(1) rotateX(0deg) rotateY(0deg);
      opacity: 0.85;
      filter: drop-shadow(0 0 10px rgba(0, 123, 255, 0.2));
    }
  }
  
#header{
    background: #171d2f;
}
.navbar {
    padding: 0 !important;
}
.navbar-brand{
    padding: 0;
}
.navbar-brand img {
    width: 200px;
    height: auto;
}
.nav-link {
    color: #fffc !important;
    padding: .5rem 1rem !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: border .4s;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    border-bottom: 2px solid #05d1ff;
}
.nav-link:hover{
    border-bottom: 2px solid #05d1ff;
}
.is-nav {
    color: white !important;
    background-color: #0000;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 1rem 1.75rem;
    font-size: 1rem;
    line-height: 1.25rem;
    transition: border-color .4s, color .4s, background-color .4s;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
}
.is-nav:hover {
    border-color: #05d1ff;
    background-color: #05d1ff;
    color: #171d2f !important;
}
/* Custom Toggler Button */
.custom-toggle {
    width: 5rem;
    height: 5rem;
    background-color: transparent;
    border-left: 2px solid #fff3 !important;
    border-bottom: 2px solid #fff3 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0px !important;
}
  
  /* Remove default Bootstrap effects */
  .custom-toggle:focus,
  .custom-toggle:active {
    outline: none;
    box-shadow: none;
  }
  
  /* Hamburger Lines */
  .custom-toggler-icon span {
    display: block;
    background-color: #ffffff;
    margin: 2px 0;
    transition: all 0.3s ease-in-out;
}
  .one {
    width: 11px;
    height: 2px;
}
  .two{
width: 18px;
height: 2px;
  }
  .three{
    width: 18px;
  }
  .custom-toggler-icon{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        transition: all 0.3s ease;
    } 
    .toggler-close i {
        font-size: 24px;
        color: #fff;
      }
      .toggler-lines, .toggler-close {
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.3s ease, transform 0.3s ease;
      }
      .toggler-lines.d-none,
.toggler-close.d-none {
  opacity: 0;
  transform: scale(0.8);
}
.toggler-close:not(.d-none) {
    transform: rotate(180deg) scale(1);
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
  }
    /* team section  */
    .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.responsive-cell-block {
  min-height: 75px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: space-evenly;
}

.outer-container {
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 50px;
  background-color: #fff;
}

.inner-container {
    max-width: 1320px;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}

.section-head-text {
    font-size: 3rem;
    font-weight: 700;
    line-height: 57px;
    color: #171d2f;
    margin: 16px 0 48px 0;
    text-transform: uppercase;
}

.section-subhead-text {
  font-size: 25px;
  color: rgb(153, 153, 153);
  line-height: 35px;
  max-width: 470px;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
}

.img-wrapper {
  width: 100%;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-media-links {
  width: 125px;
  display: flex;
  justify-content: space-between;
}

.name {
    font-size: 25px;
    font-weight: 700;
    color: rgb(102, 102, 102);
    margin-top: 27px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: center;
}

.position {
    font-size: 17px;
    font-weight: 700;
    color: #171d2f;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    text-align: center;
}

.team-img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.team-img:hover {
  transform: scale(1.05); /* Increase scale on hover */
}


.team-card-container {
    width: 320px;
    margin: 0 0 40px 0;
}
   
 /* hero section   */
 #hero {
    padding-top: 150px;
    padding-bottom: 3.75rem;
}
#hero p{
        opacity: 1;
        color: #05d1ff;
        font-size: 1rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 1.25rem;
    }
    #hero h1 {
        color: #fff;
        font-size: 36px;
        font-weight: 600;
        line-height: 48px;
        margin-bottom: 10px;
    }
    .bold-hero{
        font-weight: 700 !important;
    }
    .myhead{
        font-size: 39px !important;
        line-height: 44px !important;
    }
    .fw-400{
        font-weight: 400 !important ;
    }
    .h-5 {
        border-radius: 15px;
    }
    #hero h6 {
        opacity: .8;
        color: #fff;
        line-height: 17px;
        font-size: 15px;
    }
    .sm{
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
    }
    .ac1{
        color: #ffffff;
    }
    .hero-right {
        background-image: url("../img/hero.png");
        background-position: 0%;
        background-size: cover;
        background-attachment: fixed;
        border-radius: 15px;
        width: 100%;
        height: 330px;
    }
   
    .pad{
        padding-top: 40px;
    }
    .fnm{
            letter-spacing: -1px;
            font-size: 2.5rem !important;
            font-weight: 600 !important;
            line-height: 3rem !important;
        }
        .nm{
            font-size: 16px !important;
                font-weight: 400 !important;
                line-height: 1.25rem !important;
                opacity: .6 !important;
            }
            .pab{
                padding-bottom: 5rem;
            }
/* service section  */
#service {
    background-color: #edf0f6;
    padding-top: 2.8rem;
    padding-bottom: 1rem;
}
#service h1 {
    text-align: center;
    color: #171d2f;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.75rem;
}
#service p {
  color: #171d2f;
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.mar{
  margin: 60px 0px;
}
.mycard {
  height: 420px;
  background-color: #fff;
  padding: 16px;
  font-size: 13px;
  line-height: 18px;
  transition: opacity .2s;
  position: relative;
  box-shadow: 0 2px 5px #0003;
  display: flex;
  flex-direction: column;
  overflow: hidden; /* Prevents content from overflowing */
}

.card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Push "Details" link to bottom */
}
.service-bg {
  object-fit: cover;
  border-radius: 8%;
  width: 100%;
  height: 185px;
  margin-bottom: 16px;
}
.service-icon {
  background-color: #fff;
  border-radius: 9px;
  padding: 5px;
  box-shadow: 0 2px 5px #0003;
  margin-top: -54px;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
}
  .card-img{
      text-align: center;
  }
  .card-content h4 {
      margin-bottom: 6px;
      font-size: 15px;
      font-weight: bold;
      line-height: 18px;
  }
  
  .card-content h6 {
    font-size: 13px;
    line-height: 16px;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
  
  .card-content a {
      display: inline-block;
      text-align: left;
      background-color: transparent;
      border: 1px solid #000;
      margin-top: 10px;
      color: #171d2f;
      cursor: pointer;
      padding: 5px 12px;
      text-decoration: none;
      align-self: flex-start;
      margin-top: auto; /* Push the link to the bottom */
  }
  
  .card-content a:hover {
      color: #05d1ff;
  }
      .team-circles {
          border-bottom: 1px solid #e4ebf3;
          padding: 10px 0;
          position: relative;
      }
/* about section  */
#about{
    background-color: #171d2f;

    padding: 80px 30px;
}
#about ul li {
    color: #edf0f6;
    margin-bottom: 24px;
    font-size: 17px;
}
#about h1 {
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.75rem;
}
.mp p, .mp ul li{
    color: #171d2f !important;
}
#about h6 {
    color: #05d1ff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: bold;
}
#about p {
    color: #edf0f6;
    margin-bottom: 24px;
    font-size: 17px;
}
#about a{
        color: #fff;
        letter-spacing: 2px;
        text-transform: uppercase;
        background-color: #1a1b1f;
        padding: 12px 25px;
        font-size: 12px;
        line-height: 20px;
        transition: all .2s;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
}
#about a:hover{
    color: #fff;
    background-color: #32343a;
}
.about-card{
    text-align: center;
}
.about-card img{
    margin-bottom: 16px;
}
.about-card h3 {
    margin-bottom: 16px;
    font-size: 22px;
}
.about-card p {
    font-size: 19px !important;
}
/* global section  */
#global{
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
#global h6{
        opacity: .6;
        color: #171d2f;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 1.25rem;
        margin: 24px 0px;
    }
    #global h2 {
        letter-spacing: -1px;
        margin-top: 0;
        margin-bottom: 32px;
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 48px;
    }
    #global h4 {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 32px;
        font-weight: 600;
    }
   
    #global p {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.25rem;
        margin-bottom: 32px;
    }
#global span{
    font-weight: bold;
}
/* bank section  */
#bank .b-cont {
    background-color: #171d2f;
    width: 100%;
    height: 100%;
    padding: 2.75rem 5rem;
}
.b-cont h6 {
    opacity: 1;
    color: #05d1ff;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.25rem;
    margin-bottom: 20px;
}
.b-cont p {
    color: #edf0f6;
    font-weight: 500;
    margin-bottom: 2rem;
    font-size: 16px;
}
.arrow {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 12px;
}
    .arrow p{
            opacity: .6;
            color: #fff;
            margin-bottom: 0;
        }
.b1{
    height: 100% !important;
}
/* faq section    */
#faq{
    padding-top: 4.5rem;
        padding-bottom: 4.1rem;
}
#faq h6{
        opacity: 1;
        color: #05d1ff;
        font-size: 1rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 500;
        line-height: 1.25rem;
    }

/* Basic styling for the accordions */
.accordion-wrapper {
    max-width: 100%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
  }
  
  .accordion-outer {
    margin-bottom: 5px;
    border-radius: 4px;
}
  
.accordion-heading {
    padding: 10px 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
  
  .accordion-heading:after {
    content: "+";
    position: absolute;
    right: 15px;
  }
  
  .accordion-outer.is-open .accordion-heading:after {
    content: "-";
  }
  
  .accordion-content {
    padding: 15px;
    background-color: white;
    display: none; /* Start hidden - will be shown by JS */
    opacity: .6;
  }
  
  /* Different color for the second set */
  .accordion-wrapper.set2 .accordion-heading {
    background-color: #e0f7fa;
  }
  
  /* Hover accordion style */
  .accordion-wrapper.on-hover .accordion-heading {
    background-color: #e8f5e9;
  }
  /* contact section  */
  .contact-wrapper {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
  }

  .contact-info {
    background: #171d2f;
    padding: 40px;
    color: white;
  }

  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    transition: all 0.3s ease;
}
  .contact-item:hover {
    transform: translateX(10px);
  }

  .contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }

  .contact-form {
    padding: 40px;
  }

  .form-control {
    border-radius: 10px;
    padding: 12px 15px;
    border: 2px solid #eee;
    transition: all 0.3s ease;
  }

  .form-control:focus {
    border-color: #0062cc;
    box-shadow: none;
  }

  .form-label {
    font-weight: 500;
    margin-bottom: 8px;
  }

  .btn-submit {
    background: linear-gradient(135deg, #171d2f, #171d2f);
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
  }

  .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,98,204,0.3);
  }

  .map-container {
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
  }
  #contact p a{
    text-decoration: none;
    color: #fff;
  }
/* footer section  */
#footer {
    background-color: #171d2f;
    padding-top: 2.75rem;
    padding-bottom: 1.25rem;
    position: relative;
    overflow: hidden;
}
.f-title {
    text-align: center;
    letter-spacing: -1px;
    padding-top: 0em;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
    color: #fff;
    margin-bottom: 0;
}
.new{
    padding-bottom: 3rem;
}

.f-active {
    border-bottom: 2px solid #05d1ff;
    padding-bottom: 10px;
}
.look{
    width: 100%;
    padding: 4rem 2rem;
margin-bottom: 4rem;
    background-image: url('../img/look.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.look p {
    line-height: 1.25rem !important;
    opacity: .8 !important;
    font-size: 16px !important;
    text-align: center;
    font-weight: 600 !important;
    padding: 0 !important;
    margin-bottom: 16px !important;
}
.footer-logo {
    width: 220px;
    margin-bottom: 32px;
}
#footer p {
    opacity: .8;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 32px;
    font-size: 18px;
    padding-right: 76px;
}
#footer h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5rem;
}
.media {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 12px;
    background-color: #edf0f6;
}
.social_share-icon {
    background-color: #edf0f6;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    transition: background-color .3s;
    display: flex;
}
.media i {
    color: #000;
    font-size: 12px;
}
.social{
    display: flex;
    gap: 16px;
}
.link h2{
        margin-bottom: 1.5rem;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.25rem;
        color: #edf0f6;
    }
    #footer h6 {
        color: #fff;
        margin-bottom: 1.5rem;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.25rem;
    }
    .link p a{
            opacity: .6;
            color: white;
            line-height: 1.25;
            text-decoration: none;
            transition: opacity .3s, color .3s;
            display: inline-block;
        }
        .link p a:hover, .link p a:active{
            color: #05d1ff;
        }
        #newsletter-section {
            color: white;
            padding-left: 2rem;
            width: 100%;
        }
      
          #newsletter-input {
            border-radius: 0;
          }
      .detail-button{
        background-color: #171d2f !important;
      }
      .detail-button:hover{
        background-color: #233b85 !important;
      }
          #newsletter-button {
            background-color: #00cfff;
            color: white;
            border-radius: 0;
          }
      
          #newsletter-button:hover {
            background-color: #00b6e0;
          }
      
          .newsletter-label {
            font-weight: bold;
            margin-top: 1rem;
            margin-bottom: 2px;
        }
        .newsletter-link {
            color: #adb5bd;
            font-style: italic;
            font-weight: bold;
            text-decoration: underline;
            display: block;
            margin-bottom: 25px;
        }
      
          .newsletter-link:hover {
            color: #ffffff;
          }
          .hr {
            opacity: .1;
            background-color: #fff;
            height: 1px;
            margin-top: 1.25rem;
            margin-bottom: 1.25rem;
        }
        .padding-global {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
.foot-down h5{
        opacity: .5;
        color: #fff;
        font-weight: 400;
        line-height: 1.25rem;
        font-size: 16px;
    }
    .foot-down h5 span{
        font-weight: bold;
    }
    .foot-down h5 a{
        font-weight: bold;
        color: #fff;
    }
    .foot-down h5 a:hover{
        color: #00cfff;
    }
    #backToTopBtn {
        position: fixed;
        bottom: 40px;
        right: 40px;
        display: none;
        z-index: 1000;
        background-color: #171d2f;
        border-color: #171d2f;
      }
      .mr {
        margin-top: 4rem;
    }
    /* section dt  */
    
    #dt {
        margin: 136px 0px;
    }
    #dt h1 {
      
        color: #171d2f;
        letter-spacing: -1px;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 2rem;
        font-weight: 500;
        line-height: 2.75rem;
        text-transform: uppercase;
    }

    /* s1 page  */
    #s1 p {
        color: #171d2f ;
        font-size: 17px;
    }
    .cu {
        color: #171d2f;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px;
        display: inline-block;
    }
    .ach{
        color: #171d2f;
    }
    .ach li{
        margin-bottom: 12px;
    }
/* pricing section  */
#package {
    padding-top: 85px;
    padding-bottom: 40px;
    background-color: #171717;
}
#pricing {
    background-color: #171717;
    padding: 46px 0px;
}
.pricing-plans {
    gap: 32px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
#pricing img{
    margin-bottom: 20px !important;
    height: 150px;
}
#pricing h3 {
    text-align: center;
    margin-bottom: 32px;
    font-size: 32px;
    letter-spacing: -1px;
    color: #fff;
}
#pricing h6 {
    text-align: center;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
     color: #fff;
}
.pricing-card {
    --col: #e4e4e7;
    position: relative;
    width: 100%;
    height: 700px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 20px;
    border-radius: 4px;
    border: 1px solid #262626;
    background-color: #26262620;
    box-shadow: 0 0 32px transparent;
    text-align: center;
}

.pricing-card.basic {
  --col: #0891b2;
}

.pricing-card.standard {
  --col: #059669;
}

.pricing-card.premium {
  --col: #c026d3;
}

.pricing-card:hover {
  border-color: var(--col);
  background-color: #26262680;
  box-shadow: 0 0 32px #171717;
  transform: translateY(-16px) scale(1.02);
  transition: all 0.5s ease;
}

.pricing-card > *:not(:last-child) {
    margin-bottom: 8px;
}

.pricing-card .heading h4 {
    padding-bottom: 6px;
    color: var(--col);
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.pricing-card .heading p {
  color: #a3a3a3;
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 10px;
}

.pricing-card .price {
    position: relative;
    color: var(--col);
    font-size: 30px;
    font-weight: bold;
}

.pricing-card .price sub {
  position: absolute;
  bottom: 14px;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: lighter;
}

.pricing-card .features li {
    padding-bottom: 10px;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: lighter;
    text-align: left;
}

.pricing-card .features li i,
.pricing-card .features li strong {
  color: #e4e4e7;
  font-size: 15px;
  text-align: left;
}

.pricing-card .features li strong {
    padding-left: 0px;
}

.pricing-card .cta-btn {
    text-decoration: none;
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid var(--col);
    background-color: var(--col);
    color: #e4e4e7;
    font-size: 16px;
    font-weight: bold;
}

.pricing-card .cta-btn:active {
  background-color: transparent;
  color: var(--col);
  transition: all 0.3s ease;
}

  /* media screen start here   */
@media screen and (max-width:768px) {
      .section-head-text {
    font-size: 2rem;
  line-height: 32px;
}
    .carousel {
        position: relative;
        height: auto;
    }
.carousel-indicators {
    margin-bottom: 2rem !important;
}
    .carousel-control-prev {
        left: -15px !important;
    }
    .carousel-control-next {
        right: -15px !important;
    }
    .pricing-card{
        height:auto
    }
.pricing-card .cta-btn {
    display: inline-block;
    position: relative;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    width: 180px;
    padding: 8px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 4px;
    border: 1px solid var(--col);
    background-color: var(--col);
    color: #e4e4e7;
    font-size: 16px;
    font-weight: bold;
}
#pricing h3 {
    margin-bottom: 16px;
    font-size: 26px;
}

 .sm {
    margin-top: 18px;
    margin-bottom: 16px;
}
    .preloader-img {
        width: 120px;
       
      }
    .mu{
        width: 100%;
        height: auto;
    }
    .b1{
        height: auto !important;
    }
    .mr {
        margin-top: 4rem;
    }
    .specific{
        padding: 0px 32px !important;
    }
    .container-fluid {
        padding: 0px 32px !important;
    }
    .navbar{
        padding: 0 !important;
    }
    .navbar-brand img {
        width: 185px;
        height: auto;
    }
    .nav-item {
        display: flex;
        justify-content: center;
    }
    .nav-link {
        width: 60%;
        text-align: center;
        margin-bottom: 16px;
    }
    .navbar-text {
        display: block;
        text-align: center;
        margin: 20px 0px;
    }
.fullScreen {
  height: 100vh;
}
    #header .container-fluid {
       padding: 0 !important;
    }
    .fixed-top {
        padding: 0 !important;
    }
    /* hero section  */
#hero {
    padding-top: 132px;
    padding-bottom: 4rem;
}
    #hero h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    #hero h6 {
        font-size: 15px;
    }
    .know {
        margin-top: 20px;
        display: inline-block;
        padding: .625rem 1.25rem;
        background-color: #05d1ff;
        color: #171d2f;
        text-align: center;
        border: 2px solid #0000;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.375rem;
        transition: border-color .4s, color .4s, background-color .4s;
        text-decoration: none;
    }
    /* service section  */
    #service h1 {
    text-align: center;
    color: #171d2f;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.75rem;
}
#service p {
  color: #171d2f;
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.mar{
  margin: 60px 0px;
}
.mycard {
  height: 420px;
  background-color: #fff;
  padding: 16px;
  font-size: 13px;
  line-height: 18px;
  transition: opacity .2s;
  position: relative;
  box-shadow: 0 2px 5px #0003;
  display: flex;
  flex-direction: column;
  overflow: hidden; /* Prevents content from overflowing */
}

.card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Push "Details" link to bottom */
}
.service-bg {
  object-fit: cover;
  border-radius: 8%;
  width: 100%;
  height: 185px;
  margin-bottom: 16px;
}
.service-icon {
  background-color: #fff;
  border-radius: 9px;
  padding: 5px;
  box-shadow: 0 2px 5px #0003;
  margin-top: -54px;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
}
  .card-img{
      text-align: center;
  }
  .card-content h4 {
      margin-bottom: 6px;
      font-size: 15px;
      font-weight: bold;
      line-height: 18px;
  }
  
  .card-content h6 {
    font-size: 13px;
    line-height: 16px;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
  
  .card-content a {
      display: inline-block;
      text-align: left;
      background-color: transparent;
      border: 1px solid #000;
      margin-top: 10px;
      color: #171d2f;
      cursor: pointer;
      padding: 5px 12px;
      text-decoration: none;
      align-self: flex-start;
      margin-top: auto; /* Push the link to the bottom */
  }
  
  .card-content a:hover {
      color: #05d1ff;
  }
      .team-circles {
          border-bottom: 1px solid #e4ebf3;
          padding: 10px 0;
          position: relative;
      }
    /* about section  */
    #about {
        padding: 80px 0px;
    }
    /* global section  */
    .glo{
        width: 100%;
    }
    #global h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    #global p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    /* bank section  */
    #bank{
        background-color: #171d2f;
    }
    #bank .b-cont {
        padding: 2.75rem 1rem 2.75rem 2rem;
    }
    /* footer section  */
   
    #newsletter-section {
        padding: 0rem;
    }
    .foot-down h5 {
        font-size: 13px;
    }
    .f-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    #footer .container-fluid{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #footer h2 {
        font-size: 16px;
    }
}
@media (max-width: 500px) {
  .outer-container {
    padding: 10px 20px 10px 20px;
  }

  .section-head-text {
    text-align: center;
  }
  .section-head-text {
    font-size: 1rem;
    font-weight: 700;
    line-height: 17px;
    color: #171d2f;
    margin: 16px 0 48px 0;
    text-transform: uppercase;
}
}
@media screen and (max-width:480px) {
    .mycard {
        height: auto;
    }
    .service-bg {
        height: auto;
    }
    
    #footer p {
        font-size: .875rem;
        padding-right: 0;
    }
    .padding-global {
        padding-left: 16px;
        padding-right: 16px;
    }
    .newsletter-link {
        font-size: 13px;
    }
}