body{
  overflow-x: hidden;
  background-repeat: repeat;
  background-position: center;
  font-family: 'Manrope', sans-serif;
}

a{
  text-decoration: none;
}
.top-nav{
  height: 30px;
  background-color: #0C1934;
  padding-top: 2px;
}
.on-scroll{
  transition: .5s;
  position: fixed;
  top:0;
  left:0;
  right:0;
  z-index: 20;
}
.border-bottom{
  border-bottom: 1px dotted #a8b2b3 !important;
}
/*notice scrolling*/
.news {
  width: 25%;
  background-color: #091835;
}
.news-scroll a{
  text-decoration: none;
}
/*close notice scrolling*/

.company-name{
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #21B6EB;
  /* padding-left:17%; */
  display: none;
}

.custom-navbar li{
  padding: 7px 3px;
  font-weight: 600;
  color: #000;
}

.custom-navbar li:hover{
  transition: all .5s;
  background-color: rgba(12, 25, 52, 0.7);
}

.custom-navbar li a{
  color: #000 !important; 
}
.custom-navbar li a:hover{
  transition: all .5s;
  color: white !important; 
}
.header-logo{
  height: 30px;
  width: auto;
}

.dropdown-menu2{
  padding: 0px 0px;
  border-radius: 0px;
  margin-top: 6px !important;
  background-color: #f9fafbc9;
}
.dropdown2:hover .dropdown-menu2 {
  display: block;
  margin-top: 0px; 
}

.search-dropdown-menu{
  width:300px;
  padding: 20px !important;
  left:-50px !important;
  margin-top:54px !important;
  border-radius: 20px;
}



.btn-focus:focus{
  box-shadow: none;
  outline:none;
  border:0px !important
}

.center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-form-label{
  margin-bottom: .2rem !important;

}

.custom-form-control{
  background-color: #F8F9FA;
  border-radius: 6px !important;
}

.custom-form-control:focus{
  background-color: white;
  color:black;
  border:1px solid #21B6EB;
  box-shadow: none;
}
.sign-in-button{
  background-color: #0181CA !important;
  border-radius: 0px !important;
  color: #FFFFFF;
  font-weight: 600;
  padding: 7px 40px;
}

.sign-in-button:hover{
  color: #21B6EB;
}

h3.title{
  font-weight: 600;
  margin-bottom: 3px;
  color: #0181CA;
  font-size: 20px;
}

.title-box{
  height: 3px;
  width: 180px;
  border: 1px dotted #0181CA;
  background-color: #202329;
  margin-bottom: 20px;
}

.banner-img{
  height: 500px !important;
  width:100%
}
.service-btn{
  background-color: #21B6EB;
  color: #FFFFFF;
  padding: 0px 15px !important;
}
.service-btn:hover{
  background-color: #0181CA;
  color: #FFFFFF;
}

.service-ul{
  font-size: 13px !important;
}

.service-ul li{
  font-size: 13px;
}

.product-image{
  height: 110px;
  width:110;
}

.product-card{
  height: 330px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
}

.client-card{
  border-radius: 10px;
  padding: 5px;
}

.card-border{
  border: 1px solid rgba(0, 0, 0, .2);
}
.image-box{
  padding: 10px 15px;
}

.card-hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  border-bottom-left-radius: 40px;
}

