.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%;
        }
    }
    
    /* Home Page CSS*/
    
    .careers-section {
      background-color: #5B6CFF;
 
  height: 280px;
  position: relative;
  overflow: visible;
  padding: 0 1rem;
  margin-top:36px;
}

/* Wrapper */
.careers-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.careers-content {
  max-width: 620px;
  color: #ffffff;
  z-index: 1;
  margin-left:60px;
}

.careers-content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 1rem;
  color:white;
   font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.careers-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2rem;
  color:white;
  font-weight:500;
   font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.careers-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.career-btn {
  height: 54px;
  padding: 0 26px;
  background-color: #ffffff;
  color: #245da8;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
   font-family: 'Roboto', Arial, Helvetica, sans-serif;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.career-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
  color:black;
}

.careers-image {
  position: absolute;
right:0;
  top: -120px;         
  left:800px;
  z-index: 2;
}

.careers-image img {
  width: 430px;
  height: 430px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.3);
  position: relative;
  top: 30px;           
  transition: transform 0.4s ease;
}

.careers-image img:hover {
  transform: scale(1.03);
}

@media (max-width: 1024px) {
  .careers-wrapper {
    flex-direction: column;
    text-align: center;
    padding-top: 3rem;
  }

  .careers-content {
    margin-left: 0;
  }

  .careers-actions {
    justify-content: center;
  }

  .careers-image {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 2rem;
  }
}

@media (max-width: 600px) {

  .careers-section{
    height: auto;
  }

  .careers-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .careers-content {
    order: 1;
    text-align: center;
    margin-left: 0;
  }

  .careers-image {
    order: 2;
    position: static;     
    margin-top: 24px;
    left: auto;
    right: auto;
    top: auto;
  }

  .careers-image img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }

  .careers-actions {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1600px) {
  .careers-wrapper {
    max-width: 1600px;
  }

  .careers-image {
    right: 120px;
  }
}

@media (min-width: 2200px) {
  .careers-wrapper {
    max-width: 1800px;
  }

  .careers-image {
    right: 180px;
  }
}

.wp-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.wp-btn {
  height: 54px;
  padding: 0 26px;
  background-color: #ffffff;
  color: #245da8;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
  color: #000000;
}

.wp-image {
  position: absolute;
  left: 0;
  top: -120px;
   margin-left:70px;
  z-index: 2;
}

.wp-image img {
  width: 430px;
  height: 430px;
  margin-left:70px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.3);
  position: relative;
  top: 30px;
  transition: transform 0.4s ease;
}

.wp-image img:hover {
  transform: scale(1.03);
}

@media (max-width: 992px) {
  .wp-section {
    height: auto;
    padding: 3rem 1rem;
  }

  .wp-wrapper {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .wp-content {
    margin: 0;
  }

  .wp-image {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 2rem;
  }

  .wp-image img {
    width: 100%;
    height: auto;
    max-width: 420px;
  }
}


.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px;
   justify-content: center;
  
}

.footer-column {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  /*justify-content: center;*/
  margin-top:20px;
 
}

.footer-column>img{
  margin-left:-37px;   
}

.footer-brand {
  max-width: 360px;
}

.footer-logo {
  font-size: 28px;
  margin-bottom: 20px;
  margin-left:-30px;
}

.footer-column h3 {
  font-size: 24px;
  color:white;
  font-weight: 650;
   font-family: "Roboto", sans-serif;
  margin-bottom: 16px;
}

.footer-text {
  font-size: 16px;
  line-height: 1.6;
  color: white;
  font-weight: 500;
   font-family: "Roboto", sans-serif;
  margin-bottom: 18px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
   font-family: "Roboto", sans-serif;
  margin: 0;
}

.footer-column li {
  margin-bottom: 10px;
}

.footer-column a {
  color: #fff;
   font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease, transform 0.3s ease;
  font-weight:500;
}

.footer-column a:hover {
  color: #ffffff;
   font-family: "Roboto", sans-serif;
  transform: translateX(4px);
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  
}

.social-links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  border:1px solid white;
  align-items: center;
  font-family: "Roboto", sans-serif;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.social-links img {
  width: 18px;
  height: 18px;
}

