/* Responsive CSS Starts */

@media screen and (min-width:1600px) {}

@media screen and (max-width:1100px) {

  html {
    font-size: 14px;
  }

  .banner-wrapper>.overflow-hidden {
    padding-top: 60px;
    padding-bottom: 20px;
    height: auto;
  }

  .banner-illustration>span {
    width: 300px;
  }

  section {
  overflow: hidden;
}

}

@media screen and (max-width:991px) {

  h1 {
    font-size: 3.25rem;
    line-height: 3.5rem;
    margin-bottom: 12px;
  }

  .py-60 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .pt-60 {
    padding-top: 40px !important;
  }

  .pb-60 {
    padding-bottom: 40px !important;
  }

  header {
    padding: 5px 0px;
  }

  .custom-navbar .navbar-brand {
    max-width: 65px;
  }

  .custom-navbar .nav-item {
    padding: 0px 12px;
  }

  .custom-navbar .nav-item .nav-link {
    font-size: 1rem;
  }

  .request-demo-wrapper h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 8px !important;
  }

  .request-demo-wrapper h3 {
    font-size: 1.2rem;
    margin-bottom: 0px !important;
  }

  .custom-dialog-modal {
    max-width: 96%;
  }

  .request-demo-image {
    margin: 0px auto 0px;
  }

  .our-solution-tabs .nav-pills {
    padding: 0px 0%;
  }

  .banner-content {
    padding-top: 80px;
  }

  .navbar-toggler,
  .navbar-toggler:is(:hover, :focus) {
    border: none;
    background: transparent;
    padding: 0px !important;
    box-shadow: none;
    outline: 0;
    margin-top: -3px;
    width: 42px;
    height: 34px;
  }

  .navbar-toggler-icon {
    width: 1.7em;
    height: 1.7em;
  }

  .custom-navbar .nav-item .nav-link {
    padding: 10px 0px !important;
    text-align: center;
  }

  .navbar-nav {
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    margin-top: 8px;
  }

  .custom-navbar .nav-item.dropdown .dropdown-menu {
    min-width: 100%;
    max-width: 100%;
    box-shadow: none;
    border-radius: 4px;
    background: #eef3fa;
    margin: 0px auto;
    text-align: center;
  }


  .navbar-toggler,
  .navbar-toggler:is(:hover, :focus) {
    border-color: var(--clr-white) !important;
    background: var(--clr-white) !important;

  }

  .navbar-nav {
    background: var(--clr-primary);
  }

  .custom-navbar .nav-item .nav-link.active,
  .custom-navbar .nav-item .nav-link.active:hover,
  .custom-navbar .nav-item .nav-link:hover {
    color: var(--clr-secondary);
  }

  .banner-content h1 {
    font-size: 2.5rem;
    line-height: 3.4rem;
  }

  .banner-content p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .border_end,
  .service-wrapper .col-sm-6.col-lg-4:nth-child(3n) .border_end {
    border-right: none;
    height: auto;
  }

  .ethical-ai-content ul li { 
  gap: 14px; 
  padding: 30px 20px;
}

.rlhf-card { 
  padding-left: 80px;
}

.rlhf-card .card-icon .icon-file {
  width: 65px;
  height: 65px;
}

.rlhf-card .card-icon .icon-file > img {
  max-width: 34px;
  max-height: 34px;
}

}

