.hero-section {
    background-color: #004FBD;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
}

.hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: white;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: white;
    font-weight: 650;
}

.cta-button {
    display: inline-block;
    background-color: #060670;
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}


.features-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 50px 20px;
    background-color: #ffffff;
}

.feature {
    text-align: center;
    max-width: 200px;
    margin: 20px;
}

.feature img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.feature h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #060670;
    font-weight: 800;
    margin-top: 10px;
   

}

.feature p {
    font-size: 16px;
    color: black;
    font-weight: 650;

}

  .secure-section {
    position: relative;
    background-color: #001a70; /* Dark blue background */
    padding: 20px 0;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.secure-section h2 {
    margin: 0;
    font-size: 2rem;
    color: white;

}

.secure-banner {
    position: relative;
    display: inline-block;
    background-color: #001a70; /* Dark blue */
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}

.secure-banner::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #001a70; /* Triangle color matches the background */
}

  
/*about-text-styles*/
    /* Desktop styles */
#headings {
    display: block; /* Default for desktop */
    color: #060670;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    width: 700px;
    padding-bottom: 15px;
}

#headings .spans {
    color: #5B6CFF;
    font-weight: 760;
}

/* Hide mobile heading by default */
#mobile-heading {
    display: none;
}

#mobile-heading-service{
    display:none;
}
/* Mobile optimization */
@media screen and (max-width: 768px) {
    #headings {
        display: none; /* Hide desktop heading on mobile */
    }
#mobile-heading {
        display: block; /* Show mobile-optimized heading */
        font-size: 28px;
        width: 100%; /* Full width for mobile */
        padding-bottom: 10px;
        text-align: center; /* Center text on mobile */
        line-height: 1.2;
        color: #060670;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-top:-100px;
        
    }
    #mobile-heading-service{
          display: block; /* Show mobile-optimized heading */
        font-size: 28px;
        width: 100%; /* Full width for mobile */
        padding-bottom: 10px;
        text-align: center; /* Center text on mobile */
        line-height: 1.2;
        color: black;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-top:-170px;
    }

    #mobile-heading .mobile-span {
        color: #5B6CFF;
        font-weight: bold; /* Bold for better visibility */
    }
     .tp-sales-main-thumb dotlottie-player  {
       display:none;
    }
}
/*footer -media -query*/
@media (max-width: 768px) {
    footer.new_footer_area {
        margin-top: 20px; /* Adjust the value as needed */
    }
    
    .new_footer_top {
        padding: 60px 0px 100px; /* Adjust padding for mobile */
     
        
    }
    
    .new_footer_area .footer_bottom {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .f_title.f_600.t_color.f_size_18 {
        font-size: 16px; /* Adjust font size for mobile */
        margin-top:60px;
    }
    
}

/*service section style*/
@media screen and (max-width: 768px) {
    .main-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .step-list {
        flex-direction: row;
        overflow-x: auto;
        width: 100%;
        justify-content: space-around;
    }

    .step-item {
        padding: 5px;
        font-size: 14px;
    }

    .info-box {
        max-width: 100%;
        padding: 10px;
    }

    .image-holder {
        width: 100%;
        margin-top: 20px;
    }

    .image-holder img {
        width: 80%;
    }
    .new_footer_top{
    margin-top:200px;
}
.tp-sales-main-thumb{
    display:none;
}
 @media only screen and (max-width: 768px) {
    .tp-section-title {
      font-size: 17px; /* Adjust the font size for mobile */
      line-height: 1.3; /* Improve readability */
      margin-top:60px;
    }
  }

  @media only screen and (max-width: 480px) {
    .tp-section-title {
      font-size: 17px; /* Further adjust for smaller screens */
    }
  }
            @media only screen and (max-width: 600px) {
        .new_footer_top{
           margin-top:-150px;
          
        }
        
        .new_footer_area{
            margin-top:-300px;
        }
    }
}

   .gap-2{
      height: 60px;
   }
   .gap{
      height: 60px;
   }
   .gap-3{
      height: 30px;
   }
   .gap-6{
      height: 55px;
   }
   /* Section styling */
.aws-partnership {
  background-color: #D2E6F7;
  padding: 40px 20px;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  color: #060670;
  margin-bottom: 30px;
  font-weight: bold;
}

/* Service container */
.service-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Individual service cards */
.service-card {
  background-color:#D2E6F7;
  border-radius: 8px;
  padding: 20px;
  max-width: 310px;
  text-align: center;
  
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* Service image */
.service-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* Service title */
.service-title {
  font-size: 1.25rem;
  color: #060670;
  margin-bottom: 10px;
  font-weight: bold;
}

/* Service description */
.service-description {
  font-size: 1rem;
  color: black;
  line-height: 1.6;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
}

.team-section {
    padding: 50px 20px;
    text-align: center;
    background-color: #ffffff;
}

.team-section h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #060670;
    font-weight: 700;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
   
    justify-items: center;
    margin-top: 30px;
}

.team-member {
 
    
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    max-width: 300px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.team-member img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.team-member h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #060670;
    font-weight: 650;
}

.team-member p {
    font-size: 0.9rem;
    margin-bottom: 15px;
    color: #006DD4;
    font-weight: 600;
}

.profile-button {
    display: inline-block;
    background-color: #0046D5;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 0.9rem;
    transition: background-color 0.3s;
}

.profile-button:hover {
    background-color: #002f9e;
}

@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

 .technologies-section {
    text-align: center;
    padding: 50px;
    background-color: white;
}

.section-title h2{
    font-size: 24px;
    color: #00296b;
    margin-bottom: 20px;
}

.technology-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.technology-icons img {
    max-width: 198px;
    height: 123px;
    height: auto;
    transition: transform 0.3s ease;
}

.technology-icons img:hover {
    transform: scale(1.1);
}

 .aws-hero {
      margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 459px;
    background: linear-gradient(135deg, #03C07C, rgb(23,25,86),rgb(23,4,210));
    color: #fff;
    padding: 20px;
}

.aws-hero-content {
    max-width: 800px;
    
}

.aws-hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: white;
    font-weight: 700;
}

.aws-hero-content p {
    font-size: 16px;
    line-height: 1.6;
    color: white;
    
}

 .about-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 1300px;
            margin: auto;
            padding: 40px;
        }
        .about_font{
           font-size: 16px;
    line-height: 1.6;
    color: black;
    text-align: justify;
        }
        .about-text {
            width: 50%;
            transform: translateX(-100%);
        transition: all 1s ease-in-out;
        }
        .about-images {
            display: flex;
            gap: 20px;
            width: 50%;
            justify-content: center;
             opacity: 0;
        transform: translateX(100%);
        transition: all 1s ease-in-out;
        }
        .about-images img {
            width: 450px;
            height: auto;
        }
        .about-button {
            display: inline-block;
            margin-top: 20px;
            padding: 10px 20px;
            background-color: #004FBD;
            color: white;
            text-decoration: none;
            border-radius: 5px;
             font-family: Roboto, sans-serif;
        }
        .about_ul{
            line-height: 1.6;
        }
        .list_font{
            color: black;
            font-size: 16px;
            font-family: Roboto, sans-serif;
        }
          @media (max-width: 768px) {
        .about-container {
            flex-direction: column;
            text-align: center;
        }
        .about-text, .about-images {
            width: 100%;
            transform: translateX(0);
            opacity: 1;
        }
        .about-images img {
            width: 100%;
        }
    }