
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family:'Syne' !important;
    background-color: #020103;
    letter-spacing: 1.0px;
}

a {
    text-decoration: none;
    color: inherit;
}
  /* Styling for the arrow */
  .arrow {
    font-size: 20px; 
    margin-left: 10px;
    display: inline-block;
    animation: bounce 1s infinite alternate; 
    color: white;
    border: 1px solid white ;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    padding: 5px 5px;
  }
  .arrow:hover{
    /* background: linear-gradient(to right, #4a0847,  #1a083f, #370248); */
    background-color: rgba(255, 255, 255, 0.758);
    color: #020103;
  }
  
  /* Bounce animation */
  @keyframes bounce {
    0% {
      transform: translateX(0); 
    }
    50% {
      transform: translateX(10px); 
    }
    100% {
      transform: translateX(0); 
    }
  }
/* Navbar Styles */
.navbar {
    background-color: #020103 !important;
    box-shadow: 0 4px 8px rgb(86 5 94 / 40%);
    z-index: 1050;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    transition: all 0.3s ease;
    padding: 20px 20px;
}

.navbar .navbar-nav .nav-link:hover {
    background: linear-gradient(90deg, #5200FF, #FF2DF7);
    color: transparent;
    background-clip: text;
    border-radius: 5px;
    border-bottom: 1px solid #FF2DF766;
}

.navbar .navbar-nav.ms-auto {
    margin-left: auto;
}

.navbar .navbar-nav.ms-auto li {
    margin-left: 30px;
}

/* Contact Button */
.navbar .navbar-nav .nav-item.contact a {
    background: linear-gradient(90deg, #FF2DF766, #5200FF66);
    color: white;
    padding: 10px 22px;
    border-radius: 12px;
    font-weight: 500;
    border-image: linear-gradient(20deg, #5100ffd7, #FF2DF766) 1;
    color: white;
    box-shadow: 0 4px 8px rgba(255, 47, 247, 0.5);
}

.navbar .navbar-nav .nav-item.contact a:hover {
    background: linear-gradient(90deg, #5200FF66, #FF2DF766);
    border: 2px solid #FF2DF766;
    color: white;
    box-shadow: 0 0 4px #5100ffb8, 0 0 10px #ff2df8ac, 0 0 10px #5100ffac, 0 0 20px #ff2df8a9;
}

/* Navbar Logo */
.navbar-logo {
    width: auto;
    max-height: 40px;
    display: block;
}
.navbar-toggler {
    background: linear-gradient(90deg, #610e65, #19083cfe);
    border: none;
}

.navbar-toggler-icon {
    background-color: transparent;
}

body, html {
    overflow-x: hidden; 
}

/* Media Query for Mobile */
@media (max-width: 767.98px) {
    .navbar .navbar-nav .nav-item {
        margin-left: 15px; 
    }
    
    .navbar-toggler {
        background: linear-gradient(90deg, #610e65, #19083cfe);
        border: none;
    }
    .navbar-logo {
        width: 50%;
        max-height: 70px;   
        display: block;       
      }
      .navbar .navbar-nav .nav-item.contact a {
        width: 30%;
        margin-bottom: 20px;
     }
     .navbar .navbar-nav.ms-auto li {
        margin-bottom: 5px;
        
     }
}

/* -------------------------------------------Ai Ethices page css---------------------------- */
 .ai-ethics-banner{
    padding: 70px 0 10px 0;
 }
.ai-ethics-banner h1 {

    background: linear-gradient(to right, #FF2DF7,#FF2DF7, #5200FF, #5200FF, #5200FF);
    color: transparent; 
    background-clip: text; 
    -webkit-background-clip: text; 
    font-size: 3rem; 
    font-weight: 600; 
    margin-bottom: 20px;
    padding: 5px;
    line-height: 1.6;

}

@media (max-width: 768px) {

    .ai-ethics-banner h1 {

        font-size: 2rem;    
    
    }

}

.ai-ethics-section{
    padding: 60px 20px;
}
.ai-ethics-heading{
    background: linear-gradient(to right, #FF2DF7,#FF2DF7, #5200FF, #5200FF, #5200FF);
    color: transparent; 
    background-clip: text; 
    -webkit-background-clip: text; 
    font-size: 2rem; 
    font-weight: 600; 
    text-align: center;
    margin-bottom: 40px;
}
 .ai-ethics-content{
    color: #ffff;
    font-size: 1.2rem;
  }
.Core-Areas-section{
    padding: 60px 20px;
}
.Technology-Driven-section{
    padding: 60px 20px;
}
.tech-row h3{
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.5rem;
    margin-top: 20px;
} 
.tech-row p{
    color: #e4e1e1;
} 
.tech-row ul li{
    color: #e4e1e1;
    margin-top: 10px;
} 
.tech-row img{
    box-shadow: rgba(70, 5, 83, 0.56) 0px 22px 70px 4px;
}
.intro-content{
    color: #fff;
    margin-bottom: 10px;
}
 .service-heading{
    color: #fff;
    margin-top: 15%;
 }
 .bullet-list{
    color: #e4e1e1;
    line-height: 1.9;
 }

@media (max-width: 768px) {
    .section-heading{
      
        font-size: 1.5rem; 
        
    }
    .ai-ethics-heading{
        font-size: 1.5rem;
    }
    .ai-ethics-content{
        font-size: 1rem; 
        text-align: justify;
    }
    .tech-row h3{
        
        font-size: 1.5rem;
     
    } 
    .tech-row p{
     font-size: 15px;
    } 
    .tech-row ul li{
        font-size: 15px;
    } 

}
  /* --our compliance */
  .compliance-section{
    padding: 60px 20px;
  }
  .our-unique-intro{
    padding: 100px 20px 60px 20px;
  }
  .our-unique-intro h2{
    background: linear-gradient(to right, #FF2DF7,#FF2DF7, #5200FF, #5200FF, #5200FF);
    color: transparent; 
    background-clip: text; 
    -webkit-background-clip: text; 
    font-size: 2rem; 
    font-weight: 600; 
    margin-bottom: 40px;
    padding: 5px;
    line-height: 1.6;
    text-align: center;
  }
  .compliance-section h2{
    background: linear-gradient(to right, #FF2DF7,#FF2DF7, #5200FF, #5200FF, #5200FF);
    color: transparent; 
    background-clip: text; 
    -webkit-background-clip: text; 
    font-size: 2rem; 
    font-weight: 600; 
    margin-bottom: 40px;
    padding: 5px;
    line-height: 1.6;
    text-align: center;
  }
  .compliance-section ul li{
  color: white;
 
  }
  .compliance-section ul li h4{
    color: #fff;
    margin: 3% 0 1% 5%
  }
  .compliance-section ul li p{
    color: #cfcccc;
    margin: 0 0 1% 5%
  }
/* ----benefits compliance */
  .benefits-compliance-section {
    padding: 60px 20px;
   
  }

  .benefits-compliance-heading {
    background: linear-gradient(to right, #FF2DF7,#FF2DF7, #5200FF, #5200FF, #5200FF);
    color: transparent; 
    background-clip: text; 
    -webkit-background-clip: text; 
    font-size: 2rem; 
    font-weight: 600; 
    margin-bottom: 40px;
    padding: 5px;
    line-height: 1.6;
    text-align: center;
  }


  .benefits-compliance-card {
    position: relative;
    background: linear-gradient(135deg, #1b044e98, #420540bd) !important;
    border-radius: 0 20% 0 20%;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    text-align: center;
  }

  .benefits-compliance-card:hover {
    transform: translateY(-10px); 
  }

  .benefits-compliance-card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
  }

  .benefits-compliance-card-text {
    font-size: 1rem;
    color: #ffffff;
  }

  .benefits-compliance-card-columns .card:nth-child(4), .benefits-compliance-card-columns .card:nth-child(5) {
    flex: 0 0 38%; 
    display: flex;
    justify-content: center;
  }

  /* Ensure responsiveness */
  @media (max-width: 768px) {
    .our-unique-intro h2{
        font-size: 1.5rem;
    }
    .benefits-compliance-card-columns .card {
      flex: 0 0 100%; 
    }
    .compliance-section h2{
        font-size: 1.5rem !important; 
       
      }
      .benefits-compliance-card-title {
        font-size: 1.2rem;
      }

  }

  
 
/* --------------------------------------Ai Knowledge css----------------------------------- */

.service-second-banner h1 {

    background: linear-gradient(to right, #FF2DF7,#FF2DF7, #5200FF, #5200FF, #5200FF);
    color: transparent; 
    background-clip: text; 
    -webkit-background-clip: text; 
    font-size: 3rem; 
    font-weight: 600; 
    margin-bottom: 20px;
    padding: 5px;
    line-height: 1.6;
    text-align: center;

}
.service-second-banner {

    background-size: cover;
    background-position: center; 
    padding: 100px 0; 
    background-image: url('../images/services/service2-banner.webp'); 
   margin-top: 6%;

  }

  
  @media (max-width: 767px) {
    .service-second-banner h1 {
      text-align: center;
      padding-left: 0;
    }
  }
  
.intro-text{
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    line-height: 1.6;
}
/* -----Why Choose AI Knowledge Academy?---- */
.knowledge h1{
    background: linear-gradient(to right, #FF2DF7,#FF2DF7, #5200FF, #5200FF, #5200FF);
    color: transparent; 
    background-clip: text; 
    -webkit-background-clip: text; 
    font-size: 2rem; 
    font-weight: 600; 
    margin-bottom: 40px;
    padding: 5px;
    line-height: 1.6;
    text-align: center;
}
.knowledge h5{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.knowledge p{
    color: #dad9d9;
    line-height: 1.6;
}
/* -----Get Involved Today! */
.get-involve-section{
     padding: 60px 20px;
}
.get-involve-section h6{
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.get-involve-section p{
    color: #dad9d9;
    line-height: 1.6;
}
/* -----our-pillars */
.our-pillars{
    padding: 60px 20px;
}
.our-pillars h2{
    background: linear-gradient(to right, #FF2DF7,#FF2DF7, #5200FF, #5200FF, #5200FF);
    color: transparent; 
    background-clip: text; 
    -webkit-background-clip: text; 
    font-size: 2rem; 
    font-weight: 600; 
    margin-bottom: 40px;
    padding: 5px;
    line-height: 1.6;
    text-align: center;
}
.pillar-card {
    position: relative;
    background: linear-gradient(135deg, #5200FF33, #FF2DF733) !important; 
    border-radius: 0 20% 0 20%; 
    transition: all 0.3s ease;
    overflow: hidden; 

}
.pillar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: inherit; 
    background: linear-gradient(135deg, #5200FF33, #FF2DF733); 
    z-index: -1;
    transition: all 0.3s ease;
}
.pillar-card:hover::before {
    transform: scale(1.1); 
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); 
}

.pillar-card:hover {
    transform: scale(1.05); 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}
.pillar-card .card-body{
    padding: 30px;
}
.pillar-card h5{
    color: #fff;

}
.pillar-card ul li{
    color: #d1d0d0;
    margin-top: 20px;
    text-align: justify;
    line-height: 1.6;

}
/* ----our vission ----- */
.our-vission{
    padding: 60px 20px;
}
.our-vission h1{
    background: linear-gradient(to right, #FF2DF7,#FF2DF7, #5200FF, #5200FF, #5200FF);
    color: transparent; 
    background-clip: text; 
    -webkit-background-clip: text; 
    font-size: 2rem; 
    font-weight: 600; 
    margin-bottom: 40px;
    padding: 5px;
    line-height: 1.6;
    text-align: center;
}
.our-vission p{
    color: #fff;
    line-height: 2;
    text-align: justify;
}
.our-vission img{
   max-width: 70%;
   height: auto;
   width: 100%;
}
/* ----Join us now! */
.bg-image-section {
    background-size: cover;
    background-position: center;
    height: 100vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.text-overlay {
    color: white;
    z-index: 2;
}

.bg-image-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

.btn-light {
    background-color: white;
    color: #333;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-light:hover {
    background-color: #333;
    color: white;
}

/* General Styles */
.service-second-banner h1 {
    background: linear-gradient(to right, #FF2DF7, #FF2DF7, #5200FF, #5200FF, #5200FF);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 5px;
    line-height: 1.6;
    text-align: center;
}

.service-second-banner {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    background-image: url('../images/services/service2-banner.webp');
    margin-top: 6%;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .service-second-banner {
        padding: 60px 20px; 
    }
    
    .service-second-banner h1 {
        font-size: 2rem; 
        padding: 5px;
        margin-bottom: 10px; text-align: left;
    }

    .intro-text {
        padding: 40px 20px; 
        font-size: 1rem; 
    }

    .knowledge h1 {
        font-size: 1.0rem;
        margin-bottom: 20px;
    }

    .knowledge h5 {
        font-size: 16px; 
        margin-bottom: 15px;
    }

    .knowledge p {
        font-size: 14px;
    }

    /* Get Involved section */
    .get-involve-section h6 {
        font-size: 18px; 
        margin-bottom: 15px;
    }

    .get-involve-section p {
        font-size: 14px; 
    }

    /* Pillars section adjustments */
    .our-pillars h2 {
        font-size: 1.5rem; 
        margin-bottom: 30px;
    }

    .pillar-card {
        padding: 15px; 
    }

    .pillar-card h5 {
        font-size: 18px; 
    }

    .pillar-card ul li {
        font-size: 14px; 
        margin-top: 10px; 
    }

    /* Vision section */
    .our-vission h1 {
        font-size: 1.5rem; 
        margin-bottom: 20px;
    }

    .our-vission p {
        font-size: 14px; 
        text-align: justify;
    }

    .our-vission img {
        max-width: 100%; 
        height: auto;
        margin-bottom: 20px;
    }

    /* Join Us section */
    .bg-image-section {
        height: 60vh; 
        padding: 20px;
    }

    .bg-image-section .text-overlay {
        font-size: 1.5rem; 
    }

    .btn-light {
        font-size: 14px;
        padding: 8px 30px; 
    }
}

/* General mobile styles */
@media (max-width: 480px) {
    .service-second-banner h1 {
        font-size: 2rem; 
        margin-bottom: 15px;
    }

    .intro-text {
        padding: 30px 15px;
    }

    .knowledge h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .pillar-card .card-body {
        padding: 20px; 
    }

    .our-vission h1 {
        font-size: 1.5rem;
    }

    .get-involve-section h6 {
        font-size: 16px; 
    }

    .bg-image-section {
        height: 50vh; 
    }

    .btn-light {
        font-size: 12px; 
        padding: 8px 25px; 
    }
}

/* ------------------------------Ai Goverment css ---------------------------------- */
.ai-goverment-banner h1 {
    background: linear-gradient(to right, #FF2DF7, #FF2DF7, #5200FF, #5200FF, #5200FF);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 3rem;
    font-weight: 600;
    padding: 40px;
    line-height: 1.6;
  }
  .ai-goverment-banner {
    padding: 60px 0;
  }
  
   .our-end-section {
    position: relative;
    margin-bottom: 50px;
    padding: 60px 20px ;
  }

  .our-end-card {
    position: absolute;
    top: 80px; 
    left: 20%;
    width: 45%;
    background: linear-gradient(to right, rgba(56, 10, 54, 0.795), rgba(58, 3, 56, 0.817), rgba(27, 4, 78, 0.872), rgba(15, 4, 39, 0.861), rgba(23, 8, 56, 0.824));
    border-radius: 8px;
    z-index: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .our-end-card-left {
    left: auto;
    right: 40%; 
  }


  .our-end-card-body {
    padding: 30px;
    color: white;
  }

  .our-end-card-title {
    font-size: 1.25rem;
    font-weight: bold;
  }

  .our-end-card-text {
    font-size: 1rem;
  }

  .our-end-card-list {
    list-style-type: disc;
    padding-left: 20px;
  }

  .image-section img {
    width: 80%;
    height: auto;
    border-radius: 8px;
  }

  .our-end-container {
    position: relative;
  }

  /* Ensure responsiveness */
  @media (max-width: 768px) {
    .our-end-card {
      width: 100%;
      position: relative;
      top: auto;
      left: 0;
      right: 0;
    }

    .our-end-section {
      margin-bottom: 30px;
    }
  }

  /* Mobile Responsiveness for Banner */
  @media (max-width: 767px) {
    .ai-goverment-banner h1 {
      font-size: 2rem;
      text-align: center;
    }
    .ai-goverment-banner .row {
      flex-direction: column;
      text-align: center;
    }
    .ai-goverment-banner img {
      width: 100%;
      height: auto;
      margin-top: 20px;
    }
  }
  
  /* Section Styling for Smaller Devices */
  @media (max-width: 767px) {
    .intro-section {
        padding: 20px 0;
      }
      
      .intro-section .ai-service-content {
        font-size: 1.2rem;
        line-height: 1.6;
        margin-top: 20px;
      }
      
      .our-end-section {
        margin-bottom: 40px;
        padding: 30px 20px;
      }
      
      .our-end-card {
        background: linear-gradient(to right, rgba(56, 10, 54, 0.795), rgba(58, 3, 56, 0.817), rgba(27, 4, 78, 0.872), rgba(15, 4, 39, 0.861), rgba(23, 8, 56, 0.824));
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 20px;
      }
      
      .our-end-card-left {
        left: auto;
        right: 0;
      }
      
      .our-end-card-body {
        padding: 30px;
        color: white;
      }
      
      .our-end-card-title {
        font-size: 1.25rem;
        font-weight: bold;
      }
      
      .our-end-card-list {
        list-style-type: disc;
        padding-left: 20px;
      }
      .image-section img {
        width: 100%;
        height: auto;
        border-radius: 8px;
      }
      
      .our-end-container {
        position: relative;
      }

  }
  
  

/* ---------------------------------- AI Services and Products --------------------------- */

.ai-services-banner h1{
    background: linear-gradient(to right, #FF2DF7,#FF2DF7, #5200FF, #5200FF, #5200FF);
    color: transparent; 
    background-clip: text; 
    -webkit-background-clip: text; 
    font-size: 3rem; 
    font-weight: 600; 
    margin-bottom: 20px;
    padding: 5px;
    line-height: 1.6;
    text-align: centers;
  }
  .ai-services-banner {
    position: relative;
    background-image: url('../images/services/ai-service-pro.webp'); 
    background-size: cover; 
    background-position: center;  
    padding: 100px 0;
}

.ai-services-banner .container {
    position: relative;
}

/* Adding the transparent overlay for mobile devices only */
@media (max-width: 767px) {
    .ai-services-banner {
        background-position: right;  
        padding: 50px 10px 0px 10px;
    }

    .ai-services-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.696); 
        z-index: 1; 
    }

    .ai-services-banner .container {
        position: relative;
        z-index: 2;
    }

    .ai-services-banner h1 {
        font-size: 2rem;
        text-align: left;
        z-index: 3;
    }
    .carousel-heading{
        font-size: 1.5rem !important;
    }
    .why-choose-integration h2{
        font-size: 1.5rem !important;
    }
}

.ai-service-content{
    padding: 60px 20px ;
    color: #ffff;
    font-size: 1.2rem;
  }

/* .carousel-section {
    padding: 60px 20px !important;
    background: linear-gradient( #020103 ,#410644);
}

.carousel-heading {
    background: linear-gradient(to right, #FF2DF7,  #5200FF, #5200FF);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 60px !important;
    text-align: center;
}
.carousel-section img{
    background: linear-gradient(90deg, #5200FF66, #FF2DF766);
    border: 2px solid #FF2DF766;
    color: transparent;
    background: linear-gradient(90deg, #5200FF, #FF2DF7); 
    border-radius: 15px;
}
.carousel-caption {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.858); 
    color: white; 
    padding: 25px;
 
    width: 100%;
  }
  
  .carousel-caption p {
    margin: 0;
    padding: 25px;

  } */

  /* Carousel section */
.carousel-section {
    padding: 60px 20px !important;
    background: linear-gradient(#020103, #410644);
}

.carousel-heading {
    background: linear-gradient(to right, #FF2DF7, #5200FF, #5200FF);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 60px !important;
    text-align: center;
}
.carousel-section img {
    background: linear-gradient(90deg, #5200FF66, #FF2DF766);
    border: 2px solid #FF2DF766;
    color: transparent;
    background: linear-gradient(90deg, #5200FF, #FF2DF7);
    border-radius: 15px;
    width: 100%; 
    height: auto; 
}

.carousel-caption {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.804);
    color: white;
    padding: 25px;
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
    text-align: left;
}

.carousel-caption h6 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 20px;
    text-align: justify;
}

.carousel-caption p {
    margin: 0;
    padding: 5px 20px;
    text-align: justify;
}


/* Mobile and tablet devices */
@media (max-width: 767px) {

    .carousel-caption {
        position: relative; 
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 15px;
        width: 100%;
        text-align: center; 
        box-sizing: border-box;
        margin-top: 10px;
    }

    .carousel-caption h6 {
        font-size: 1.1rem; 
        margin-bottom: 10px;
    }

    .carousel-caption p {
        font-size: 0.9rem; 
    }

    .carousel-heading {
        font-size: 1.8rem; 
        margin-bottom: 40px !important;
    }
    .carousel-inner {
        position: relative;
        overflow: hidden;
    }

    .carousel-item img {
        width: 100%;
        height: auto; 
    }
}

.why-choose-integration h2{
    background: linear-gradient(to right, #FF2DF7,  #5200FF, #5200FF);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 60px !important;
    text-align: center;
}


/* ----------------Building a Smarter Future with Ethical AI Solutions Section----------------- */

.ethical-ai h4 {
    background: linear-gradient(to right, #FF2DF7,  #5200FF, #5200FF);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 60px !important;
    text-align: center; 

    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 70%; 
}


.ethical-ai {
    overflow: hidden; 
    background-image: url('../images/building-ai.webp'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    padding: 50px 30px; 
}

.get-in-touch{
    color: #fff !important;

}

.form_div {
    background-color: transparent; 
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /
}


.form-control {
    border-radius: 5px;
    border: none;
    margin: 10px 0;
    width: 100%;
    background: transparent;
    padding: 15px 10px 15px 25px;
    font-size: 16px;
    border-radius: 15px;
    border: 1px solid #b1b0b0;

}
.button_container{
    display: flex;
    justify-content: center;  
    align-items: center;  
}

.submit_btn {
    text-align: center;
    background: linear-gradient(90deg, #5200FF66, #FF2DF766);
    border: 2px solid #FF2DF766;
    color: transparent;
    background: linear-gradient(90deg, #5200FF, #FF2DF7); 
    background-clip: text;
    background-color: transparent;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
}
@media (max-width: 767px) {
    .ethical-ai h4 {
        font-size: 1.5rem;
      
    }
}

  /* ---------------------------Footer  Section css------------------- */


footer{
    background-color: #020103;
    color: white;
    padding: 20px;
}

.footer h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer .list-unstyled {
    padding-left: 0;
    list-style-type: none;
}

.footer .list-unstyled li {
    font-size: 0.9rem;
    margin-bottom: 10px;
}
.footer .list-unstyled li a:hover{
    background: linear-gradient(90deg, #5200FF, #FF2DF7) !important; 
    color: transparent !important; 
    background-clip: text !important;
}
.footer .social-icons {
    font-size: 1.5rem;
}

.footer .social-icon {
    color: white;
    margin-right: 15px;
    transition: color 0.3s ease;
    cursor: pointer;
    
}

.footer .social-icon:hover {
    color: #5200FF; 
    transition: color 0.3s ease;
}

.footer a {
    text-decoration: none;
    color: white;
    transition: color 0.3s ease;
}

.footer a:hover {
    cursor: pointer;
}
.footer-logo {
    width: auto;
    max-height: 30px;
    display: block;      
  }

@media (max-width: 767px) {
    .footer .row {
        text-align: center;
    }

    .footer .social-icons {
        margin-top: 10px;
    }

    .footer .col-md-4 {
        margin-bottom: 20px;
    }
    .footer-logo {
        width: 100% !important;
        /* display: block; */
        margin: 0 auto;
        text-align: center; 
        max-width: 80px;
    }
}