.card-hover:hover{
  transition: all .3s;
  background-color: rgba(12, 25, 52, 0.2);
  /* color:#FFFFFF !important; */
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.custom-card-header{
  background-color: #cacbd82e;
  font-size: 14px;
  border-top-right-radius: 40px !important;
  color: #0181CA;
}

.active-name{
  background-color: rgba(12, 25, 52, 0.7);
}

.service-image{
  width: 100%;
  height: auto;
}

.service-small-image{
  width: 100%;
  height: auto;
}
.active-name, .active-name .nav-link{
  color: white !important;
}
.common-section{
  background-color: #4587AC;
}

.review-page{
    background-color: #4587AC;
}
.review-section{
  background-color: #fcfafa;
  min-height: 300px;
}

.text-justify{
  text-align: justify;
}

.director-message-title{
  color: #0181CA;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 3px;
}

.director-message-post{
  color: #0181CA;
  font-weight: 700;
  font-size: 16px;
}

.manager-name{
  color: #0181CA;
  font-weight: 700;
  font-size: 14px;
}

.manager-post{
  color: #0181CA;
  font-weight: 400;
  font-size: 14px;
}

.manager-image{
  height: 115px;
  width: 115px;
}

.manager-message{
  text-align: justify;
  font-size: 13px;
}
.review-message{
  text-align: justify;
  font-size: 12px !important;
}

.review-details{
  font-size: 12px !important;
}
.review-custom p{
  margin-bottom: 0px !important;
}

.manager-details-image{
  height: 150px;
  width: auto;
}

.message-position{
  position: absolute;
  top:0px;
  left:.75rem;
  right:.75rem;
  bottom: 0px !important;
}

.notice-button{
  background-color: #008000 !important;
  border-radius: 0px !important;
  color: #FFFFFF;
  font-weight: 600;
}

.custom-notice-home li{
  text-align: center;
  font-size: 15px;
}

.custom-notice-home li a{
  color:black;
}

.work-image{
  min-height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid  #0181CA;
}

.work-text{
  font-size: 12px;
}

.work-title{
  font-size: 12px;
  font-weight: 600;
  color: #212529;
}

.client-heading{
  color:#0181CA;
}

.work-hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.work-hover:hover{
  transition: all .3s;
  background-color: rgba(12, 25, 52, 0.1);
  color:black !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.video-section{
  background-color: #F1F1F1;
}

.extra-section{
  background-color: #fcfafa;
}
.gallary-image{
  height: 135px;
  width: 100%;
}

.gallary-main-image{
  height: 274px;
  width: 100%;
}

.employee-main-image{
  height: 174px;
  width: 100%;
}

.choose-card{
  height: 237px;
}

.w-65{
  width:63%
}

.w-90{
  width:90% !important
}
.accordion{
  border-radius: 10px !important;
}
.accordion-item{
  border-radius: 30px !important;
}
.accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}
.accordion-button:not(.collapsed) {
  background-color:#0181CA;
  color: white;
}
.image-title{
  font-size: 14px;
  height:60px !important;
}
.footer-address{
  font-size: 13px;
  margin-top: -23px;
}

.contact-image{
  height:auto;
  width:100%;
}
/*animate css*/

.animate__animated.animate__delay-0-1s {
  -webkit-animation-delay: calc(1s * .1);
  animation-delay: calc(1s * .1);
  -webkit-animation-delay: calc(var(--animate-delay) * .1);
  animation-delay: calc(var(--animate-delay) * .1);
}

.animate__animated.animate__delay-0-2s {
  -webkit-animation-delay: calc(1s * .2);
  animation-delay: calc(1s * .2);
  -webkit-animation-delay: calc(var(--animate-delay) * .2);
  animation-delay: calc(var(--animate-delay) * .2);
}
.animate__animated.animate__delay-0-3s {
  -webkit-animation-delay: calc(1s * .3);
  animation-delay: calc(1s * .3);
  -webkit-animation-delay: calc(var(--animate-delay) * .3);
  animation-delay: calc(var(--animate-delay) * .3);
}
.animate__animated.animate__delay-0-4s {
  -webkit-animation-delay: calc(1s * .4);
  animation-delay: calc(1s * .4);
  -webkit-animation-delay: calc(var(--animate-delay) * .4);
  animation-delay: calc(var(--animate-delay) * .4);
}
.animate__animated.animate__delay-0-5s {
  -webkit-animation-delay: calc(1s * .5);
  animation-delay: calc(1s * .5);
  -webkit-animation-delay: calc(var(--animate-delay) * .5);
  animation-delay: calc(var(--animate-delay) * .5);
}
.animate__animated.animate__delay-0-6s {
  -webkit-animation-delay: calc(1s * .6);
  animation-delay: calc(1s * .6);
  -webkit-animation-delay: calc(var(--animate-delay) * .6);
  animation-delay: calc(var(--animate-delay) * .6);
}
/*close animate css*/

/*why special list*/

.border-right{
    border-right: 1px dotted #0181CA;
}

.mission-text{
  font-size: 13px;
}

ul.features-list {
  padding: 0;
  margin: 0 0 0 22px;
}

ul.features-list li {
  display: list-item;
  font-size: 13px;
  font-family: tahoma;
  margin-top: 5px;
}

article {
  /*  leverage cascade for cross-browser gradients  */
  background: radial-gradient(
    rgb(23, 8, 184), 
    hsl(200 100% 60%) 
  ) fixed;
  background: conic-gradient(
    rgb(12, 24, 192), 
    hsl(200 100% 60%), 
    rgb(11, 12, 10) 
  ) fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
} 

article h6{
  text-decoration: underline;

}
/*close why special list*/

/*button design*/

/* CSS */
.slidier-img{
  width: 100%;
  height: auto;
}
.custom-navbar-main{
  padding-top: 0px;
  padding-bottom: 0px;
}
.dropdown-menu{
  /* padding: 0px 0px;
  border-radius: 0px;
  margin-top: 6px !important;
  background-color: #f9fafbc9; */
}
.dropdown-item:hover{
  background-color:#0181CA;
  color: white !important;
}
.order{
  color:#FF9101;
  font-weight: 700;
  animation:blinkText 1s  infinite;
}

@keyframes blinkText {
  0%{opacity:0.1;}
50%{opacity:1; text-shadow: 1px 0px 30px #0181CA;}
100%{
  opacity:0.1;
}
}
/*close button design*/

.quote-button{
  height:auto;
  width:220px;
}

.quote-button:hover{
  transition: all .5s;
  transform: scale(1.1);
}

.text-red{
  color:red;
}

/*footer*/

.first-footer{
  background-color: #030303bd ;
  padding: 15px 0px;
  margin-bottom: 2px;
  z-index: 1000;
}

.second-footer{
  background-color: #14171ef2;
  margin-bottom: 1px;
  padding: 5px 0px;
}

.footer-title{
  color: white;
  font-size: 20px;
}

.footer-social{
  height: 40px;
  width: 100%;
}
.footer-hotline{
  height: 70px;
  width: auto;
}
.custom-social-ul{
  margin-left:0px !important
}

.custom-social-ul li:not(:last-child){
  margin-bottom:10px;
}

.second-footer-text{
  color: #f0f0f0 !important;
  font-size: 12px;
}

.footer-contact{
  color: #f0f0f0 !important;
  font-size: 14px;
}

.footer-contact-page{
  color: black !important;
  font-size: 12px;
}

.fa-ul li{
  color: #f0f0f0;
  font-size: 14px;
}

.custom-fa-ul li{
  color: #B4B5B6 !important;
}

.custom-fa-ul li a{
  color: black !important;
}

.fa-ul li a{
  text-decoration: none;
  color: #f0f0f0;
  padding-left: 5px;
  font-size: 14px;
}

.fa-ul li a:hover{
  transition: all .4s;
  text-decoration: none;
  color:#25B7EB;
  padding-left: 10px;
  transition: .3s;
}

.icon-class{
  height: 30px;
  width: 30px;
  padding: 0px 3px;
  border-radius: 2px;
}

.icon-nav{
  font-size: 10px;
  color:#B4B5B6;
 }

/*close footer*/

/*team*/
.team-image{
  height: 110px;
  width: 110px;
  border-radius: 50%;
}

.employee-name{
  font-weight: 600;
  font-size: 14px;
  color: blue;
  line-height: 14px;
  margin-top: 6px;
}

.employee-post{
  font-weight: 500;
  font-size: 12px;
  color:black;
  margin-bottom: 2px;
}

.employee-phone{
  font-weight: 500;
  font-size: 10px;
  color:black;
  height: 17px;
}
/*close team*/

/*skill*/
.skill-ul{
  padding-left: 33px !important;
}

.skill-ul li{
  font-size: 14px;
  margin: 4px 0px;
  list-style-type: square !important;
  color: black
}

.skill-ul li:hover{
  transition: all .3s;
  padding-left: 5px;
  color: blue
}
/*close skill*/

/*review*/

.review-image{
  height:60px;
  width:60px;
  border: 1px solid #0181CA;
  outline: 2px dotted #21B6EB;
  border-radius: 50%;
}

.review-icon{
  font-size: 12px;
}
/*close review*/

/*product details*/
.sidebar-card-title{
  font-size: 14px;
  color: #0181CA;
}

.sidebar-post-date{
  font-size: 12px;
}

.sidebar-card-details{
  font-size: 13px;
  color: #101126;
}

.details-description{
  font-size: 14px;
}

.bg-brand{
  background-color: #0181CA;
  color:white
}

.bg-brand:hover{
  color:white !important;
}

.sidebar-product-list{
  list-style-type: none;
}

.sidebar-product-list li{
  font-size: 13px;
  margin: 12px 0px;
}
.sidebar-product-list li a{
  font-size: 13px;
}

.details-btn{
  background-color: #0181CA;
  border-radius: 5px;
  padding: 15px 0px;
  color:white;
  font-weight: 500;
}

.details-btn:hover{
  background-color: #F2F5F8;
  opacity: .6;
  color:blue;
}
/*close product details*/

/*scroll bar*/

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #21B6EB;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0181CA; 
}
/*close scroll bar*/

/*display none and block*/
.display-block-sm{
  display: none;
}
.display-none-sm{
  display: block;
}
/*close display none and block*/

/*overlay sidebar*/
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(12, 25, 52, .9);
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 1550;
}

