*{
    margin: 0;
    padding: 0;
}
 
 
 /* Section 1 */
  .Atl-section-1 {
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgb(150, 147, 147);
  }

  .Atl-section-1 img{
    width: 100%;
  }
  

  /* Section 2 */
  .Atl-section-2 {
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  
  .Atl-heading {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 24px;
    border-radius: 40px;
    box-shadow: 0 6px 4px rgba(173, 172, 172, 0.3);
    padding: 10px 30px;
    margin-bottom: 20px;
  }
  
  .Atl-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(180, 177, 177, 0.3);
    width: 90%;
  }
  
  .Atl-card2 {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 300px;
    flex-direction: column;
    padding: 20px;
    background: #0B2E33;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    box-shadow: 5px 20px 20px gray;
    border-radius: 20px;
    color: white;
    animation: float 2s infinite alternate ease-in-out;
  }


  
  .Atl-card2:hover .img-text {
    filter: blur(5px);
    transition: filter 0.3s ease-in-out;
  }
  
  .Atl-card2:hover .description {
    transform: scale(1.05);
  }
  
  .Atl-description {
    font-size: 1rem;
    line-height: 1.5;
    transition: filter 0.3s ease-in-out;
    margin-top: 30px;
  }
  
  .Atl-featureicons {
    height: 50px;
    width: 50px;
    background: white;
    border-radius: 10px;
    padding: 7px;
  }
  
  /* Responsive Styles */
  @media (max-width: 1024px) {
    .Atl-section-1 {
      flex-direction: column;
      height: auto;
      margin: 20px;
    }
  
    .Atl-card {
      width: 90%;
      height: auto;
    }
  
    .Atl-card-header {
      height: 250px;
    }
  
    .Atl-title {
      font-size: 1.5rem;
    }
  
    .Atl-container {
      gap: 15px;
      padding: 20px;
    }
  
    .Atl-card2 {
      width: 250px;
    }
  }
  
 
  
  @media (max-width: 480px) {
    .Atl-section-1 {
      margin: 5px;
    }
  
    .Atl-card-header {
      height: 150px;
    }
  
    .Atl-title {
      font-size: 1.1rem;
    }
  
    .Atl-container {
      gap: 8px;
      padding: 10px;
    }
  
    
  
    .Atl-description {
      font-size: 0.8rem;
    }
  
    .Atl-featureicons {
      height: 30px;
      width: 30px;
    }
  }


  /* 
************************marketing-service************************************************** */

.other-services-section{
    margin-top: 80px;
  }
  
  /* Section 1 */
  .other-services-section-1 {
    font-family: Arial, sans-serif;
   
  }
  
  .other-services-section-1 img {
    width: 100%;
    height: auto;
  }
  
  /* Section 2 */
  .other-services-section-2 {
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgb(150, 147, 147);
    margin: 50px;
    padding-bottom: 40px;
  }
  
  .other-services-heading {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 24px;
    border-radius: 40px;
    box-shadow: 0 6px 4px rgba(173, 172, 172, 0.3);
    padding: 10px 30px;
    margin-bottom: 20px;
  }
  
  .other-services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(180, 177, 177, 0.3);
    width: 90%;
  }
  
  .other-services-card2 {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 300px;
    flex-direction: column;
    padding: 20px;
    background: #0B2E33;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    box-shadow: 5px 20px 20px gray;
    border-radius: 20px;
    color: white;
    animation: float 2s infinite alternate ease-in-out;
  }
  
  @keyframes float {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-10px);
    }
  }
  
  .other-services-card2:hover .img-text {
    filter: blur(5px);
    transition: filter 0.3s ease-in-out;
  }
  
  .other-services-card2:hover .other-services-description {
    transform: scale(1.05);
  }
  
  .other-services-description {
    font-size: 1rem;
    line-height: 1.5;
    transition: filter 0.3s ease-in-out;
    margin-top: 30px;
  }
  
  .other-services-featureicons {
    height: 50px;
    width: 50px;
    background: white;
    border-radius: 10px;
    padding: 7px;
  }
  
  /* Section 3 */




  .other-services-typeheading{
    text-align: center;
    font-size: 40px;
  }

  .other-services-service-card, .blog-card, .team-card {
    transition: transform 0.3s ease-in-out;
  }
  .other-services-service-card:hover, .blog-card:hover, .team-card:hover {
    transform: translateY(-10px);
  }
  .other-services-carousel-inner img {
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
  }

  .other-services-form-container{
    display: flex;
    flex-direction: column;
    padding: 40px;
  }


  .other-services-services{
    background-color: #0B2E33;
    padding: 30px;
  }
  
  .other-services-service-img{
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
   
    
  }

  .other-services-about-img{
    width: 600px;
    height: 250px;
    margin-left: 10px;
  }


