*{
    font-family: "Michroma", sans-serif;
}
/* footer  */
.footer li{
    font-size: 12px;
    line-height: 2.2em;
    font-weight: 600;
}
.navbar-nav .nav-item .nav-link{
    font-size: 13px;
    color: #0e0d0d;
}
.nav-link{
    font-size: 13px;
}

/* carousel css  */
.carousel-item {
    position: relative;
}

.carousel-caption {
    position: absolute;
    top: 30%;
    left: 0;
    color: white;
    text-align: center;
    width: 100%;
}

.carousel-caption h2 {
    font-size: 3rem;
    font-weight: 700;
}

/* Overlay behind the text */
.carousel-overlay {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    padding: 20px;
    border-radius: 10px;
    display: inline-block; /* Only around the text */
}

.carousel-item img {
    height: 700px;
    object-fit: cover;
    object-position: center;
}

.carousel-item button {
    background-color: transparent;
    color: #fff;
}

.carousel-item button:hover {
    background-color: #fff;
    color: black;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .carousel-item img {
        height: 300px;
    }
    .carousel-caption {
        top: 5%;
        left: 0;
    }
    .carousel-caption h2 {
        font-size: 1.3rem;
    }
    .carousel-caption p {
        font-size: 12px;
    }
}

/* footer  */
@media (max-width: 576px) {
    .footer h4 {
        font-size: 1.2rem; /* Adjust heading size for mobile */
    }
    .footer p, .footer ul li a {
        font-size: 0.9rem; /* Adjust font size for readability */
    }
    .social-icons {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .social-icons a {
        margin: 0 5px; /* Add spacing between social icons */
    }
}

/* buttton  */
/* From Uiverse.io by Navarog21 */ 
.butt {
    /* width: 10em; */
    position: relative;
    height: 3.5em;
    border: 3px ridge #149CEA;
    outline: none;
    background-color: transparent;
    color: rgb(22, 21, 21);
    transition: 1s;
    border-radius: 0.3em;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .butt:hover::before, button:hover::after {
    transform: scale(0)
  }
  
  .butt:hover {
    box-shadow: inset 0px 0px 25px #1479EA;
  }

  /* card  */
  /* From Uiverse.io by gharsh11032000 */ 
.card-container {
    /* width: 300px; */
    height: 300px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  
  .card {
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }
  
  .card .front-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    object-fit: cover;
    object-position: center;

  }
  .card .front-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

  }
  
  /* .card .front-content p {
    font-size: 32px;
    font-weight: 700;
    opacity: 1;
    background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
  } */
  
  .card .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    background: rgba( 0, 0, 0, 0.5 );
    color: #e8e8e8;
    padding: 20px;
    line-height: 1.5;
    border-radius: 5px;
    pointer-events: none;
    transform: translateY(96%);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  }
  
  .card .content .heading {
    font-size: 20px;
    font-weight: 400;
  }
  
  .card:hover .content {
    transform: translateY(0);
  }
  
  .card:hover .front-content {
    /* transform: translateY(-30%); */
  }
  
  .card:hover .front-content p {
    opacity: 0;
  }

  .fontss {
    position: relative;
    display: inline-block;
    /* font-size: 8px;  */
    margin-bottom: 1rem; 
  }
  
  .fontss::after {
    content: '';
    position: absolute;
    bottom: -0.2px; 
    left: 50%;
    transform: translateX(-50%);
    width: 30%; 
    height: 1px; 
    /* background-color: #2258ae; */
    transition: width 0.4s ease, box-shadow 0.4s ease;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);  */
  }
  
  .fontss:hover::after {
    width: 100%; 
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
     background-color: #000;
  }
   /* permanent underline   */
  .fonts {
    text-align: center;
    /* font-size: 3rem; 
    font-weight: bold; */
}

.underline {
    width: 100px;   /* Adjust width as needed */
    height: 4px;    /* Thickness of the line */
    background-color: #000;  /* Color of the line */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); 
    margin: 10px auto 0 auto;
}

  /* clients css  */
  #trust-section .logo-container {
    position: relative;
    padding: 15px;
}

#trust-section .logo-container img {
    height: 100px;
}

#trust-section .logo-container::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #ddd;
}

#trust-section .logo-container:nth-child(4n)::after {
    display: none;
}

#trust-section .horizontal-line {
    height: 1px;
    background-color: #ddd;
    margin: 20px 15px;
}

@media (max-width: 767px) {
    #trust-section .logo-container::after {
        display: none;
    }

    #trust-section .logo-container:nth-child(odd)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 15%;
        height: 70%;
        width: 1px;
        background-color: #ddd;
        display: block;
    }

    #trust-section .horizontal-line {
        display: none !important;
    }

    #trust-section .logo-container:nth-child(2n)::after {
        display: none;
    }
}
  