html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.body{
    background-color: white;
}


.page-transition {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.page-transition.fade-in {
  opacity: 1;
}

.sidebar .logo-link,
.sidebar .companyLogo {
  padding: 0;
  line-height: 0;
  margin-top: 10px;
}

.logo-wrapper { 
    margin-bottom: 1.25rem; 
} 


.navbar-toggler-icon{
    width: 45px;
    height: 40px;
}

.navbar-toggler{
    width: 80px;
    height: 50px;
}

.navItems {
    margin-top:auto ;
}


.navItemsSocial {
    margin-top: auto; 

}

.navItemsSocial .nav-item {
  width: auto;  
}

#sidebarMenu{
    margin: 0 !important; 
    padding: 0 !important;  
}
.navItems .nav-link {
  position: relative;
  text-align: left;
  padding-left: 0;
  color: #1D1D1D;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 8px 0;
  margin-top: 5px;
  transition: color 1s ease, font-weight 1s ease;
}
.navItems .nav-link::before,
.navItems .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0; 
  height: 4px;
  background-color: #0690CE;
  border-radius: 1px;
  transition: width 1s ease-in-out;
}

.navItems .nav-link::before {
  top: 0;
}

.navItems .nav-link::after {
  bottom: 0;
}


.navItems .nav-link.active {
  color: #0690CE;
  font-weight: 700;
}

.navItems .nav-link.active::before,
.navItems .nav-link.active::after {
  width: 10%; 
}

.navItemsSocial {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom:2rem;
}

.socialmediaimg{
    width: 17px;
    height: 17px;
    opacity: 0.5;
}

.nav-item.socialmedia {
    width: auto !important;
    margin-bottom: 6px;
}

.btn-icon i {
    color: inherit; 
}


.linkedin.btn-icon, .twitter.btn-icon, .facebook.btn-icon{
    border-radius: 50%;
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    padding:8px 10px;
    align-content: center;
}

.btn-icon:hover img {
  filter: brightness(0) invert(1);
}

.facebook.btn-icon:hover{
    background-color: #0B3861;
    border-color: #0B3861;
    transition: background-color 0.5s ease, border-color 0.3s ease;
    opacity: 1;
}

.twitter.btn-icon:hover{
    background-color: #40C4FF;
    border-color: #40C4FF;
    transition: background-color 0.5s ease, border-color 0.3s ease;
    opacity: 1;
}

.linkedin.btn-icon:hover{
    background-color: #0690CE;
    border-color: #0690CE;
    transition: background-color 0.5s ease, border-color 0.3s ease;
    opacity: 1;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.sidebar {
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: white;
    border-right: #2828281A solid 1px;
    height: 100vh;
}

.navbar-container{
    width: 12%;
    position: fixed;
}

.mobile-sidebar {
  background-color: white;
  border-right: #2828281A solid 1px;
  --bs-offcanvas-width: 250px;
  padding: 1rem;
}

.offcanvas{
  transition: transform 0.6s ease-in-out; 
}

.offcanvas-backdrop {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1040 !important;
}
.main{
    height: 100vh;
    background:url("./background images/image.png") no-repeat;
    background-size: cover;
    left: 5%;
    width: 88%;
}

.content{
    height: 100vh;  
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center; 
    position:relative;
    margin: auto;
    left: 5%;
    width: 88%;
    
    
}

.content .titles{
    margin: 0px 20px;
    width: 100%;
    left: 0px;
}

.content h5{
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    font-style: semi-bold;
    font-weight: 600;
    font-size: 20px;
    color: #0690CE;
    margin-top: 2rem;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.content h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 350;
    font-style: normal;
    font-size: 45px;
    text-transform: uppercase;
}

.content p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 350;
    font-style: normal;
    font-size: 17px;
    color: #5d5a5a;
    line-height: 30px;
    margin-top: 2rem;
    margin-bottom:3rem;
}

.explorebtn{
    -webkit-appearance: none;  
    appearance: none;
    color:white;
    width: 177px;
    height: 45px;
    background-color: #0B3861;
    border: 1px solid #0B3861;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 100%;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 20px;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent; 
    user-select: none; 

}

.explorebtn:hover{
    color:#1D1D1D;
    background: none;
    border-color: #1D1D1D;
}

.contactbtn{
    -webkit-appearance: none;  
    appearance: none;
    color:#1D1D1D;
    background: none;
    border: 1px solid #1D1D1D;
    border-radius: 0px;
    width: 177px;
    height: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 100%;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent; 
    
}

.contactbtn:hover{
    color:white;
    background-color: #0B3861;
    border-color: #0B3861;
}