.overlay-content {
  position: relative;
  top: 0px;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  height:400px;
  overflow-y: scroll;
}

.overlay-content ul li a{
  color:#FFFFFF !important;
  font-size: 15px;
}

.overlay-content ul li a:hover{
  color:#6FD0F3 ;
}

.overlay-content ul li{
  margin: 7px 0px;
  color:#FFFFFF !important;
}

.overlay a:hover, .overlay a:focus {
  color: #21B6EB;
}

.closebtn{
  position: absolute;
  right: 10px;
  top:5px;
  color: #FFFFFF !important;
}
/*close overlay sidebar*/

.btn:focus{
  box-shadow: none;
  outline: none;
  border: none;
}

/*notice-section*/

/*close notice section*/

/*download content*/
.custom-list-group-item{
  border: 0px !important;
  border-bottom: 1px solid #a8b2b3 !important;
  font-size: 14px !important;
}
.custom-list-group-item a{
  font-size: 11px !important;
}

.custom-table td{
  font-size: 14px !important; 
}

.download-card{
  height: 323px;
}

.custom-table td a{
  font-size: 11px !important;
}
/*close download content*/

/*font size*/
.fs-13{
  font-size: 13px;
}
.fs-12{
font-size: 14px;
}
.fs-11{
  font-size: 12px;
}
/*font size*/

