 .slider {
     margin: 0 auto;
     max-width: 100%;
 }

 .slide_viewer {
     height: 600px;
     overflow: hidden;
     position: relative;
 }

 .slide_group {
     height: 100%;
     position: relative;
     width: 100%;
 }

 .slide {
     display: none;
     height: 100%;
     position: absolute;
     width: 100%;
 }

 .slide:first-child {
     display: block;
 }

 .slide:nth-of-type(1) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgb(168 150 150 / 65%) 100%), url('https://res.cloudinary.com/dtjgawrwz/image/upload/v1733821914/serviceimg2_nrbvbh.png') lightgray 50% / cover no-repeat; }

 .slide:nth-of-type(2) {
     background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%), url('https://res.cloudinary.com/dtjgawrwz/image/upload/v1733821914/serviceimg2_nrbvbh.png') no-repeat center center/cover;

 }

 .slide:nth-of-type(3) {
     background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%), url('https://res.cloudinary.com/dtjgawrwz/image/upload/v1733821914/serviceimg2_nrbvbh.png') no-repeat center center/cover;

 }

 .slide_buttons {

     left: 0;
     position: absolute;
     bottom: 140px;
     right: 0;
     text-align: center;
 }

 a.slide_btn {
     color: #474544;
     font-size: 42px;
     margin: 0 0.175em;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
 }

 .slide_btn.active,
 .slide_btn:hover {
     color: #428CC6;
     cursor: pointer;
 }

 .directional_nav {
     height: 340px;
     margin: 0 auto;
     max-width: 940px;
     position: relative;
     top: -340px;
 }

 /* General resets */


 /* Container for the entire slider */
 .visa-slider-container {
     display: flex;
     justify-content: center;
     align-items: center;
     background: url('background-image.jpg') no-repeat center center/cover;
     height: auto;
     padding: 20px;
 }

 /* The slider wrapper */
 .visa-slider {
     position: absolute;
     bottom: 219px;
     display: flex;
     flex-direction: row;
     justify-content: space-evenly;
     flex-wrap: wrap;
     gap: 40px;
     justify-content: center;
     align-items: center;
 }

 /* Individual card style */
 .visa-card {
     margin: 3px 10px;
     background-color: #1a1a1a;
     border-radius: 30px;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-items: center;
     padding: 10px 20px;
     width: auto;
     height: 139px;
     position: relative;
     color: #fff;
     text-align: center;
     transition: transform 0.3s ease;
 }

 /* Styling for card image */
 .visa-card-image {
     background-color: white;
     border-radius: 50%;
     width: 100px;
     height: 100px;
     display: flex;
     justify-content: center;
     align-items: center;
     overflow: hidden;
 }

 .visa-card-image img {
     width: 100%;
     height: 100%;
 }

 /* Card content */
 .visa-card-content h2 {
     color: #FFF;
     font-family: "Open Sans";
     font-size: 24px;
     font-weight: 600;
     margin-bottom: 5px;
 }

 .visa-card-content p {
     margin-top: 6px;
     color: #FFF;
     font-family: "Open Sans";
     font-size: 14px;
     font-weight: 400;
 }

 /* Card button */
 .visa-card-button {
     position: absolute;
     bottom: 20px;
     right: 20px;
 }

 .visa-card-button button {
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     position: absolute;
     right: -31px;
     bottom: -52px;
     background-color: #F58634;
     stroke-width: 2px;
     stroke: #000;
     color: #fff;
     border: none;
     border-radius: 50%;
     width: 55px;
     height: 55px;
     font-size: 18px;
     cursor: pointer;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
 }

 .visa-card-button button svg {
     height: 38px;
 }

 .visa-card-button button:hover {
     background-color: #ff8533;
 }

 .content-container {
     display: flex;
     flex-direction: column;
     gap: 20px;
 }

 @media (max-width:600px) {
     .visa-text-section {
         padding: 0px !important;
         display: flex;
         flex-direction: column;
         align-items: center;
     }

     .via-vsa-bx {
         flex-direction: column-reverse !important;
     }

     .visa-text-section button {
         margin-bottom: 0px !important;
     }

     .content-container {
         gap: 30px;
     }

     .visa-box {
         justify-content: center !important;
         padding: 0px 10px !important;
     }

     .visa-box img {
         width: 100% !important;
         height: auto;
     }

 }

 .visa-box {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     background-color: white;
     border-radius: 10px;
     gap: 20px;
     overflow: hidden;
     padding: 0px 60px;
 }

 /* .image-wrapper{
    background-color: orange;
} */
 .image-wrapper img {
     width: 100%;
     height: auto;
     border-radius: 8px;
 }

 .visa-box img {
     /* position: relative;
    top: 13px;
    left: 13px; */
     width: 500px;
     height: auto;
 }

 .visa-text-section {
     flex: 1;
     /* padding: 0px 29px; */
 }

 .visa-text-section h2 {
     margin: 0;
     color: #000;
     font-size: 42px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     letter-spacing: 0.12px;
 }

 .visa-text-section p {
    margin-top: 0px;
     color: #000;
     font-size: 20px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     text-align: justify;
 }

 button {
     margin-top: 20px;
     padding: 10px 20px;
     background-color: black;
     color: white;
     border: none;
     border-radius: 5px;
     cursor: pointer;
 }

 /* button:hover {
            background-color: #555;
        } */

 .visa-text-section button {
     display: flex;
     padding: 5px 20px;
     justify-content: center;
     align-items: center;
     gap: 10px;
     border-radius: 58px;
 }
 @media (min-width:1000px) {
    .visa-slider{
        position: relative !important;
        bottom: 300px;
    }
    .content-container{
        position: relative;
        bottom: 70px;
    }
 }