.explorebtn:focus,
.explorebtn:active,
.explorebtn:focus-visible{
    outline: none !important;
    box-shadow: none !important;
    color:#1D1D1D !important;
    border-color: #1D1D1D !important;
    background: none !important; 
}
.contactbtn:focus,
.contactbtn:active,
.contactbtn:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    color:white !important;
    background-color: #0B3861 !important;
    border-color: #0B3861 !important;
}

.services-content{
    background:url("./background images/shutterstock_asset-generation-54630905-a10e-49d0-91b4-c8deb14fa460-2_edited\ 1.png") no-repeat;
    background-size: cover;
    height:auto;
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;  
    position:relative;
    margin: auto;
    left: 5%;
    width: 88%;
}

.services {
    width: 100%;
    margin: 0 auto;   
}


.services-content h5{
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    font-style: semi-bold;
    font-weight: 600;
    font-size: 20px;
    color: #0690CE;
    margin-top: 2rem;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.services-content h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 350;
    font-style: normal;
    font-size: 45px;
    text-transform: uppercase;
}

.services-content p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #5d5a5a;
    line-height: 30px;
}


.faq-drawer {
  margin-bottom: 30px;
}

.faq-drawer__content{
    position: relative;
    overflow: visible;     
    display: flex;         
    align-items: flex-start;
    gap: 5rem;             
}

.faq-drawer .arrow-icon{
    border: 1px solid #1D1D1D;
    width: 35px;
    height: 35px;
    padding: 4px;
    flex-shrink: 0; 
    transition: transform 1s ease-in-out;
}

.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 1s ease-in-out;
}

.faq-drawer__title {
  width: 100% !important;  
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 700;
  padding: 25px 0 0 0;
  margin-bottom: 0;
  margin-right:auto;
  transition: all 1s ease-in-out;
  display: flex !important;
  justify-content: space-between !important; 
  align-items: center !important;

}

.faq-drawer__trigger:checked + label + .faq-drawer__content-wrapper {
  display: block;
}

.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
  max-height: 350px;   
}

.faq-drawer__trigger:checked + .faq-drawer__title .arrow-icon {
  transform: rotate(90deg);
}

.faq-drawer__title::after {
  content: none;
}


.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 1s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

.faq-drawer label{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;

}

.faq-drawer p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #5d5a5a;
    line-height: 30px;
    margin-top: 2rem;
    border-left: 2px solid rgba(29, 29, 29, 0.5);
    padding-left: 50px;
    margin-left: 20px;
}

.faq-drawer__content img{
    max-width: 200px;       /* control size */
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.faq-drawer__trigger:checked ~ .faq-drawer__content-wrapper .faq-drawer__content img {
  opacity: 1;
}


.first {
    position: relative;
    overflow: hidden;

}
.first::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;                   
    background: url("./companies images/images2.png")  top center;
    background-size: cover;
    opacity: 0;
    transition: height 1s ease-in-out, opacity 1s ease-in-out;
    z-index: 0;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

/* Content stays on top */
.first > * {
    position: relative;
    z-index: 1;
}

/* Show background on hover */
.first:hover::before {
    opacity: 0.7;

}

.second {
    position: relative;
    overflow: hidden;  
}

.second::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url("./companies images/image3.png") no-repeat center center;
    background-size: cover;
    opacity: 0;               /* hidden by default */
    transition: height 1s ease-in-out, opacity 1s ease-in-out;
    z-index: 0;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;             /* behind content */
}

/* Content inside stays on top */
.second > * {
    position: relative;
    z-index: 1;
}

/* Show background image on hover */
.second:hover::before {
    opacity: 0.7;
}

.third {
    position: relative; /* needed for pseudo-element */
    overflow: hidden;   /* keep pseudo-element inside */
}

/* Pseudo-element for background image */
.third::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url("./companies images/image4.png") no-repeat center center;
    background-size: cover;
    opacity: 0;   
    transition: height 1s ease-in-out, opacity 1s ease-in-out;
    z-index: 0;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;         
}

/* Content inside stays on top */
.third > * {
    position: relative;
    z-index: 1;
}

/* Show background image on hover */
.third:hover::before {
    opacity: 0.7;
}


.fourth {
    position: relative; 
    overflow: hidden;  
}

/* Pseudo-element for background image */
.fourth::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url("./companies images/image.png") no-repeat center center;
    background-size: cover;
    opacity: 0;               /* hidden by default */
    transition: height 1s ease-in-out, opacity 1s ease-in-out;
    z-index: 0;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;              /* behind content */
}

.fourth > * {
    position: relative;
    z-index: 1;
}

/* Show background image on hover */
.fourth:hover::before {
    opacity: 0.7;
}


.companiesParagraph{
    display: block;
}