.social-links a:hover {
  transform: scale(1.1);
  background-color: #5B6CFF;
  font-family: "Roboto", sans-serif;
}

.footer-bottom {
  border-top: 1px solid white;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color:white;
}

.footer-bottom p{
    color:white;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 30px;
  }
}

 .inquiry-section {
  padding: 40px 16px;
  background-color: #ffffff;
  margin-top:46px;
}

.inquiry-container {
  max-width: 1100px;
  margin: 0 auto;
}

.inquiry-header h2 {
  font-size: 45px;
  color: #000;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 650;
}

.inquiry-header p {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.inquiry-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.inquiry-field {
  display: flex;
  flex-direction: column;
}

.inquiry-field label {
  font-size: 17px;
  margin-bottom: 6px;
  color: #000;
  font-weight:550;
  font-family: "Roboto", sans-serif;
}

.inquiry-field span {
  color: red;
}

.inquiry-field input,
.inquiry-field select,
.inquiry-field textarea {
  padding: 14px;
  font-size: 14px;
  border: 1px solid #aaa;
  background-color: #F5F5F2;
  border-radius: 10px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.inquiry-field input:hover,
.inquiry-field select:hover,
.inquiry-field textarea:hover {
  border-color: #2b6cb0;
}

.inquiry-field input:focus,
.inquiry-field select:focus,
.inquiry-field textarea:focus {
  outline: none;
  border-color: #2b6cb0;
  box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.15);
}

.inquiry-full {
  width: 100%;
}

.inquiry-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
}

.inquiry-consent a {
  color: #2b6cb0;
  text-decoration: underline;
}

.inquiry-error {
  color: red;
  font-size: 14px;
}

.inquiry-submit {
  align-self: flex-start;
       background-color: #5B6CFF;

  color: #fff;
  padding: 12px 28px;
  font-size: 16px;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  margin-top:-35px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.inquiry-submit:hover {
  background-color: #1e4f91;
  transform: translateY(-2px);
}

.inquiry-captcha {
  margin-top: 20px;
  font-size: 13px;
  color: #444;
}

/* Tablet and above */
@media (min-width: 768px) {
  .inquiry-row {
    flex-direction: row;
  }

  .inquiry-field {
    flex: 1;
  }
}

#about-us-button{
             background-color: #5B6CFF;
             font-size:16px;
         }
         #heading_about_home{
              font-family: 'Roboto', Arial, sans-serif;
                   font-family:600;
                   color:black;
                   font-size:42px;
         }
         #about-section-home{
             margin-top:-55px;
         }
             #about-para-home{
                   font-family: 'Roboto', Arial, sans-serif;
                   font-family:450;
                   color:black;
             }
             
             

.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding:15px;

}
.header .item-left{
	flex:0 0 17%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-center{
	flex:0 0 66%;
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}
.header .menu > ul > li > a{
	font-size: 15px;
	font-weight: 500;
	color:#000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
   background-color: white;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
   background-color: white;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
   background-color: white;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width:350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#555555;
	transition: color 0.3s ease;

}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
    background-color: white;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1030px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 30%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color:#6865FF;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
   background-color: white;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#6865FF;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/*responsive*/
@media(max-width: 991px){

	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto;
	}
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}



#service-title-1{
       font-family: "Roboto", sans-serif;
                font-weight:600
}
    #service-para{
        text-align: left;
        font-size:14px;
    }
    #service-para-11{
        color:white;
        margin-top:-30px;
    }
  #service-card-1:hover {
    background-color: #5B6CFF;
}
#service-card-1 {
    background-color: #ffffff;
    transition: background 0.4s ease;
}

#service-card-1:hover {
    background-color: #5B6CFF;
}

#service-card-1:hover #service-para-1 {
    color: #ffffff;
}
#service-card-1:hover .tp-service-sm-title a {
    color: inherit;
}

#service-card-1:hover .tp-service-sm-link a,
#service-card-1:hover .tp-service-sm-link i {
    color: #ffffff;
}

.tp-service-sm-content p,
.tp-service-sm-link a,
.tp-service-sm-link i {
    transition: color 0.3s ease;
}

.tp-service-sm-icon {
    color: #0a3cff; /* or your default icon color */
    transition: color 0.3s ease;
}
#service-card-1:hover .tp-service-sm-icon svg path {
    stroke: #ffffff;
}

