body {
    /* font-family: "Poppins", sans-serif; */
    /* font-family: "Roboto Mono", sans-serif !important; */
    /* font-family: "Fira Code", monospace; */
    font-style: normal;
    margin: 0;
    padding: 0;
    /* text-align: center; */
    overflow: hidden;
    overflow-y: scroll;
}
header {
    /* background: #333; */
    /* color: white; */
    /* padding: 15px 0; */
}
/* .navbar-brand {
    width: 12%;
    position: absolute;
    left: 44%;
    top: 7px;
} */
/* .navbar-brand img {
    width: 85%;
} */
/* nav ul {
    list-style: none;
    padding: 0;
}
nav ul li {
    display: inline;
    margin: 0 15px;
}
nav ul li a {
    color: white;
    text-decoration: none;
} */
/* .navbar.navbar-expand-lg .container
{
  background: rgb(0 0 0 / 9%);
  border-radius: 25px;
  padding: 20px 10px 20px 10px;
} */
/* section {
    padding: 70px 50px 0px 50px;
} */
#home {
    background: #f4f4f4;
}
#features {
    background: #ddd;
}
#contact {
    background: #bbb;
}
button {
    padding: 10px 20px;
    background: #333;
    color: white;
    border: none;
    cursor: pointer;
}
button:hover {
    background: #555;
}
input, textarea {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
}
/* footer {
    background: #6f6f6f45;
    color: #000;
    padding: 15px 0;
    position: relative;
    bottom: 0;
    width: 100%;
} */
footer {
  /* background: #6f6f6f45; */
  background: #000000;
  color: #fff;
  padding: 30px 0;
  width: 100%;
  /* bottom: 0;
  position: absolute; */
}