.subdiaries-content p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; 
    color: #5d5a5a;
    font-size: 17px;
    line-height: 25px;
}

.subdiaries-content{
    height: 100vh;  
    display: flex;
    align-content: center;
    justify-content: center; 
    position:relative;
    margin: auto;
    left: 5%;
    width: 88%;
}
.subdiaries-content > .row {
  flex: 1;                     
  display: flex;
  align-items: stretch;       
}

.col-xl-3,
.col-12 {
  display: flex;
  flex-direction: column;
}

.sub-column {
  display: grid;
  grid-template-rows: auto auto 1fr auto; 
  justify-items: start;
  padding: 20px;
  margin-top: 2rem;
  gap: 10px;
  flex: 1;
  height: 100vh;
  box-sizing: border-box;
}

.sub-column h6,
.sub-column img.logos,
.sub-column p {
  margin: 0.3rem 0;
}

.logos{
  width: 50%;
}

.sub-column button {
    justify-self: left;
    justify-content: left;
    opacity: 0;                 
    transition: opacity 1s ease-in-out, background 0.3s ease; 
    width: 224px;
    height: 45px;
    border-radius: 0;
    border: none;
    color: white;
    cursor: pointer;
    position: relative;
    background: linear-gradient(to right, #0B3861 75%, #0690CE 75% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 25%; 
    box-sizing: border-box;
}

.sub-column button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 8%; 
    transform: translateY(-50%);
    width: 20px;  
    height: 20px;
    background: url('./services images/Arrow_right_long.png') no-repeat center center;
    background-size: contain; 
}

.sub-column:hover button {
    opacity: 1;
    transform: translateY(0);
    background: linear-gradient(to right, #08274a 75%, #0690CE 75% 100%);
}

.container .subdiaries{
    width: 100%;
    margin: 0;
}


.subdiaries-content h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #0690CE;
    padding-top: 220px;
    text-transform: uppercase;
    line-height:30px;
    position: relative; 
    display: inline-block;
}

.subdiaries-content h6::after {
    content: '';
    position: absolute;
    width: 44px;
    left: -5%;          
    right: -5%;          
    bottom: -4px;        
    height: 8px;          
    background-color: black;
    border-radius: 5px;   
}

.partner-main{
    background:url("./background images/Frame 19.png") no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    width: 88%;
    left:12%;
}

.partners-content{
    height: 100vh;  
    display: flex;
    flex-direction: column;
    justify-content: center; 
    position:relative;
    width: 88%;
}

.partners-content h5{
    font-family: 'Poppins', sans-serif;
    font-style: semi-bold;
    font-weight: 600;
    font-size: 20px;
    color: #0690CE;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.partners-content h3{
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 350;
    font-style: normal;
    font-size: 45px;
    text-transform: uppercase;
}

.partners-content p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 350;
    font-style: normal;
    font-size: 17px;
    color: #5d5a5a;
    line-height: 30px;
}

.partners-content .logo-box{
    width: 100%;
    height:130px;
    border: 0.05em solid rgb(238, 234, 234); 
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;  
    transition: background 1s ease, border-color 1s ease;;  
}

.partners-content .logo-box:hover{
    background-color: white;
    border-color: rgb(250, 247, 247);
}


.logo-box .img{
    transition: transform 1s ease-in-out;
}

.main-contact{
    background:url("./background images/shutterstock_2321207167_edited\ 1.png") no-repeat ;
    background-size: cover;
    height: 100vh;
    position: relative;
    width: 88%;
    left:12%;

}

.contact-content{
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    position:relative;
    width: 100%;
}


.contact-content h5{
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    font-style: semi-bold;
    font-weight: 600;
    font-size: 20px;
    color: #0690CE;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.contact-content h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 350;
    font-style: normal;
    font-size: 45px;
    text-transform: uppercase;
}

.country{
    background-color: white;
    width: 100%;
    border-radius: 6px;
    margin-top: 1rem;
    padding: 20px 0px;
}

.country p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #5d5a5a;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 25px;
}

.country img{
    margin: 0px 5px;
}

.contact-titles{
    width: 100%;
    margin: 2rem 0px;
}

.test-content h5 {
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
    font-style: semi-bold;
    font-weight: 600;
    font-size: 20px;
    color: #0690CE;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.test-content{
    position: relative;
    left: 10%;
    width: 88%;
}

.test-content h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 350;
    font-style: normal;
    font-size: 45px;
    text-transform: uppercase;
}


.test-content .blue{
    background-color:#08274a;
    position: relative;  
    height: 100vh;
    width: 80%; 
    margin-left: 50px;
}