.tp-service-sm-icon svg path,
.tp-service-sm-link a,
.tp-service-sm-link i,
.tp-service-sm-content p {
    transition: all 0.3s ease;
}
.tp-service-sm-title a {
    transition: color 0.3s ease;
}

#service-card-1:hover .tp-service-sm-title a {
    color: #ffffff;
}

 .integration-section {
  padding: 40px 76px;
  background-color: #ffffff;
  margin-top:-10px;
}

/* Header */
.integration-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.integration-tag {
  color: #5B6CFF;
  font-size: 14px;
  font-weight: 600;
}

.integration-title h2 {
  margin: 8px 0 0;
  font-size: 32px;
  line-height: 1.3;
  color: #1a1a1a;
}

.integration-action {
  margin-top: 10px;
}

.integration-btn {
  display: inline-block;
  background-color: #5B6CFF;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 27px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.integration-btn:hover,
.integration-btn:focus {
  background-color: #143ecc;
  color:white;
}
.integration-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Card */
.logo-card {
  flex: 1 1 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-card img {
  max-width: 160px;
  height: auto;
  margin-bottom: 12px;
}

.logo-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}
.logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(31, 87, 255, 0.2);
}
@media (min-width: 480px) {
  .logo-card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (min-width: 480px) {
  .logo-card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (min-width: 768px) {
  .integration-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .logo-card {
    flex: 1 1 calc(33.333% - 20px);
  }
}

/* Laptops */
@media (min-width: 1024px) {
  .logo-card {
    flex: 1 1 calc(16.66% - 20px);
  }
}

@media (min-width: 1150px) and (max-width: 1440px) {
  .logo-card {
    flex: 1 1 calc(33.333% - 20px);
  }
}


.ts-testimonial-inner {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

.ts-testimonial-left {
  flex: 1;
}

.ts-testimonial-left h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: white;
  font-family: 'Roboto', sans-serif;
}

.ts-testimonial-right {
  flex: 1.4;
}

.ts-testimonial-slider {
  position: relative;
  overflow: hidden;
}

.ts-testimonial-slide {
  display: none;
  gap: 20px;
}

.ts-testimonial-slide.active {
  display: flex;
}

.ts-testimonial-card {
  flex: 1;
  width: 400px;
  background: #ffffff;
  padding: 28px;
  border-radius: 14px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ts-testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.ts-testimonial-card img {
  border-radius: 50%;
  margin-bottom: 14px;
}

.ts-testimonial-text {
  font-size: 15px;
  color: black;
  font-weight: 450;
  margin-bottom: 14px;
  font-family: 'Roboto', sans-serif;
}

.ts-testimonial-name {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  color: black;
  font-weight: 600;
}

.ts-second {
  position: relative;
}

.ts-testimonial-arrows {
  position: absolute;
  top: 8px;
  right: 10px;
  display: flex;
  gap: 8px;
}

.ts-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #5b6cff;
  color: white;
  font-size: 30px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.ts-arrow:hover {
  transform: scale(1.1);
}

.ts-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.ts-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
}

.ts-dot.active {
  background: #000;
}

.ts-newsletter-area {
  max-width: 1300px;
  margin: 60px auto 0;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ts-newsletter-area h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 600;
  margin-left: 40px;
  color:black;
  
}

/* Tablets */
@media (max-width: 1024px) {
  .ts-testimonial-inner {
    flex-direction: column;
    text-align: center;
  }

  .ts-testimonial-slide.active {
    flex-direction: column;
  }

  .ts-testimonial-arrows {
    top: -12px;
    right: 0;
  }
  
}
@media (min-width: 1025px) and (max-width: 1390px) {
    #newsletter-heading-home{
        margin-left:120px;
    }
}

/* Mobile */
@media (max-width: 600px) {
  .ts-testimonial-card {
    padding: 20px;
  }

  .ts-testimonial-arrows {
    position: static;
    justify-content: flex-end;
    margin-top: 10px;
  }

  .ts-newsletter-area {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

/* Ultra-wide screens */
@media (min-width: 1800px) {
  .ts-testimonial-inner,
  .ts-newsletter-area {
    max-width: 1800px;
  }
}

