*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: var(--body-fontFamily);
}
p{
  color: grey;
  font-size: 14px;
}
header{
  overflow-x: hidden;
}
.main-heading{
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1.5;
  font-weight: 800;
}

/* banner */

.banner {
  width: 100%;
}

.bullets{
    /* height: 130px;
    width: 400px; */
    background-color: var(--tercary-color);
    border-left: 5px solid;
    border-color:var(--primary-color); 
    margin-bottom: 3px;  
    
}
.bullet_list{
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    list-style: none; 
}
.bullet_content{
  margin-left: 5px;
  font-size: 13px;
  color: var(--primary-color);
  font-family: var(--body-fontFamily);
}
/* .check{
    list-style-image: url('../img/Services/check.png');
} */
.heading1{
    text-align: justify;
}
.heading1 h1{
  color: black;
}
.para1{
  font-size: 16px;
  color: grey;
  text-align: justify;
}
/* Base styles (for larger screens) */
.section {
    padding: 20px 0;
  }
  
  /* .container {
    max-width: 1200px;
    margin: 0 auto;
  } */
  
  .row_img {
    display: flex;
    flex-wrap: wrap;
  }
  
  .col_4_img {
    width: 33.33%;
  }
  
  .col_8_img {
    width: 66.67%;
  }
  
  .col_4_img,.col_8_img {
    width: 50%;
  }
  
 
  
  /* Responsive adjustments */
  @media (max-width: 1200px) {
    .col_4_img {
      width: 50%;
    }
  
    .col_8_img {
      width: 50%;
    }
  
    .col_4_img,.col_8_img {
      width: 100%;
    }
  
    /* Centering the image in the smaller screens */
    .service1 {
      display: block;
      margin: 0 auto;
    }
  }
  
  @media (min-width:992px) and (max-width:1200px){
/* On medium-sized screens (tablets), adjust the layout */
.col_4_img {
    width: 50%;
  }

  .col_8_img {
    width: 50%;
  }

  .service1 {
    max-width: 80%; /* Optional: makes image smaller */
  }

  .section {
    padding: 10px 0;
  }
  }
  @media (max-width: 992px) {
    /* On medium-sized screens (tablets), adjust the layout */
    .col_4_img {
      width: 50%;
    }
  
    .col_8_img {
      width: 50%;
    }
  
    .service1 {
      max-width: 80%; /* Optional: makes image smaller */
    }
  
    .section {
      padding: 10px 0;
    }
  }
  
  @media (max-width: 768px) {
    /* For mobile screens */
    .col_4_img, .col_8_img {
      width: 100%;
    }
  
    .section {
      padding: 10px;
    }
  
    /* h1 {
      font-size: 12px;
    } */
  
    p {
      font-size: 10px;
    }
  
    .bullets ul {
      padding-left: 20px;
    }
  
    .service1 {
      width: 100%;
    }
  }
  
  @media (max-width: 576px) {
    /* Extra small screens (very mobile devices) */
    /* h1 {
      font-size: 18px;
    } */
  
    p {
      font-size: 10px;
    }
  
    .bullets ul {
      padding-left: 30px;
    }
  }



  /* Benifits */
.first_column{
  color: white;
  display: flex;
  gap: 10px;
  text-align: justify;
}
.content{
  color: var(--white-color);
  z-index: 2;
}
.icon{
  z-index: 2;
}
.choose{
  color: grey;
}

/* ourserviceslogo */
.service-logo{
  width: 50%;
  height: 50%;
}

/* legal */