.test-content .blue .image{
    background-color: #0690CE;
    border: 1px solid #0690CE;
    border-radius: 50%;  
    width: 90px;         
    height: 90px;
    transform: translateY(-40%);
    padding: 45px;
    margin-left: 80px;
 
}

.test-content .blue .quotes{
    position: absolute; 
    height: auto;
    width: 50px;
    border-radius: 0;
}

.test-title{
    margin-bottom: 60px;
    margin-top: 30px;
    margin-left: 50px;
}

.card-slider {
  display: flex;
  transition: transform 1s ease-in-out; 
}

.card-slider-wrapper {
  overflow: hidden; 
}


.card-slider-container {
    position: relative;
    width: 1000px;
    margin: 0 100px;    /* center the slider */
    overflow: hidden;   
}

.card img{
    width: 80px;
    height:80px;
    margin-bottom: 30px;
}

.card {
  flex: 0 0 320px;    
  margin-right: 20px; 
  margin-bottom: 30px;
  height: 400px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-color: white;
  
}

.card h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: medium;
    font-size: 18px;
    text-transform: uppercase;
    color: #1D1D1D;
    letter-spacing: 4px;
}

.card p{
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #5d5a5a;
    line-height: 28px;
    margin-top: auto;
}

.card hr{
    border-top: 2px solid #00000080; 
    opacity: 1;                
    margin: 50px 0px;
    width: 140px;
}

.slider-dots{
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-right: 6rem;
    margin-bottom: 90px;
    transition: transform 1s ease-in-out; 
}

.arrow-svg {
  width: 7%;
  fill: white;
  cursor: pointer;
  transition: fill 0.3s;
}

.arrow-svg:hover {
  fill: #c5c2c2;
}

#cardSlider {
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch; 
  cursor: grab;
}

#cardSlider.dragging {
  cursor: grabbing;
}

#cardSlider img {
  -webkit-user-drag: none;
  pointer-events: none;
}


#cardSlider:active {
  cursor: grabbing;
}

.blog-main{
    position: relative;
    width: 88%;
    left: 12%;
    z-index: 1;
}


.blog-main h5{
    font-family: 'Poppins', sans-serif;
    font-style: semi-bold;
    font-weight: 600;
    font-size: 20px;
    color: #0690CE;
    margin-top: 2rem;
    letter-spacing: 4px;
    text-transform: uppercase;

}
.blog-main h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.blog-main h6{
    margin-top: 1rem;
    font-family: 'Montserrat', sans-serif; 
    color: #1D1D1D;
    font-size: 18px;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out; 
    line-height: 30px;
}

.blog-main p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 350;
    font-style: normal;
    font-size: 17px;
    color: #5d5a5a;
    line-height: 30px;
    transition: color 0.3s ease-in-out;
}

.blog:hover h6,
.blog:hover p{
    color: #0690CE;
    cursor: pointer;
}

.main-blog:hover h6,
.main-blog:hover p{
    color: #0690CE;
    cursor: pointer;
}


.meta-info {
  display: flex;
  text-align: center;
  gap: 10px; 
  margin-top: 1rem;
}

.meta-info svg{
    width: 5%;
    height: 5%;
    opacity: 0.6;
}

.blog-main hr{
    border-top: 2px solid #00000080; 
    opacity: 1;                
    width: 100%;
    margin-bottom: 2rem;
}

.blog-pic{
    width: 100%;
}

.main-blog-pic{
    width: 100%;
}


.blog-main button {
    justify-self: left;
    justify-content: left;
    opacity: 1;                  
    width:70%;
    height: 42px;
    border-radius: 0;
    border: none;
    color: white;
    cursor: pointer;
    position: relative;
    background: linear-gradient(to right, #0B3861 75%, #0690CE 75% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 25%; 
    box-sizing: border-box;
    margin-bottom: 2rem; 
    transition: background 0.4s ease-in-out;
}


.blog-main button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 8%; 
    transform: translateY(-50%);
    width: 20px;  
    height: 20px;
    background: url('./services images/Arrow_right_long.png') no-repeat center center;
    background-size: contain;
    transition: transform 0.1s ease; 
    
}

.blog-main button:hover {
    background: linear-gradient(to right, #08274a 75%, #0b87c0 75% 100%);

}
.blog-main button::after:hover{
    background: linear-gradient(to right, #0b87c0 75% 100%);
    
    
}


.limited-text{
    display: -webkit-box;
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



@media (max-width: 1024px) {
  .d-lg-none {
    display: block !important;   /* show mobile stuff */
  }
  .d-lg-flex,
  .d-lg-block {
    display: none !important;    /* hide desktop stuff */
  }
}

/* Desktop only above 1025px */
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-block {
    display: block !important;
  }
}


