
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.popins2{
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 10px;

}
* {
    margin: 0;
    padding: 0;
 
}

body {
    overflow-x: hidden; /* Prevent any horizontal overflow */
    font-family: 'Poppins', sans-serif; /* Ensure Poppins is imported or available */

}
h1{
 
    font-family: 'Poppins', sans-serif; /* Ensure Poppins is imported or available */
    font-size: 35px;
    font-weight: 500;
    line-height: 72px;
    text-align: center; /* Center-aligns text content within the body */
    text-underline-position: from-font; /* Underline aligns based on font settings */
    text-decoration-skip-ink: none; /* Ensures underlines do not skip over ink */
  
  
}
.image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
  flex-wrap: wrap; /* Allows wrapping of images */
}

.image-row img {
  width: 200px;
  height: auto;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .image-row img {
    width: calc(50% - 10px); 
    width: 100px; /* Makes each image take up half the width minus the gap */
  }
}


.fixed-height{
  height: 30px;
}
.testimage{
  position: relative;
  right: 0;
 
}
.bgimage{
  background-image: url('img/Vector.png');
  
  background-size: cover; /* Ensures the image covers the entire container */
 
 background-position: center; /* Centers the image */
background-repeat: no-repeat; /* Prevents the image from repeating */
height:70vh; /* Adjust the height as needed */
margin-bottom: -50px;;
}     

    

  .small-icon {
    max-width: 50px; /* Adjust the size of icons */
    height: auto;
  }

  .nav-link {
  font-size: 14px; /* Adjust font size */
  color: #333; /* Change link color */
  font-family: "Poppins", sans-serif;
  text-align: center;

}


  /* Ensure icons stay in the same row on larger screens */
  @media (max-width: 767px) {
    .col-4 {
      flex: 0 0 auto;
      width: 33.33%; /* 3 icons per row on small screens */
    }
  }
  /* Center image on screens smaller than 768px */
@media (max-width: 767.98px) {
  #content-image {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .tab-button {
    flex: 1 1 100px; /* Reduce min-width for mobile view */
    margin: 5px; /* Optional: Add some space between buttons */
  }
}

  .tab-button {
  background-color: #f0f0f0; /* Default button color */
  border: none;
  margin: 0 5px;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 10px;
  width: 200px;
  
}

.tab-button.active {
  background: linear-gradient(to right, #0056b3, #1e90ff); /* Highlighted color */
  color: white;
}
/* Center the button on all screen sizes */
.text-center button {
    width: 100%; /* For mobile, the button will take full width */
    max-width: 250px; /* Limits button width on larger devices */
    margin: 0 auto; /* Centers the button */
}

/* Adjust spacing on mobile */
@media (max-width: 768px) {
    .text-center {
        margin-top: 20px; /* Reduce the top margin for smaller screens */
       
    }
}

.features-section {
  background-color: #F8F8F8;
  max-width: 500px;
  margin: 0 auto;
}
.features-section {
  max-width: 1000px; /* Set your desired max-width */
  margin: 0 auto; /* Center the container */
}

.feature-image {
  width: 100%;
  height: 100px;
  background-color: #D8D8D8;
  border-radius: 10px;
}
.features-section .col-md-5 {
  text-align: left !important;
}
.features-section {
  width: 100%; /* Full width */
  padding-left: 0;
  padding-right: 0;
}

.container-fluid {
  max-width: 1200px; /* Center the content with a maximum width */
  margin: 0 auto; /* Centers the container within the section */
}

.carousel-controls button {
  background: transparent;
  border: none;
}


.carousel-control-prev,
.carousel-control-next {
    position: relative;
    top: 60%; /* Center vertically */
    transform: translateY(-50%); /* Adjust to perfectly center */
    width: 40px; /* Adjust width as needed */
    height: 50px; /* Adjust height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; /* Ensure arrows are on top */

    left:-38%;
}

@media (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
    
        width: 25px; /* Slightly smaller for mobile */
        height: 40px;
        position: relative;
        left: 0;
    }

  


    /* Make sure the carousel container has relative positioning */
 
}
.testimonial-card {
  
 
  margin-right: 20px;
  width: 350px;
 

}

.profile {
  display: flex;
  align-items: center;
  gap: 15px;
}

.profile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-content {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.name-role {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.name {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.role {
  font-size: 13px;
  color: #888;
}

.rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #f1c40f;
  margin-top: 10px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #0056D2;
  border-radius: 50%;
  padding: 5px;
}
.carousel-section {
  width: 100%; /* Full width for the section */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
  
}


.carousel-fullscreen {
  width: 100vw; /* Full viewport width */
  overflow: hidden;
}
/* Container for the slider */
.container33 {
    overflow: hidden;
    width: 100%;
    min-width: 100%;
}

/* Main slider styling */
.slider33 {
    display: flex;
    align-items: center;
    width: 150%;
    position: relative;
    margin: 20px 0; /* Vertical margin */
}

/* Slide track that scrolls */
.slide-track33 {
    display: flex;
    animation: scroll 80s linear infinite; /* Uniform animation speed */
}

/* Individual slides */
.slide33 {
    display: inline-block;
    flex: 0 0 auto;
    padding: 10px 10px; /* Space between slides */
    margin: 10px 10px; /* Adjust spacing as needed */
}

/* Keyframes for scrolling */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}



.container-3 {
    position: relative;
    width: 100%;
  overflow: hidden;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 40px;


   
    
}
.clint3{
  background-color: #fff;
}



.slide-track3 {
    display: flex;
    animation: scroll 30s linear infinite;
    margin: 0;
    padding: 0;
    list-style-type: none;
    white-space: wrap; /* Prevent wrapping */
}


.slider3 {
    height: 125px; /* Adjust height as needed */
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    
}

.slide-track3 {
    display: flex;
    animation: scroll 30s linear infinite; /* Adjust duration for speed */
    margin: 0; /* Ensure there's no margin */
    padding: 0; /* Ensure there's no padding */
    list-style-type: none; /* Remove bullet points if using a list */
}

.slide3 {
    height: 100px; /* Height of the images */
    width: 100px; /* Width of the images */
    flex-shrink: 0; /* Prevents shrinking */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 10px;
    padding: 10px; /* Add padding around images */
    box-sizing: border-box; /* Include padding in the element's total width/height */

}

.slide3 img {
    max-width: 70%; /* Ensure images don't overflow their container */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Move to halfway through the slides */
    }
}