/*news marque*/
/* define the animation */
@-webkit-keyframes marquee {
  0%   { -webkit-transform: translate(0, 0); }
  100% { -webkit-transform: translate(0, -200%); }
} 
  @keyframes marquee {
  0%   { -webkit-transform: translate(0, 0); }
  100% { -webkit-transform: translate(0, -100%); }
} 

/* define your limiting container */
.marquee-bt {
  border: 1px dashed #B4B5B6;
  border-radius: 3px;
  overflow: hidden;
  box-sizing: border-box;
  height: 293px;
}
/* this is the tray moving around your container */
.marquee-bt span {
  display: inline-block;
  padding-top: 293px;
  padding-left: 10px;
  padding-right: 10px;
  animation: marquee 25s linear infinite; /* here you select the animation */
  -webkit-animation: marquee 25s linear infinite; /* here you select the animation */
}
/* pause the animation on mouse over */
.marquee-bt span:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
/*close news marque*/

/*see more*/

.see-more {
  border-radius: 10px;
  color:#21B6EB;
  border: 1px solid #21B6EB;
  text-align: center;
  font-size: 15px;
  padding: 5px 10px;
  transition: all 0.5s;
  cursor: pointer;
}

.see-more span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.see-more span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.see-more:hover span {
  padding-right: 25px;
  color:#21B6EB;
}

.see-more:hover span:after {
  opacity: 1;
  right: 0;
}

.see-more span {
  padding-right: 14px;
  color:#21B6EB;
}

.see-more span:after {
  opacity: 1;
  right: 0;
}
/*close see more*/

/*logo position*/