@media screen and (max-width:768px) {

  .py-60 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .pt-60 {
    padding-top: 30px !important;
  }

  .pb-60 {
    padding-bottom: 30px !important;
  }

  .mt-5 {
    margin-top: 0px !important;
  }

  .banner-wrapper>.overflow-hidden {
    padding-top: 80px;
    padding-bottom: 25px;
  }

  .dot_left_icon {
    width: 44px;
    background-size: 45px;
  }

  .dot_right_icon {
    width: 64px;
    background-size: 45px;
  }

  .service-wrapper .col-sm-6.col-lg-4:nth-child(3n) .border_end {
    border-right: none;
  }

  .service-wrapper .col-sm-6.col-lg-4:nth-child(2n) .border_end {
    border-right: 0;
  }

  .banner-content {
    padding: 0px;
  }

  .our-solution-wrapper {
    height: 920px;
  }

  .our-solution-image,
  .banner-image {
    display: none;
  }

  h1 {
    font-size: 2.6rem;
    line-height: 3.5rem;
  }

  .banner-content p {
    padding: 0px;
    line-height: 1.6rem;
  }

  .our-solution-tabs .nav-pills {
    gap: 8px;
    margin-bottom: 20px !important;
  }

  .our-solution-tabs button {
    font-size: 1rem;
    padding: 6px 10px;
  }

  .our-solution-content {
    padding: 0px !important;
    padding-top: 24px !important;
  }

  .our-start-wrapper .bg-dark-wrapper {
    background: transparent;
    padding: 0px;
  }

  .our-start-wrapper .border-end {
    border-right:
      0px !important;
  }

  .title-heading.pb-3 {
    padding-bottom: 0px !important;
  }

  .request-box {
    padding: 24px !important;
  }

  .request-box {
    padding: 24px 24px;
  }

  .client-logo li {
    width: 180px;
  }

  .custom-dialog-modal {
    max-width: 65%;
  }

  .footer-logo img {
    max-width: 70px;
  }

  .footer-top {
    padding-bottom: 6px !important;
  }

  .footer-content,
  .footer-links {
    margin-bottom: 24px;
  }

  .footer-links ul li {
    padding: 2px 0px;
  }

  .banner-illustration>span {
    width: 200px;
    left: -100px;
    top: 10px;
  }

  .banner-illustration>.cube-illustration-2 {
    left: auto;
    right: -100px;
  }

  .banner-content h1 {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .banner-content p {
    font-size: 1rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .start-item {
    border-radius: 24px;
    padding: 10%;
    margin-bottom: 20px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .service-image img {
    border: 8px solid #FFFFFF2B;
    border-radius: 24px;
  }

  .px-10 {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }

  .service-content {
    padding: 0px !important;
    padding-top: 24px !important;
  }

  /*  */
  .services-wrapper h2,
  .service-heading h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .service-heor-content-box {
    padding: 40px 0px !important;
  }
/* 
  .service-hero-image-box,
  .ai-solution-image-box {
    display: none;
  } */

  .prompt-image>img {
    height: 100%;
    position: relative;
    bottom: -14px;
    right: 10px;
  }

  .prompt-cards-box {
    padding-bottom: 40px;
  }

  .prompt-image {
    background: transparent;
  }

  .mt-80 {
    margin-top: 0px !important;
  }

  .ethical-ai-content,
  .rlhf-wrapper {
    padding: 40px 0px !important;
  }

  .ethical-ai-content ul {
    padding-top: 0px !important;
  }

  .ethical-ai-content ul li {
    padding: 16px 20px !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .rlhf-box {
    padding: 16px;
  }

  .rlhf-card {
    padding-left: 86px;
    margin: 10px 0px;
  }

  .rlhf-card .card-icon .icon-file {
  top: 5px;
  }

  .service-heading.pe-5 {
    padding: 0px !important;
  }

  .ai-solution-wrapper {
    padding-top: 0px !important;
    padding-bottom: 40px !important;
  }

  .services-wrapper::after {
    width: 100%;
  }

}

@media screen and (max-width:576px) {

  .banner-content h1 {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .mt-120 {
    margin-top: 50px;
  }

  .custom-dialog-modal {
    max-width: 94%;
  }

  .custom-dialog-modal .close {
    right: 15px;
    top: 15px;
  }

  .login-form-wrap {
    padding: 20px !important;
  }

  .footer-content,
  .footer-links {
    text-align: center;
  }

  .footer-content ul,
  .footer-links ul li {
    justify-content: center;
  }

  .text-content-wrap {
    text-align: center;
  }

  .under-construction-wrapper {
    min-height: auto;
  }

  .banner-illustration>span {
    width: 150px;
    left: -90px;
    top: 10px;
  }

  .banner-illustration>.cube-illustration-2 {
    left: auto;
    right: -90px;
  }

  .banner-content h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .pt-100 {
    padding-top: 60px !important;
  }

}

@media screen and (max-width:350px) {}