footer h5 {
  font-weight: bold;
  margin-bottom: 15px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

footer ul li a:hover {
  text-decoration: underline;
}

footer .footer-tagline {
  font-size: 12px;
}
footer p {
  margin: 5px 0;
}
footer .container .row .last-col p {
  font-size: 14px;
}
footer .footer-text p {
  font-size: 14px;
}

footer div a {
  color: #000;
  font-size: 18px;
  margin-right: 10px;
  text-decoration: none;
}

footer div a:hover {
  color: #333;
}


.nav-btns{
    justify-content: space-evenly;
}
.nav-btns .btn:first-child{
    margin-right: 15px;
}
.nav-btns .btn, .round-btn{
    border-radius: 25px;
    padding: 12px 24px 12px 24px;
}
.file-main-div
{
    align-content: center;
    align-items: center;
    background-color: #fbfcff;
    border-radius: 14px;
    box-shadow: 0 11px 25px #0000001f, 0 45px 45px #0000001a, 0 101px 60px #0000000f, 0 179px 72px #00000005, 0 280px 78px #0000;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 4px;
    position: relative;
    width: 100%;
}

.file-main-div:first-child 
{
    align-content: center;
    align-items: center;
    background-color: #f1f1f6;
    border-radius: 10px;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 48px;
    will-change: var(none, transform);
}
.file-main-div:nth-child(2)
{
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: min-content;
}

.custom-card {
    /* max-width: 400px; */
    margin: auto;
    border-radius: 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* background-color: #f8f9fa; */
    /* background-image: url(../img/ai-lawyer.jpg) !important; */
    background-size: cover;  /* Make sure the image covers the area */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent tiling */
}
.custom-card .card-body
{
  padding: 10px !important;
}
.custom-card .card-body:nth-child(2)
{
  /* background-image: url(../img/ai-lawyer.jpg) !important; */
}
.custom-card .section-container1
{
  /* padding: 15px !important; */
  padding: 5px 2px 5px 2px !important;
}
.file-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.file-item {
    background: white;
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.file-info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    text-align: left;
}

.custom-btn {
    background: black;
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: bold;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.custom-btn:hover {
    background: #333;
}


section.banner .banner-first-col .card{
    border-radius: 24px;
    background-color: rgb(14, 16, 20);
}
section.banner .banner-first-col .card .card-body
{
    /* padding: 5rem; */
    padding: 5rem 2rem 5rem 2rem;
}
section.banner .banner-first-col .card .card-body .multi-tabs{ 
    margin-top: 40px;
}
section.banner .banner-first-col .card .card-body .multi-tabs ul.nav-tabs{ 
    display: inline-flex;
    justify-items: center;
    justify-content: center;
}
section.banner .banner-first-col .card .card-body .multi-tabs li.nav-item{ 
    font-size: 12px;
    width: min-content;
}
section.banner .banner-first-col .card .card-body .multi-tabs li.nav-item a{ 
    white-space: nowrap;
}
section.banner .banner-first-col .card .card-body p
{
  font-size: 14px;
}
section.banner .banner-first-col .card h2
{
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 110%;
    text-align: center;
    color: #fafbfe;
    text-decoration: none;
    -webkit-text-stroke: initial;
    padding-bottom: 30px;
}
/* section.banner .banner-sec-col .card h2
{
    padding-top: 50px;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 110%;
    text-align: center;
    color: #000;
    text-decoration: none;
    -webkit-text-stroke: initial;
} */
section.banner .banner-first-col .card .card-body .try-btn{
    flex: none;
    height: 52px;
    position: relative;
    width: auto;
    display: flex;
    justify-content: center;
}
section.banner .banner-first-col .card .card-body .try-btn button{
    background-color: rgb(64, 109, 255);
    border-radius: 14px;
    box-shadow: rgba(44, 77, 212, 0.29) 0px 7px 15px 0px, rgba(44, 77, 212, 0.26) 0px 26px 26px 0px, rgba(44, 77, 212, 0.15) 0px 59px 36px 0px, rgba(44, 77, 212, 0.04) 0px 106px 42px 0px, rgba(44, 77, 212, 0.01) 0px 165px 46px 0px;
    
}

.custom-tabs .nav-link {
    color: rgba(255, 255, 255, 0.6); /* Light grey color */
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease-in-out;
}
.custom-tabs .nav-link:hover {
    background: transparent;
    border: none;
}

.custom-tabs .nav-link.active {
    color: #fff;
    background: transparent;
    border: none;
}

.custom-tabs .nav-link.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: white; /* Underline color */
    position: absolute;
    bottom: -5px;
    left: 0;
}

.section-container {
    background: linear-gradient(135deg, #161616, #0D0D0D);
    border-radius: 24px;
    padding: 50px;
    text-align: center;
}
.section-container1 {
    background: #fafbfe;
    border: solid 1px #0D0D0D;
    border-radius: 24px;
    padding: 50px;
    text-align: center;
}
.section-container1.sec-section {
    background: #fafbfe;
    border: none !important;
    /* border-radius: 24px; */
    padding: 50px;
    text-align: center;
}
.section-container1 h2,
.product-section .product-title
{
    font-size: 56px;
    font-style: normal;
    color: #0D0D0D;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 110%;
}
.banner-sec-col .section-container1 h2
{
  font-size: 46px;
}
.section-container h2
{
    font-size: 56px;
    font-style: normal;
    color: #fafbfe;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 110%;
}
.blog-section h2,
.faq-section .faq-title
{
    font-size: 56px;
    font-style: normal;
    color: #000;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 110%;
}
.section-container p,
.product-section .product-subtitle
{
    font-style: normal;
    font-weight: 400;
    /* color: var(--framer-blockquote-text-color, var(--framer-text-color, #000)); */
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    text-align: center;
    -webkit-text-stroke-width: initial;
    -webkit-text-stroke-color: initial;
    font-feature-settings: initial;
    font-variation-settings: normal;
}
.section-container1 p
{
    font-style: normal;
    font-weight: 400;
    /* color: var(--framer-blockquote-text-color, var(--framer-text-color, #000)); */
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    line-height: 1.3em;
    text-align: center;
    -webkit-text-stroke-width: initial;
    -webkit-text-stroke-color: initial;
    font-feature-settings: initial;
    font-variation-settings: normal;
    padding-top: 10px;
}
.banner-sec-col .section-container1 p
{
  font-size: 14px;
}
.blog-section .explr
{
    background-color: rgb(14, 15, 20);
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.29) 0px 7px 15px 0px, rgba(0, 0, 0, 0.26) 0px 26px 26px 0px, rgba(0, 0, 0, 0.15) 0px 59px 36px 0px, rgba(0, 0, 0, 0.04) 0px 106px 42px 0px, rgba(0, 0, 0, 0.01) 0px 165px 46px 0px;
    height: 100%;
    opacity: 1;
}
.blog-img-cont {
    width: 100%;
    height: 260px;
    padding: 25px;
}
.blog-section p,
.faq-section .faq-subtitle
{
    font-style: normal;
    font-weight: 400;
    color: rgb(14, 15, 20);
    font-size: 20px;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    line-height: 150%;
    text-align: center;
    -webkit-text-stroke-width: initial;
    -webkit-text-stroke-color: initial;
    font-feature-settings: initial;
    font-variation-settings: normal;
}
.user-badge {
    background: #1A1A1A;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
}
.card-box {
    background: #121212;
    border-radius: 16px;
    padding: 20px;
    color: white;
    text-align: left;
    transition: 0.3s ease-in-out;
}
.prompt-section .card-box
{
    height: 140px;
    width: 240px;
}
.card-box:hover {
    background: #1A1A1A;
}
.card-box .icon {
    display: flex;
    justify-content: center;
}
.card-box .text {
    text-align: center;
}
.icon-box {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: solid 1px #fafbfe;
}
.icon-box i {
    color: white;
    font-size: 20px;
}



/* merquee slider css [start] */
/* * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  } */
  
  body {
    /* height: 100%; */
    /* font-family: "Roboto Mono", sans-serif !important;
    font-style: normal; */
    background-color: #fbfbfb;
    /* color: #000; */
    /* font-size: 16px; */
    /* line-height: 120%; */
    /* font-weight: 200; */
    /* text-align: left; */
  }
  
  .merquee-slider img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
  }
  
  .merquee-slider .spacer-100 {
    width: 100px;
    height: 100px;
  }
  
  .merquee-slider .spacer-60 {
    width: 60px;
    height: 60px;
  }
  
  .merquee-slider .spacer-30 {
    width: 30px;
    height: 30px;
  }
  
  .merquee-slider .spacer-15 {
    width: 15px;
    height: 15px;
  }
  
  .merquee-slider .marquee {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 600px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
  }
  
  .merquee-slider .marquee-horizontal {
    position: relative;
    z-index: 200;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 60px;
    justify-content: flex-start;
    align-items: center;
    background-color: #000000;
  }
  
  .merquee-slider .track-horizontal {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-horizontal 40s linear infinite;
  }
  
  .merquee-slider .marquee-horizontal-large {
    position: relative;
    z-index: 200;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 190px;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 auto;
  }
  
  .merquee-slider .marquee-text {
    margin-right: 8vw;
    flex: 0 0 auto;
    color: #ffffff;
    text-transform: uppercase;
  }
  
  .merquee-slider .track-horizontal-alt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .merquee-slider .track-horizontal-alt {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-horizontal-alt 40s linear infinite;
  }
  
  .merquee-slider .icon-container {
    display: flex;
    width: 210px;
    height: 15vw;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
  }
  
  .merquee-slider .icon-container-alt {
    display: flex;
    width: 250px;
    height: 150px;
    padding-right: 30px;
    padding-left: 30px;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    border-radius: 8px;
    /* border: 1px solid #eaeaea;
    background-color: #ffffff; */
  }
  
  .merquee-slider .icon {
    width: 65%;
  }
  
  .merquee-slider .col {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
  }
  
  .merquee-slider .col.small {
    width: 41%;
    flex: 0 0 auto;
  }
  
  .merquee-slider .header-quaternary {
    max-width: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    padding: 2px 4px;
  }
  
  .merquee-slider .header-secondary {
    max-width: 100%;
    font-size: 40px;
    line-height: 120%;
  }
  
  .merquee-slider .container {
    position: relative;
    z-index: 10;
    width: 90%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    /* padding-right: 60px;
    padding-left: 60px; */
  }
  
  .merquee-slider .flex-vertical {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: 30px; */
    margin-top: -17px;
  }
  
  .merquee-slider .flex-horizontal {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  .merquee-slider .flex-horizontal.flex-left {
    justify-content: flex-start;
  }
  
  .merquee-slider .track-vertical {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-vertical 20s linear infinite;
  }
  
  .merquee-slider .track-vertical-alt {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-vertical-alt 20s linear infinite;
  }
  
  .merquee-slider .marquee-cover {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, #fbfbfb),
      linear-gradient(180deg, #fbfbfb, hsla(0, 0%, 100%, 0) 30%);
  }
  
  .merquee-slider .marquee-cover-horizontal {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 70%, #fbfbfb),
      linear-gradient(270deg, #fbfbfb, hsla(0, 0%, 100%, 0) 30%);
  }
  
  @keyframes marquee-vertical {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-50%);
    }
  }
  
  @keyframes marquee-vertical-alt {
    from {
      transform: translateY(-50%);
    }
    to {
      transform: translateY(0%);
    }
  }
  
  @keyframes marquee-horizontal {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  
  @keyframes marquee-horizontal-alt {
    from {
      transform: translateX(-50%);
    }
    to {
      transform: translateX(0%);
    }
  }
  
  /* Subscribe button styles */
  .merquee-slider .subscribe-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
  }
  
  /* SVG inside subscribe button */
  .merquee-slider .subscribe-btn svg {
    height: 60px;
    width: 60px;
  }
  
  /* Floating YouTube Button Styling */
  .merquee-slider .youtube-button {
    position: fixed;
    bottom: 20px; /* Distance from the bottom */
    right: 20px; /* Distance from the right */
    background-color: #ff0000; /* YouTube red color */
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 999;
  }
  
  /* Icon Styling */
  .merquee-slider .youtube-button i {
    font-size: 24px;
  }
  .merquee-slider{
    padding: 0 !important;
  }
  
  /* Hover Effect */
  .merquee-slider .youtube-button:hover {
    background-color: #e60000; /* Darker shade of red */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px); /* Slight upward movement */
  }
  
/* merquee slider css [end] */

/* Blog Section css [start] */
.blog-section {
    text-align: center;
    padding: 50px 0;
}
.badge-custom {
    background: #c2c2c2;
    /* color: #4F46E5; */
    color: #222;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.blog-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}
.blog-card:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.blog-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    mix-blend-mode: luminosity;
}
.blog-content {
    padding: 20px;
}
.read-time {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.read-btn {
    /* background: #E0E7FF;
    color: #4F46E5; */
    background: #c2c2c2;
    color: #222;
    border-radius: 12px;
    padding: 5px 12px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
}
.read-btn:hover {
    /* background: #4F46E5;
    color: white; */
    background: #c2c2c2;
    color: #222;
}
/* Blog Section css [end] */

/* FAQ Section css [start] */
.faq-section 
{
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.faq-badge {
    /* background: #eef2ff;
    color: #5b63d3; */
    background: #c2c2c2;
    color: #222;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
.faq-title {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    margin-top: 15px;
}
.faq-subtitle {
    color: #636363;
    font-size: 16px;
    margin-bottom: 20px;
}
.accordion {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.accordion-item {
    border: none;
    background: #f5f5fa;
}
.accordion-button {
    background: #f5f5fa;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background: #eaeaf6;
    color: #222;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-body {
    color: #636363;
    font-size: 15px;
    text-align: left;
}
/* FAQ Section css [end] */

.hero-section {
  text-align: center;
  padding: 10px 20px;
  margin-top: 150px;
  margin-bottom: 50px;
}
.badge-custom {
  background: #6f6f6f45;
  color: #222;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.hero-title {
  margin-top: 25px;
  font-size: 56px;
  font-weight: 700;
  color: #222;
}
.hero-title span {
  /* color: #5b63d3; Accent color for 'Stunning Art' */
  color: #6f6f6f;
}
.hero-subtitle {
  font-size: 18px;
  color: #555;
  margin-top: 10px;
}
.search-box {
  max-width: 600px;
  margin: 30px auto;
  display: flex;
  background: #fff;
  padding: 10px;
  border-radius: 40px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.search-box input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 40px;
}
.search-box button {
  /* background: linear-gradient(90deg, #7f5af0, #5b63d3); */
  background: linear-gradient(90deg, #6f6f6f, #c2c2c2);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.search-box button:hover {
  /* background: linear-gradient(90deg, #5b63d3, #7f5af0); */
  background: linear-gradient(90deg, #c2c2c2, #6f6f6f);
}
.product-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}
.product-content {
  /* max-width: 500px; */
  text-align: start;
}
.product-title {
  /* font-size: 36px;
  font-weight: 700; */
}
.product-subtitle {
  /* font-size: 16px; */
  color: #555;
  margin-bottom: 20px;
  text-align: start !important;
}
.btn-custom {
  background: #000;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}
.btn-custom:hover {
  background: #fbfbfb;
  color: #000;
  border: solid 1px #000;
}
.product-image {
  border-radius: 20px;
  overflow: hidden;
}
.product-image img {
  mix-blend-mode: luminosity;
  width: 100%;
  border-radius: 20px;
}
.custom-card .card-body:nth-child(2) .row .col-md-5 .btn-custom i,
.custom-card .card-body:nth-child(2) .row .col-md-5 .btn-custom svg
{
  padding: 10px;
  background: #fbfbfb;
  color: #000;
  border-radius: 50%;
}
.custom-card .card-body:nth-child(2) .row .col-md-5 .btn-custom:hover svg
{
  background: #000;
  color: #fbfbfb;
}
.custom-card .card-body:nth-child(2) .row .col-md-5 h2
{
  font-size: 35px !important;
}
.custom-card .card-body:nth-child(2) .row .col-md-5 p
{
  padding-top: 0px !important;
}
.try-btn
{
  cursor: pointer;
}
#drawing
{
  position: absolute;
  left: 60px;
  z-index: -1;
}
.first-banner .row .col-md-12
{
  display: flex;
  justify-content: center;
}
.first-banner .row .col-md-12 .text-center
{
  width: 25%;
  background: rgb(255 255 255 / 93%);
  box-shadow: 0px 0px 20px 3px #fff;
  border-radius: 50%;
  padding: 3%;
}
#animation-section {
  width: 100%;
  height: 500px; /* Adjust height based on the section */
  position: relative;
  overflow: hidden;
  text-align: start;
}

#container {
  width: 100%;
  height: 100%;
}

.service-inr-sec p
{
  font-size: 14px;
}
.service-inr-sec h4
{
  font-size: 1.5rem;
}
.li-works h4
{
  font-size: 1.5rem;
}
.li-works p
{
  font-size: 14px;
}
.li-works ul li
{
  font-size: 14px;
}


.full-text {
  display: none; /* Hide full text by default */
}
.show-more {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}


@media (max-width: 768px) {
  #drawing
  {
    left: 20px;
  }
  .first-banner .row .col-md-12 .text-center
  {
    width: 66%;
  }
  /* .navbar-brand {
      width: 38%;
      position: relative;
      left: 0%;
  } */
  /* .navbar-brand img {
      width: 80%;
  } */
  section {
      padding: 0px;
  }
  section.banner .banner-first-col .card .card-body {
      padding: 10px;
  }
  section.banner .banner-first-col .card h2 
  {
      font-size: 30px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0em;
      line-height: 110%;
      text-align: center;
      color: #fafbfe;
      text-decoration: none;
      -webkit-text-stroke: initial;
      padding-top: 30px;
  }
  .file-box {
    padding: 0px 70px 30px 70px;
  }
  .file-item {
      background: white;
      padding: 7px 7px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  }
  section.banner .banner-first-col .card .card-body .multi-tabs li.nav-item {
    font-size: 11px;
  }
  .col-md-5.col-lg-5.col-sm-12.banner-sec-col {
      padding-top: 25px;
  }
  .section-container1.sec-section
  {
    padding: 25px;
  }
  .section-container1.sec-section h2
  {
    font-size: 30px;
    font-weight: 500;
  }
  footer .container .row .col-lg-3.col-md-6.col-sm-12.text-start {
    padding-bottom: 30px;
  }
  .service-inr-sec
  {
    text-align: center !important;
  }
  .machine-img-col{
    padding-top: 70px !important;
  }
  .new-service-sec{
    padding-top: 0px !important;
  }
  .ai-chat .hero-title {
    font-size: 35px;
  }
  .ai-chat .hero-subtitle {
    font-size: 14px;
  }
}