/* Hide overflow */
.container-3 {
    overflow: hidden; /* Hide overflow to maintain a clean look */
}

/* Responsive Design */
@media (max-width: 768px) {
    .slide3 {
        width: 80px; /* Adjust as needed for smaller screens */
        padding: 5px; /* Reduce padding for smaller screens if needed */
    }
}

/* Section Background */
.content-section {
  background-color: #FFFFFF;
  padding: 60px 0;
}

/* Title Styling */
.section-title {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 40px;
}

/* Container for Centering */
.container {
  max-width: 1200px; /* Adjust this value to your desired max width */
  margin: 0 auto; /* Centers the container */
  padding: 0 15px; /* Optional: Adds padding for responsiveness */
  margin-bottom: 80px;
  border-radius: 50px;
}
.hpyc{
  margin-top: -70px;
}
.boti{
  margin-top: -70px;
}
.autof{
  margin-top: -70px;
}
.convh{
  margin-top: -70px;
}
/* Card Styling */
.content-card {
  background: #F8F8F8;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 20px 0;
  transition: transform 0.3s ease;
}

.content-card:hover {
  transform: translateY(-10px);
}

/* Card Image */
.content-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Card Body */
.content-card-body {
  padding: 20px;
  text-align: left;
  height: 300px;
}

.content-card-date {
  font-size: 0.9rem;
  color: #666;
}

.content-card-title {
  font-size: 1.5rem;
  color: #333;
  margin-top: 10px;
}

.content-card-text {
  font-size: 1rem;
  color: #666;
  margin-top: 10px;
}

.content-card-link {
  font-size: 1rem;
  color: #007bff;
  text-decoration: none;
}

.content-card-link i {
  margin-left: 5px;
}

/* View More Link */
.view-more-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 1.2rem;
  color: #007bff;
  text-decoration: none;
}

/* Core Features Section */
.core-features-section {
  
  background-color: #0046b3;
  background: linear-gradient(
    to top,
    #0046b3 85% ,
    white 85%    /* White for the top half */
      /* Blue for the bottom half */
  );
    padding: 3rem 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.core-features-section img {
    max-width: 100%;
    height: auto;
}

.core-features-section h1,
.core-features-section p {
    color: white;
}

.small-icon {
    max-width: 50px; /* Set the max size for the icons */
    height: auto;
    object-fit: contain; /* Ensure icons maintain their aspect ratio */
}

/* Grid Layout for Icons */
@media (max-width: 768px) {
    .col-4 {
        /* Adjusting for mobile devices: 3 icons per row */
        flex: 0 0 33.33%;
        max-width: 20.33%;
    }
}

.centerimage{

    margin-top: -200px;
    width: 900px;
    padding: 30px;
}

@media (max-width: 768px){
  .centerimage{

  margin-top: -120px;
  padding: 20px;


}
.bgimage{
  height: 300px;
  margin-bottom :100px;
  
}
.core-features-section{

  margin-top: 70px;
  background-color: #0046b3;
  background: linear-gradient(
    to top,
    #0046b3 85% ,
    white 85%    /* White for the top half */
      /* Blue for the bottom half */
  );
 
}
  

}
.bkd{
  width: 200px;
  height: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.lbutton {
  background: linear-gradient(90deg, #0073e6, #0046b3); /* Gradient from lighter to darker blue */
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: background 0.3s ease;
  margin: 5px;
}

.lbutton:hover {
  background: linear-gradient(90deg, #0046b3, #0073e6); /* Reverse the gradient on hover */
}

.btn1{
  background: linear-gradient(90deg, #0073e6, #0046b3); /* Gradient from lighter to darker blue */
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: background 0.3s ease;
  margin: 5px;
}

.navbar-toggler{
  margin-right: 30PX;
}

@media (max-width:768px) {
  .navbar-brand{
    margin-left: -30px;
  }
  
}

.testimonial-box{
  min-height: 350px;
  height: 350px;

}
.feauture{
  height: 250px;
}
.icons {
  display: flex;
  flex-wrap: wrap; /* Ensures that the items wrap to the next line */
  justify-content: center; /* Center items horizontally */
  gap: 20px; /* Space between icons */
  
}
.small-icon{
  width: 70px;
}

.icons .icon {
  flex: 1 1 calc(33.33% - 20px); /* Ensures each icon takes up 33.33% minus gap on mobile */
  max-width: calc(33.33% - 20px); /* Ensures proper size on mobile */
}

@media (min-width: 768px) {
  .icons .icon {
    flex: 1 1 calc(11.11% - 20px); /* 9 icons in a row for desktop */
    max-width: calc(11.11% - 20px);
  }
}

/* nav bar */
.dropdown-menu .dropdown-item {
  font-size: 14px; /* Adjust size as needed */
}


  @media (max-width: 768px) {
    .carousel-fullscreen {
      margin-left: 20px; /* Adjust left margin */
      margin-right: 20px; /* Adjust right margin */
    }
  
  .slide33 img {
    width: 80px; /* Adjust logo size for mobile view */
  }
}