.arrow-down{
  font-size: 13px;
}
/*close logo position*/

@media(max-width:767px){
  .logo-position{
    left:0%;
  }
  .header-logo{
    height: 30px;
    width: auto;
  }
  .logo-card-body{
    height: 63px;
    width:165px;
    padding: 0px;
  }
  .gallary-image{
    height: auto;
    width: 100%;
  }
  .gallary-main-image{
    height: auto;
    width: 100%;
  }
  .w-65{
    width: 100%;
  }
  .message-position{
    position: unset;
    margin-bottom: 10px;
  }
  .manager-details-image{
    height: 113px;
    width: 100%;
  }
  .download-button{
    width:100%;
  }
  .employee-main-image{
    height: auto;
    width: 100%;
  }
  .team-image{
    height: 100px;
    width: 100px;
  }
  .display-block-sm{
    display: block;
  }
  .display-none-sm{
      display: none;
  }
  .slider-for .box img {
      padding: 10px 10px !important;
  }
  .company-name{
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #000;
    padding-left: 50% !important;
    display:block;
  }
  .banner-img{
    height: 155px!important;
    width:100%
  }
  .border-right{
    border-right: 1px solid transparent !important;
  }
  .director-message-title{
    font-size: 18px;
  }
  .director-message-post{
    font-size: 14px;
  }
  .manager-name{
    font-size: 15px;
  }
  .manager-post{
    font-size: 12px;
  }
  .manager-image{
    height: 100px;
    width: 100px;
  }
  .manager-message{
    font-size: 12px;
  }
  .quote-button{
    height:50px;
    width:auto;
  }
  .fa-ul li a{
    padding-left: 0px !important;
    font-size: 14px;
  }
  .fa-ul{
    margin-left: 19px !important;
  }
  .review-image{
    height:40px;
    width:40px;
  }
  h3.title{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 3px;
  }
  .title-box{
    height: 4px;
    width: 110px;
    margin-bottom: 18px;
  }
  .download-card{
    height: unset;
  }
  .message-position{
    position: unset !important;
    top:unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
  }
  .footer-social{
    height: 40px;
    width: auto;
  }
  .client-heading{
    font-size: 15px;
  }
  .image-title{
    font-size: 10px;
  }
  .footer-address{
    font-size: 11px;
  }
  .address-title{
    font-size: 11px;
  }
  .product-image{
    height: auto;
    width:120px;
  }
  .company-title-contact{
    font-size: 12px;
  }
}



   .marquee-bt::-webkit-scrollbar {
        width: 4px;
    }
    .marquee-bt::-webkit-scrollbar-track {
        background: #e9ecef;
        border-radius: 10px;
    }
    .marquee-bt::-webkit-scrollbar-thumb {
        background: #0d6efd;
        border-radius: 10px;
    }
    .transition-hover {
        transition: all 0.2s ease;
    }
    .transition-hover:hover {
        transform: translateX(4px);
    }
    .text-gradient {
        background: linear-gradient(135deg, #0d6efd, #20c997);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-weight: 600;
    }



     .transition-all {
        transition: all 0.3s ease;
    }
    .duration-300 {
        transition-duration: 300ms;
    }
    .pointer-events-none {
        pointer-events: none;
    }
    .backdrop-blur-sm {
        backdrop-filter: blur(4px);
    }
    .rounded-start-circle {
        border-radius: 50% 0 0 50%;
    }
    
    /* Card hover effects */

    .card:hover .btn-outline-primary {
        background-color: #0d6efd;
        border-color: #0d6efd;
        color: white;
    }
    
    .card:hover .btn-outline-primary svg {
        transform: translateX(4px);
    }
    

    
    /* Remove default button focus ring overrides (Bootstrap 5.3 compliant) */
    .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25);
    }

     .backdrop-blur-sm {
        backdrop-filter: blur(4px);
    }
    .transition-hover:hover {
        transform: translateX(4px);
        background-color: rgba(13, 110, 253, 0.02);
        border-radius: 12px;
    }
    .pointer-events-none {
        pointer-events: none;
    }
    .border-light-subtle {
        border-color: rgba(0,0,0,0.08);
    }
    
    /* Form focus style enhancement */
    .form-control:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.2rem rgba(13,110,253,0.15);
    }

     .pointer-events-none {
        pointer-events: none;
    }
    
    /* Card Hover Effects */
    .transition-card:hover {
        transform: translateY(-6px);
    }
    
    .transition-card:hover .card {
        box-shadow: 0 20px 35px -12px rgba(0,0,0,0.15) !important;
    }
    
    .transition-card:hover .transition-logo {
        transform: scale(1.05);
        background-color: rgba(13, 110, 253, 0.05) !important;
        border-color: rgba(13, 110, 253, 0.2) !important;
    }
    

    
    .transition-card:hover .transition-btn svg {
        transform: translateX(2px);
        transition: transform 0.2s ease;
    }
    
    /* Hover shine effect for product icon */
    .bg-primary:hover .position-absolute {
        transform: skewX(-20deg) translateX(150%);
    }
    
    /* Smooth transitions */
    .transition-card,
    .transition-logo,
    .transition-btn svg {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    /* Glassmorphism effect on logo background */
    .bg-light.bg-opacity-50 {
        background-color: rgba(248, 249, 250, 0.8);
        backdrop-filter: blur(2px);
    }


    .pointer-events-none {
        pointer-events: none;
    }
    .opacity-5 {
        opacity: 0.05;
    }
    
    /* Hover effects for key strengths */
    .transition-strength:hover {
        transform: translateX(4px);
    }
    
    /* Smooth transitions */
    .transition-strength {
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    /* Custom badge styling */
    .badge.bg-light {
        background-color: #f8f9fa !important;
        border: 1px solid rgba(0,0,0,0.05);
    }



    /* Additional modern touches - no inline CSS, just class overrides */
    .carousel-indicators button {
        background-color: rgba(255,255,255,0.5);
        transition: all 0.3s ease;
        margin: 0 4px;
    }
    
    .carousel-indicators button.active {
        background-color: #0d6efd;
        width: 60px !important;
    }
    
    .carousel-indicators {
        margin-bottom: 1.5rem;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        transition: all 0.3s ease;
    }
    
    .carousel-control-prev-icon:hover,
    .carousel-control-next-icon:hover {
        background-color: #0d6efd !important;
        transform: scale(1.1);
    }
    
    .text-white-75 {
        color: rgba(255,255,255,0.85);
    }
    
    /* Responsive text adjustments */
    @media (max-width: 768px) {
        .display-4 {
            font-size: 2rem;
        }
        .lead {
            font-size: 1rem;
        }
        .btn-lg {
            padding: 0.5rem 1rem;
            font-size: 0.9rem;
        }
    }

    .pointer-events-none {
        pointer-events: none;
    }
    
    /* Card hover effects */
    .transition-card {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .transition-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 35px -12px rgba(0,0,0,0.15) !important;
    }
    
    /* Modern pagination styling (Bootstrap 5.3 override) */
    .pagination-wrapper .pagination {
        gap: 6px;
    }
    
    .pagination-wrapper .page-link {
        border-radius: 50px !important;
        border: none;
        padding: 8px 16px;
        font-weight: 500;
        color: #6c757d;
        background-color: transparent;
        transition: all 0.2s ease;
    }
    
    .pagination-wrapper .page-link:hover {
        background-color: rgba(13, 110, 253, 0.1);
        color: #0d6efd;
        transform: translateY(-2px);
    }
    
    .pagination-wrapper .page-item.active .page-link {
        background-color: #0d6efd;
        color: white;
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
    }
    
    .pagination-wrapper .page-item.disabled .page-link {
        background-color: transparent;
        color: #dee2e6;
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .display-5 {
            font-size: 1.8rem;
        }
        .card-body {
            padding: 1.25rem !important;
        }
        .rounded-4 {
            border-radius: 20px !important;
        }
    }

  /* Modern Client Card Styles */
    .client-card {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .transition-card:hover .client-card {
        transform: translateY(-5px);
        box-shadow: 0 12px 28px -8px rgba(0,0,0,0.15) !important;
    }
    
    .transition-card:hover .position-absolute.bg-primary {
        transform: scaleX(1) !important;
    }
    
    .transition-card:hover .transition-logo {
        background-color: rgba(13, 110, 253, 0.1) !important;
        transform: scale(1.05);
    }
    
    .transition-card:hover .transition-arrow {
        opacity: 1 !important;
        transform: translateX(3px);
    }
    
    .transition-logo {
        transition: all 0.3s ease;
    }
    
    .transition-arrow {
        transition: all 0.25s ease;
    }
    
    .client-name {
        line-height: 1.3;
        transition: color 0.2s ease;
    }
    
    .transition-card:hover .client-name {
        color: #0d6efd !important;
    }
    
    /* Responsive adjustments */
    @media (max-width: 576px) {
        .bg-light.rounded-3 {
            width: 45px;
            height: 45px;
        }
        .bg-light.rounded-3 img {
            width: 30px;
            height: 30px;
        }
        .client-name {
            font-size: 0.8rem !important;
        }
        .card-body {
            padding: 0.75rem !important;
        }
    }

    /* Modern Table Row Effects */
    .transition-row {
        transition: all 0.2s ease;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    
    .transition-row:hover {
        background-color: rgba(13, 110, 253, 0.03);
        transform: translateX(4px);
    }
    
    /* Modern Pagination Styling */
    .pagination-wrapper .pagination {
        gap: 6px;
        margin-bottom: 0;
    }
    
    .pagination-wrapper .page-link {
        border-radius: 50px !important;
        border: none;
        padding: 6px 14px;
        font-weight: 500;
        font-size: 0.85rem;
        color: #6c757d;
        background-color: #f8f9fa;
        transition: all 0.2s ease;
    }
    
    .pagination-wrapper .page-link:hover {
        background-color: rgba(13, 110, 253, 0.1);
        color: #0d6efd;
        transform: translateY(-2px);
    }
    
    .pagination-wrapper .page-item.active .page-link {
        background-color: #0d6efd;
        color: white;
        box-shadow: 0 4px 10px rgba(13, 110, 253, 0.25);
    }
    
    .pagination-wrapper .page-item.disabled .page-link {
        background-color: #f8f9fa;
        color: #dee2e6;
        cursor: not-allowed;
    }
    
    /* Table styling enhancements */
    .table > :not(caption) > * > * {
        padding: 1rem 0.75rem;
        vertical-align: middle;
    }
    
    .table-hover > tbody > tr:hover > * {
        background-color: transparent;
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .btn-outline-primary {
            padding: 0.25rem 0.75rem;
            font-size: 0.75rem;
        }
        .table > :not(caption) > * > * {
            padding: 0.75rem 0.5rem;
        }
        .fw-semibold.text-dark {
            font-size: 0.85rem;
        }
        .text-muted {
            font-size: 0.7rem;
        }
    }
 .breadcrumb {
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
    }
    
    .breadcrumb-item a {
        color: #6c757d;
        transition: color 0.2s ease;
    }
    
    .breadcrumb-item a:hover {
        color: #0d6efd;
    }
    
    .breadcrumb-item.active {
        color: #0d6efd;
    }
    
    /* Image Hover Effect */
    .transition-image {
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .transition-image:hover {
        transform: scale(1.02);
    }
    
    /* Sidebar Card Hover Effect */
    .transition-sidebar {
        transition: all 0.3s ease;
        border-left: 3px solid transparent;
    }
    
    .transition-sidebar:hover {
        transform: translateX(5px);
        box-shadow: 0 10px 25px -8px rgba(0,0,0,0.1) !important;
        border-left-color: #0d6efd;
        background-color: #ffffff !important;
    }
    
    /* Blog Content Styling */
    .blog-content p {
        margin-bottom: 1.25rem;
    }
    
    .blog-content h2, 
    .blog-content h3, 
    .blog-content h4 {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        font-weight: 600;
        color: #212529;
    }
    
    .blog-content ul, 
    .blog-content ol {
        margin-bottom: 1.25rem;
        padding-left: 1.5rem;
    }
    
    .blog-content img {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        margin: 1rem 0;
    }
    
    /* Responsive */
    @media (max-width: 768px) {
        .card-body {
            padding: 1.25rem !important;
        }
        h3.fw-bold {
            font-size: 1.5rem;
        }
    }