/* -----banner---- */

    .atl-section {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 4rem 6%;
      flex-wrap: wrap;
      animation: fadeIn 1s ease-in-out;
     background: linear-gradient(145deg, #98d7be, #0B2E33, #0B2E33, #0B2E33, #98d7be);
  color: #fff;
  line-height: 1.6;
    }

    .content-container {
      max-width: 800px;
      flex: 1 1 400px;
    }

   .bannerh1 {
      font-size: 2.8rem;
      font-weight: 800;
      margin-bottom: 1.2rem;
    }

    /* .bannerh1 span {
      text-decoration: underline;
      color: #0B2E33;
    } */

    p {
      font-size: 1.1rem;
      margin-bottom: 2.5rem;
    }

    .features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 1rem;
      
    }

    .feature-item {
      text-align: center;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      padding: 4px 10px;
      transition: transform 0.3s ease, background 0.3s ease;
      padding-top: 40px;
    
    }

    .feature-item:hover {
      transform: translateY(-8px);
      background: rgba(255, 255, 255, 0.1);
    }

    .feature-item img {
      width: 60px;
      height: 60px;
      margin-bottom: 0.5rem;
    }

    .feature-item p {
      font-weight: 600;
      font-size: 1rem;
      color: #93B1B5;
    }

    .illustration {
      flex: 1 1 300px;
      display: flex;
      justify-content: center;
      align-items: center;
      animation: float 4s ease-in-out infinite;
      margin-top: 2rem;
    }

    .illustration img {
      width: 100%;
      max-width: 400px;
    }

    @keyframes fadeIn {
      0% { opacity: 0; transform: translateY(20px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
    }

    @media (max-width: 768px) {
      .atl-section {
        flex-direction: column;
        text-align: center;
        padding: 3rem 5%;
      }

      .features {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 500px) {
      .features {
        grid-template-columns: 1fr;
      }

      .bannerh1 {
        font-size: 2rem;
      }
    }



    .indoor-media {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 4rem 6%;
      flex-wrap: wrap;
       background: linear-gradient(135deg, #72999c, #0B2E33, #093e46);
       color: white;
    }

    .indoor-img {
      flex: 1 1 450px;
      text-align: center;
    }

    .indoor-img img {
      max-width: 100%;
      width: 380px;
    }

    .indoor-content {
      flex: 1 1 500px;
    }

    .indoor-content h2 {
      font-size: 2.5rem;
      font-weight: 800;
      text-decoration: underline;
      margin-bottom: 1rem;
    }

    .indoor-content p {
      font-size: 1.1rem;
      margin-bottom: 2rem;
      max-width: 600px;
    }

    .indoor-list {
      list-style: none;
      padding-left: 0;
    }

    .indoor-list li {
      margin-bottom: 1.5rem;
      font-size: 1.05rem;
      line-height: 1.6;
    }

    .indoor-list li span {
      font-weight: 800;
      color: #FFAA3B;
      margin-right: 0.5rem;
      font-size: 1.3rem;
    }

    .indoor-list li a {
      text-decoration: underline;
      color: #93B1B5;
      font-weight: 600;
    }

    @media (max-width: 768px) {
      .indoor-media {
        flex-direction: column;
        text-align: center;
      }

      .indoor-content {
        margin-top: 2rem;
      }
    }