.back_image-legal{
  background-image: url(../../assets/img/Choose/legal.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; /* Ensures content stays above the overlay */
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.back_image-legal::after{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
.back_image-legal h3{
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
}
.back_image-legal p{
  color: var(--white-color);
  font-size: 13px;
  text-align: justify;
}
.back_image-legal i{
  color: var(--secondary-color);
}
/* General Responsive Styling */

/* For Tablets (768px and below) */
@media(max-width:1199px)
{
  .service-para{
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .first_column {
    flex-direction: column; /* Stack content vertically */
    gap: 5px; /* Reduce spacing */
    text-align: justify; /* Retain justification */
  }
  .service-para{
    font-size: 11px;
  }
  .back_image-legal h3 {
    font-size: 14px; /* Decrease heading size */
  }

  .back_image-legal p {
    font-size: 12px; /* Decrease paragraph size */
  }

  .back_image-legal i {
    font-size: 18px; /* Adjust icon size for better visibility */
  }
  
  .choose {
    font-size: 18px; /* Reduce title size */
  }
}

/* For Mobile Phones (576px and below) */
@media (max-width: 576px) {
  .first_column {
    flex-direction: column; /* Ensure stacked layout */
    gap: 5px; /* Minimal spacing */
    text-align: justify;
  }

  .back_image-legal h3 {
    font-size: 12px; /* Further reduce heading size */
  }

  .back_image-legal p {
    font-size: 11px; /* Further reduce paragraph size */
  }

  .back_image-legal i {
    font-size: 16px; /* Smaller icon size for mobiles */
  }
  
  .choose {
    font-size: 16px; /* Smaller size for heading */
    text-align: center; /* Center align for smaller screens */
  }
  
  .back_image-legal {
    padding: 15px; /* Reduce padding for compact layout */
  }
}

@media (max-width: 550px) {
  /* Adjust Row to Grid with 2 Columns */


  /* First Column Adjustments */
  .first_column {
    display: flex;
    flex-direction: column; /* Stack icon and content vertically */
    align-items: center; /* Center align the content */
    text-align: center; /* Center text for better readability */
    gap: 10px; /* Add spacing between icon and text */
  }

  /* Icon Adjustments */
  .back_image-legal i {
    font-size: 24px; /* Increase icon size for visibility */
    margin-bottom: 10px; /* Add space below the icon */
  }

  /* Content Heading */
  .back_image-legal h3 {
    font-size: 14px; /* Adjust font size for smaller screens */
    margin-bottom: 5px; /* Space below the heading */
  }

  /* Paragraph Adjustments */
  .back_image-legal p {
    font-size: 12px; /* Adjust paragraph size */
    line-height: 1.5; /* Maintain readability */
  }
}

/* payroll */
.back_image-payroll{
  background-image: url(../../assets/img/Choose/payroll.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; /* Ensures content stays above the overlay */
  z-index: 1;
}

.back_image-payroll::after{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.back_image-payroll h3{
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
}
.back_image-payroll p{
  color: var(--white-color);
  font-size: 13px;
  text-align: justify;
}
.back_image-payroll i{
  color: var(--secondary-color);
}
/* General Responsive Styling */

/* For Tablets (768px and below) */
@media (max-width: 768px) {
  .first_column {
    flex-direction: column; /* Stack content vertically */
    gap: 5px; /* Reduce spacing */
    text-align: justify; /* Retain justification */
  }

  .back_image-payroll h3 {
    font-size: 14px; /* Decrease heading size */
  }

  .back_image-payroll p {
    font-size: 12px; /* Decrease paragraph size */
  }

  .back_image-payroll i {
    font-size: 18px; /* Adjust icon size for better visibility */
  }
  
  .choose {
    font-size: 18px; /* Reduce title size */
  }
}

/* For Mobile Phones (576px and below) */
@media (max-width: 576px) {
  .first_column {
    flex-direction: column; /* Ensure stacked layout */
    gap: 5px; /* Minimal spacing */
    text-align: justify;
  }

  .back_image-payroll h3 {
    font-size: 12px; /* Further reduce heading size */
  }

  .back_image-payroll p {
    font-size: 11px; /* Further reduce paragraph size */
  }

  .back_image-payroll i {
    font-size: 16px; /* Smaller icon size for mobiles */
  }
  
  .choose {
    font-size: 16px; /* Smaller size for heading */
    text-align: center; /* Center align for smaller screens */
  }
  
  .back_image-payroll {
    padding: 15px; /* Reduce padding for compact layout */
  }
}

@media (max-width: 550px) {
  /* Adjust Row to Grid with 2 Columns */


  /* First Column Adjustments */
  .first_column {
    display: flex;
    flex-direction: column; /* Stack icon and content vertically */
    align-items: center; /* Center align the content */
    text-align: center; /* Center text for better readability */
    gap: 10px; /* Add spacing between icon and text */
  }

  /* Icon Adjustments */
  .back_image-payroll i {
    font-size: 24px; /* Increase icon size for visibility */
    margin-bottom: 10px; /* Add space below the icon */
  }

  /* Content Heading */
  .back_image-payroll h3 {
    font-size: 14px; /* Adjust font size for smaller screens */
    margin-bottom: 5px; /* Space below the heading */
  }

  /* Paragraph Adjustments */
  .back_image-payroll p {
    font-size: 12px; /* Adjust paragraph size */
    line-height: 1.5; /* Maintain readability */
  }
}

/* recruitment */

.back_image-recruitment{
  background-image: url(../../assets/img/Choose/recruitment.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; /* Ensures content stays above the overlay */
  z-index: 1;
}

.back_image-recruitment::after{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
.back_image-recruitment h3{
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
}
.back_image-recruitment p{
  color: var(--white-color);
  font-size: 13px;
  text-align: justify;
}
.back_image-recruitment i{
  color: var(--secondary-color);
}
/* General Responsive Styling */

/* For Tablets (768px and below) */
@media (max-width: 768px) {
  .first_column {
    flex-direction: column; /* Stack content vertically */
    gap: 5px; /* Reduce spacing */
    text-align: justify; /* Retain justification */
  }

  .back_image-recruitment h3 {
    font-size: 14px; /* Decrease heading size */
  }

  .back_image-recruitment p {
    font-size: 12px; /* Decrease paragraph size */
  }

  .back_image-recruitment i {
    font-size: 18px; /* Adjust icon size for better visibility */
  }
  
  .choose {
    font-size: 18px; /* Reduce title size */
  }
}
@media(max-width:570px)
{
  .service-para{
    font-size: 14px;
  }
}
/* For Mobile Phones (576px and below) */
@media (max-width: 576px) {
  .first_column {
    flex-direction: column; /* Ensure stacked layout */
    gap: 5px; /* Minimal spacing */
    text-align: justify;
  }

  .back_image-recruitment h3 {
    font-size: 12px; /* Further reduce heading size */
  }

  .back_image-recruitment p {
    font-size: 11px; /* Further reduce paragraph size */
  }

  .back_image-recruitment i {
    font-size: 16px; /* Smaller icon size for mobiles */
  }
  
  .choose {
    font-size: 16px; /* Smaller size for heading */
    text-align: center; /* Center align for smaller screens */
  }
  
  .back_image-recruitment {
    padding: 15px; /* Reduce padding for compact layout */
  }
}

@media (max-width: 550px) {
  /* Adjust Row to Grid with 2 Columns */


  /* First Column Adjustments */
  .first_column {
    display: flex;
    flex-direction: column; /* Stack icon and content vertically */
    align-items: center; /* Center align the content */
    text-align: center; /* Center text for better readability */
    gap: 10px; /* Add spacing between icon and text */
  }

  /* Icon Adjustments */
  .back_image-recruitment i {
    font-size: 24px; /* Increase icon size for visibility */
    margin-bottom: 10px; /* Add space below the icon */
  }

  /* Content Heading */
  .back_image-recruitment h3 {
    font-size: 14px; /* Adjust font size for smaller screens */
    margin-bottom: 5px; /* Space below the heading */
  }

  /* Paragraph Adjustments */
  .back_image-recruitment p {
    font-size: 12px; /* Adjust paragraph size */
    line-height: 1.5; /* Maintain readability */
  }
}

/* tech */
.back_image-tech{
  background-image: url(../../assets/img/Choose/technology.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; /* Ensures content stays above the overlay */
  z-index: 1;
}
.tech-logo{
  text-align: center;
  padding: 30px 30px 30px 30px!important;
  background-color: var(--tercary-color);
  margin-top: 8px;
  margin-left: 8px;
}
.back_image-tech::after{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
.back_image-tech h3{
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 700;
}
.back_image-tech p{
  color: var(--white-color);
  font-size: 13px;
  text-align: justify;
}
.back_image-tech i{
  color: var(--secondary-color);
}
/* General Responsive Styling */

/* For Tablets (768px and below) */
@media (max-width: 768px) {
  .first_column {
    flex-direction: column; /* Stack content vertically */
    gap: 5px; /* Reduce spacing */
    text-align: justify; /* Retain justification */
  }

  .back_image-tech h3 {
    font-size: 14px; /* Decrease heading size */
  }

  .back_image-tech p {
    font-size: 12px; /* Decrease paragraph size */
  }

  .back_image-tech i {
    font-size: 18px; /* Adjust icon size for better visibility */
  }
  
  .choose {
    font-size: 18px; /* Reduce title size */
  }
}

/* For Mobile Phones (576px and below) */
@media (max-width: 576px) {
  .first_column {
    flex-direction: column; /* Ensure stacked layout */
    gap: 5px; /* Minimal spacing */
    text-align: justify;
  }

  .back_image-tech h3 {
    font-size: 12px; /* Further reduce heading size */
  }

  .back_image-tech p {
    font-size: 11px; /* Further reduce paragraph size */
  }

  .back_image-tech i {
    font-size: 16px; /* Smaller icon size for mobiles */
  }
  
  .choose {
    font-size: 16px; /* Smaller size for heading */
    text-align: center; /* Center align for smaller screens */
  }
  
  .back_image-tech {
    padding: 15px; /* Reduce padding for compact layout */
  }
}

@media (max-width: 550px) {
  /* Adjust Row to Grid with 2 Columns */


  /* First Column Adjustments */
  .first_column {
    display: flex;
    flex-direction: column; /* Stack icon and content vertically */
    align-items: center; /* Center align the content */
    text-align: center; /* Center text for better readability */
    gap: 10px; /* Add spacing between icon and text */
  }

  /* Icon Adjustments */
  .back_image-tech i {
    font-size: 24px; /* Increase icon size for visibility */
    margin-bottom: 10px; /* Add space below the icon */
  }

  /* Content Heading */
  .back_image-tech h3 {
    font-size: 14px; /* Adjust font size for smaller screens */
    margin-bottom: 5px; /* Space below the heading */
  }

  /* Paragraph Adjustments */
  .back_image-tech p {
    font-size: 12px; /* Adjust paragraph size */
    line-height: 1.5; /* Maintain readability */
  }
}
/* training */
.back_image-training{
  background-image: url(../../assets/img/Choose/training.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; /* Ensures content stays above the overlay */
  z-index: 1;
}

.back_image-training::after{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
.back_image-training h3{
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
}
.back_image-training p{
  color: var(--white-color);
  font-size: 13px;
  text-align: justify;
}
.back_image-training i{
  color: var(--secondary-color);
}
/* General Responsive Styling */

/* For Tablets (768px and below) */
@media (max-width: 768px) {
  .first_column {
    flex-direction: column; /* Stack content vertically */
    gap: 5px; /* Reduce spacing */
    text-align: justify; /* Retain justification */
  }

  .back_image-training h3 {
    font-size: 14px; /* Decrease heading size */
  }

  .back_image-training p {
    font-size: 12px; /* Decrease paragraph size */
  }

  .back_image-training i {
    font-size: 18px; /* Adjust icon size for better visibility */
  }
  
  .choose {
    font-size: 18px; /* Reduce title size */
  }
}

/* For Mobile Phones (576px and below) */
@media (max-width: 576px) {
  .first_column {
    flex-direction: column; /* Ensure stacked layout */
    gap: 5px; /* Minimal spacing */
    text-align: justify;
  }

  .back_image-training h3 {
    font-size: 12px; /* Further reduce heading size */
  }

  .back_image-training p {
    font-size: 11px; /* Further reduce paragraph size */
  }

  .back_image-training i {
    font-size: 16px; /* Smaller icon size for mobiles */
  }
  
  .choose {
    font-size: 16px; /* Smaller size for heading */
    text-align: center; /* Center align for smaller screens */
  }
  
  .back_image-training {
    padding: 15px; /* Reduce padding for compact layout */
  }
}

@media (max-width: 550px) {
  /* Adjust Row to Grid with 2 Columns */


  /* First Column Adjustments */
  .first_column {
    display: flex;
    flex-direction: column; /* Stack icon and content vertically */
    align-items: center; /* Center align the content */
    text-align: center; /* Center text for better readability */
    gap: 10px; /* Add spacing between icon and text */
  }

  /* Icon Adjustments */
  .back_image-training i {
    font-size: 24px; /* Increase icon size for visibility */
    margin-bottom: 10px; /* Add space below the icon */
  }

  /* Content Heading */
  .back_image-training h3 {
    font-size: 14px; /* Adjust font size for smaller screens */
    margin-bottom: 5px; /* Space below the heading */
  }

  /* Paragraph Adjustments */
  .back_image-training p {
    font-size: 12px; /* Adjust paragraph size */
    line-height: 1.5; /* Maintain readability */
  }
}
@media(max-width:470px)
{
  .service-para{
    font-size: 11px !important;
  }
  .service-icon-lds i{
    font-size: 18px;
    margin: auto;
  }
  .service-head
  {
    font-size: 15px !important;
    line-height: normal !important;
  }
  .service-inner{
    height: 50px !important;
  }
  .icon-global{
    height: 75px !important;
  }
  .service-icon-lds
  {
    height: 55px !important;
    width: 50px !important;
  }
  .service-logo{
    height: 40px !important;
    width: 35px !important;
  }
}
@media(max-width:430px)
{
  .content p{
    text-align: center !important;
  }
}
/* travel */
.back_image-travel{
  background-image: url(../../assets/img/Choose/travel.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; /* Ensures content stays above the overlay */
  z-index: 1;
}

.back_image-travel::after{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
.travel-logo{
  text-align: center;
  padding: 30px 30px 30px 30px!important;
  background-color: var(--tercary-color);
  margin-top: 8px;
  margin-left: 8px;
}

.back_image-travel h3{
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
}
.back_image-travel p{
  color: var(--white-color);
  font-size: 13px;
  text-align: justify;
}
.back_image-travel i{
  color: var(--secondary-color);
}
/* General Responsive Styling */

/* For Tablets (768px and below) */
@media (max-width: 768px) {
  .first_column {
    flex-direction: column; /* Stack content vertically */
    gap: 5px; /* Reduce spacing */
    text-align: justify; /* Retain justification */
  }

  .back_image-travel h3 {
    font-size: 14px; /* Decrease heading size */
  }

  .back_image-travel p {
    font-size: 12px; /* Decrease paragraph size */
  }

  .back_image-travel i {
    font-size: 18px; /* Adjust icon size for better visibility */
  }
  
  .choose {
    font-size: 18px; /* Reduce title size */
  }
}

/* For Mobile Phones (576px and below) */
@media (max-width: 576px) {
  .first_column {
    flex-direction: column; /* Ensure stacked layout */
    gap: 5px; /* Minimal spacing */
    text-align: justify;
  }

  .back_image-travel h3 {
    font-size: 12px; /* Further reduce heading size */
  }

  .back_image-travel p {
    font-size: 11px; /* Further reduce paragraph size */
  }

  .back_image-travel i {
    font-size: 16px; /* Smaller icon size for mobiles */
  }
  
  .choose {
    font-size: 16px; /* Smaller size for heading */
    text-align: center; /* Center align for smaller screens */
  }
  
  .back_image-travel {
    padding: 15px; /* Reduce padding for compact layout */
  }
}

@media (max-width: 550px) {
  /* Adjust Row to Grid with 2 Columns */


  /* First Column Adjustments */
  .first_column {
    display: flex;
    flex-direction: column; /* Stack icon and content vertically */
    align-items: center; /* Center align the content */
    text-align: center; /* Center text for better readability */
    gap: 10px; /* Add spacing between icon and text */
  }

  /* Icon Adjustments */
  .back_image-travel i {
    font-size: 24px; /* Increase icon size for visibility */
    margin-bottom: 10px; /* Add space below the icon */
  }

  /* Content Heading */
  .back_image-travel h3 {
    font-size: 14px; /* Adjust font size for smaller screens */
    margin-bottom: 5px; /* Space below the heading */
  }

  /* Paragraph Adjustments */
  .back_image-travel p {
    font-size: 12px; /* Adjust paragraph size */
    line-height: 1.5; /* Maintain readability */
  }
}

/* visa */
.back_image-visa{
  background-image: url(../../assets/img/Choose/visa.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; /* Ensures content stays above the overlay */
  z-index: 1;
}

.back_image-visa::after{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.back_image-visa h3{
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
}
.back_image-visa p{
  color: var(--white-color);
  font-size: 13px;
  text-align: justify;
}
.back_image-visa i{
  color: var(--secondary-color);
}
/* General Responsive Styling */

/* For Tablets (768px and below) */
@media (max-width: 768px) {
  .first_column {
    flex-direction: column; /* Stack content vertically */
    gap: 5px; /* Reduce spacing */
    text-align: justify; /* Retain justification */
  }

  .back_image-visa h3 {
    font-size: 14px; /* Decrease heading size */
  }

  .back_image-visa p {
    font-size: 12px; /* Decrease paragraph size */
  }

  .back_image-visa i {
    font-size: 18px; /* Adjust icon size for better visibility */
  }
  
  .choose {
    font-size: 18px; /* Reduce title size */
  }
}

/* For Mobile Phones (576px and below) */
@media (max-width: 576px) {
  .first_column {
    flex-direction: column; /* Ensure stacked layout */
    gap: 5px; /* Minimal spacing */
    text-align: justify;
  }

  .back_image-visa h3 {
    font-size: 12px; /* Further reduce heading size */
  }

  .back_image-visa p {
    font-size: 11px; /* Further reduce paragraph size */
  }

  .back_image-visa i {
    font-size: 16px; /* Smaller icon size for mobiles */
  }
  
  .choose {
    font-size: 16px; /* Smaller size for heading */
    text-align: center; /* Center align for smaller screens */
  }
  
  .back_image-visa {
    padding: 15px; /* Reduce padding for compact layout */
  }
}

@media (max-width: 550px) {
  /* Adjust Row to Grid with 2 Columns */


  /* First Column Adjustments */
  .first_column {
    display: flex;
    flex-direction: column; /* Stack icon and content vertically */
    align-items: center; /* Center align the content */
    text-align: center; /* Center text for better readability */
    gap: 10px; /* Add spacing between icon and text */
  }

  /* Icon Adjustments */
  .back_image-visa i {
    font-size: 24px; /* Increase icon size for visibility */
    margin-bottom: 10px; /* Add space below the icon */
  }

  /* Content Heading */
  .back_image-visa h3 {
    font-size: 14px; /* Adjust font size for smaller screens */
    margin-bottom: 5px; /* Space below the heading */
  }

  /* Paragraph Adjustments */
  .back_image-visa p {
    font-size: 12px; /* Adjust paragraph size */
    line-height: 1.5; /* Maintain readability */
  }
}

/* Services */


.service-global-outer{
  margin-top: 30px;
  
}

.service-global-box{
  box-sizing: content-box;
  /* gap: 2px;
  /*justify-content: center; */
  /* display: flex;
  justify-content: space-evenly; */
}

.service-dabba{
  font-family: var(--body-fontFamily);
  position: relative;
  border: 1px  solid var(--primary-color);
  /*border-radius: 4px; */
  margin-bottom: 20px;
  box-sizing: border-box;
  height: 97%;
} 

.icon-global {
  position: relative;
  padding: 0px !important;
}

.icon-global::before {
  content: '';
  position: absolute;
  left: 11px;
  top: -1px;
  /* height: 5px; /* 50% thickness of bottom border */
  height: 70%;
  width: 70%;
  border-top: 8px solid var(--primary-color);
  border-left: 8px solid var(--primary-color); 
}

.service-icon-lds{
  text-align: center;
  /* padding: 30px 30px 30px 30px; */
  background-color: var(--tercary-color);
  margin-top: 7px;
  margin-left: 19px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.service-lds-contents {
  margin-top: 15px;
  text-align: justify;
}

.heading1-upper{
  text-align: center;
  align-self: center;
}
.service-heading{
  font-size: 30px;
  font-weight: 700;

}

.service-dabba:hover .service-btn{
  background: var(--tercary-color);
  color:var(--primary-color);
  border: none;
  border-right: 5px solid var(--secondary-color);
}

.service-dabba:hover .icon-global::before {
  border-top: 8px solid var(--secondary-color);
  border-left: 8px solid var(--secondary-color); 
}
.service-dabba:hover{
 background-color: var(--primary-color);
 transition: height 0.5s ease-out;
}
.service-dabba:hover{
  color: var(--white-color);
}
.service-dabba:hover button,h3{
  color: var( --white-color);
}
.service-dabba:hover p,h3{
  color: var( --white-color);
}
.service-dabba:hover h3{
  color: var(--secondary-color);
}
.service-head{
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: black;
  margin-bottom: 15px;
}
/* Icon Rotation */
/* .service-dabba:hover i{
  transform: rotate(360deg); Rotate 360 degrees on hover
} */
.gear-icon{
  font-size: 30px; /* Icon size */
  color: var(--primary-color); /* Optional: Icon color */
  transition: transform 0.5s ease; /* Smooth rotation effect */
  margin-left: -10px;
} 
@media (max-width:570px){
  .service-lds-contents p{
    font-size: 14px;
  }
  .para1{
    font-size: 12px;
  }
}
@media(max-width:380px)
{
  .service-btn{
    font-size: 12px !important;
  }
}
/* service button */

.service-btn{
  display: inline-flex ;
  align-items: center;
  gap: 5px;
  background: var(--tercary-color);
  border-radius: 3px ;
  border-bottom: 5px solid var(--primary-color);
  font-family: sans-serif ;
  font-size: 14px ;
  padding: 6px 15px ;
  text-align: center ;
  color:var(--primary-color) ;
  font-weight: bold ;
  box-sizing: border-box;
  transition: all 0.3s ease;
  /* margin-bottom: 5px; */
  margin-top: 10px;
}
/* .service-btn:hover{
  background: var(--white-color);
  color:var(--primary-color) !important;
  border: none;
  border-right: 5px solid var(--secondary-color);
} */

.my-arw{
  font-size: 20px;
  margin-left: 5px;
}

/* .read{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
} */
:root {
  --primary-color: #007bff;
  --white-color: #fff;
}

.read {
  width: 100%;
  bottom: 0;
  left: 50%;
  text-align: center;
}

.read-more {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 140px;
  font-size: 16px;
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  overflow: hidden; /* Prevents arrow overflow */
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.read-more i {
  position: absolute;
  left: 10px; /* Initially placed left of the text */
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  transition: left 0.3s ease; /* Smooth transition for arrow movement */
}

.read-more:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.read-more:hover i {
  left: 110px; /* Move arrow to the right side of the button */
}