body{
     font-family: "Inter Tight", sans-serif;
    overflow-x: clip !important; 
}
html{
    overflow-x: clip !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Inter Tight", sans-serif;
   color:#000;
   
}    
img{
    height:auto;
    max-width:100% !important; 
}

p{
    font-size: 16px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    color: #616C74;
    letter-spacing: 0.3px; 
    line-height: 1.6;
}
a{
    text-decoration:none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}


 .our-service-images img {
    width: 100%;}
    
    .spanned-card{
        color:#F0333A;
    }

    .our-service-box {
    overflow: hidden;}
 

.our-header-section  {
    position:relative;
}

.bd-header-top {
    background-color: #004182;
    position: relative;
    padding:10px 0;
}

.bd-header-top-left ul {
      list-style: none;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0 41px;
}

.bd-header-top-left ul li:first-child {
    position: relative;
}

.bd-header-top-left ul li:first-child:before {
  position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    inset-inline-end: -22px;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}

.bd-header-top-left ul li a ,
.bd-header-top-right ul li a{
       color: #ffffff;
    font-size: 15px;
    transition: all 0.3s linear;
}
.bd-header-top ul li span {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    margin-inline-end:10px;
}


.header-sec-top {
    position: relative;
    padding: 10px 0;
    width: 100%;
    z-index: 99;
}
.header-sec-top .container, 
.hero .container{
    padding-right: 15px;
    padding-left: 15px;
}
.our-header-logo {
    text-align:center;
}

.our-navigation{
    margin-left: -2.5rem;
}
.mega-menu-list  {
        display: flex;
    gap: 30px;
    justify-content: center;
    padding: 0;
    align-items: center;
    margin-right: 40px;
    margin: 0;
    list-style: none;
}
.mega-menu-list > li > a {
        position: relative;
    font-size: 13px;
    color: #000;
    transition: .2s linear;
    letter-spacing: 0.7px;
    display: inline;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
}
.mega-menu-list li > a.active{
    /*color:#ed1c24;*/
   /*color:#004182;*/
   color:#E81217;
    font-weight: 600;
}
.sticky.header-sec-top {
     background: #fff;
    padding: 10px 0;
    visibility: visible;
    animation: slideDown 0.7s ease-out;
    box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px 0px;
    transform: translateY(0%);
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0px;
}

@keyframes slideDown{
    0% {
    transform: translateY(-100%);
}

100% {
    transform: translateY(0);
}
}

.menu-list-itenms .drop-menulist {
   position: absolute;
    background-color: #ffffff;
    padding: 20px 30px;
    box-shadow: 0px 10px 20px rgba(8, 0, 42, 0.08);
    left: 0;
    top: 38px;
    min-width: 220px;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    border-radius: 0 0 5px 5px;
    text-align: left;
    transition: all 300ms ease;
    transform-origin: top;
    transform: scaleY(0);
}
.drop-menulist li {
    white-space: nowrap;
}
.menu-list-itenms:hover .drop-menulist{
    opacity: 1;
    pointer-events: all;
    transform: scaleY(1);
    visibility: visible;
}
.menu-list-itenms .drop-menulist li {
    position: relative;
}
.menu-list-itenms  {
    position: relative;
    list-style: none;
    padding-right: 17px;
}
.menu-list-itenms .dropn-btnmobile i {
    color: #000;
    font-size: 14px;
}
.menu-list-itenms .drop-menulist li a {
    position: relative;
     border-radius: 50px;
    transition: all 0.5s ease-out;
    font-weight: 400;
    gap: 10px;
    color: #000000;
    display: flex;
    text-align: start;
    align-items: center;
    cursor: pointer;
    line-height: initial;
    padding: 10px 0;
    margin-left: 0;
    font-size: 13px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    transition: all 0.5s;
}

.menu-list-itenms .drop-menulist li a.active {
    color: #ed1c24;
}



.mega-menu-list li.menu-list-itenms > a{
    padding:37px 0;
}
.dropn-btnmobile {
    position: absolute;
    right: -3px;
    top: 3px;
    bottom: 0;
    margin: auto 0;
}

.header-sec-top .comman-btn .btn{
    background:#004182;
    color:#fff;
    border:unset;
}

.opt1-wrap {
      display: flex;
    align-items: center;
    border: 1.5px solid #dbdee1;
    border-radius: 100px;
    overflow: hidden;
    max-width: fit-content;
    justify-content: flex-end;
}
.opt1-btn {
   padding: 9px 22px;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
    cursor: pointer;
    background: none;
    border: none;
    color: #464646;
    
    /*    color: #fff;*/
    /*background: #2b3944;*/
}
.opt1-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #000;
}
.opt1-divider {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}
.opt1-btn.primary {
    background: #2b3944;
       color: #fff;
    font-weight: 400;
}
.opt1-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #000;
}
.opt1-btn.primary:hover{
    background:#ed1c24;
    color:#fff;
}
.section-title{
        position: relative;
    margin-bottom: 2rem;

}


.sec-big-title {
       font-size: 34px;
    font-weight: 600;
    position: relative;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.small-title {
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
       color: #004181;
    display: block;
      margin-bottom: 6px;
    font-weight: 500;
    letter-spacing: 2.5px;
}


.who-we-are {
       padding: 100px 0 50px;
    position: relative;
}

.about-sectionsd{
       display: grid;
    grid-template-columns: 1fr 450px;
    gap: 60px;
    align-items: center;
}

.about-content-left {
   position: relative;
    padding-right: 20px;
}

.main-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    color: #2e3a44;
    margin-bottom: 40px;
}
.about-content {
       position: relative;
    padding-left: 40px;
        border-left: 1px solid #dbdee1;
}
.experience-number {
    font-size: 110px;
    font-weight: 400;
    color: #2e3a44;
    line-height: 1;
}

.experience-number span {
    font-size: 40px;
}

.experience-text {
   font-size: 20px;
    margin-top: 6px;
    color: #2e3a44;
}

/* Paragraph */
.about-text {
    font-size: 18px;
    line-height: 1.6;
    color: #5b6773;
    margin-bottom: 30px;
    max-width: 500px;
}

/* Button */
.explore-btn {
    display: inline-block;
    padding: 14px 28px;
    border: 1px solid #c41e3a;
    border-radius: 30px;
    color: #c41e3a;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.explore-btn:hover {
    background: #c41e3a;
    color: #fff;
}

/* Right Image */
.about-images img {
    width: 100%;
    padding-left: 1px;
    border-radius: 12px;
    object-fit:cover
}

/* Responsive */
@media (max-width: 992px) {
    .about-sectionsd{
        grid-template-columns: 1fr;
    }

    .about-content-left::before {
        display: none;
    }

    .main-title {
        font-size: 40px;
    }

    .experience-number {
        font-size: 70px;
    }
}

.about-content-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.about-content-flex .counter-items{
        text-align: center;
    position: relative;
    min-width: 180px;
}
.comman-btn .btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:14px 26px;
  /*border:1px solid #ed1c24;*/
  border:1px solid #E3121A;
  border-radius:50px;
  color:#E3121A;
  background:transparent;
  text-decoration:none;
  transition:.3s;
  position:relative;
  overflow:hidden;
  font-size: 14px;
}

.comman-btn .btn:hover{
  background:#ed1c24;
  color:#fff;
}

.comman-btn .icon{
  position:relative;
  overflow:hidden;
  display:inline-flex;
  transform:rotate(-45deg);
}

.comman-btn .icon svg{
  width:16px;
  fill:currentColor;
  transition:.3s;
}

.comman-btn .icon svg:last-child{
  position:absolute;
  transform:translateX(-150%);
}

.comman-btn .btn:hover svg:first-child{
  transform:translateX(150%);
}

.comman-btn .btn:hover svg:last-child{
  transform:translateX(0);
}


.our-service-section{
   position: relative;
    padding: 5rem 0 6rem;
}
.our-service-box {
    background: #f8f8f9;
    border: 1px solid #dbdee1;
    padding-top: 12px;
    padding-bottom: 26px;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
    border-radius: 6px;
    height:100%;
}

.our-service-images {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    z-index: 1;
    display:block;
}

.our-service-images img {
    width: 100%;
    transform: scale(1.02);
    transition: all 0.8s ease;
}
.our-service-box:hover .our-service-images img {
    transform: scale3d(1.1, 1.1, 1);
}
.our-service-box:hover .service-icons img{
        filter: brightness(0) invert(1);
    transition: 0.3s;
}
.our-service-box .service-icons img{
        filter: brightness(0) invert(1);
}
.service-icons {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(21px);
    position: absolute;
    bottom: 25px;
    inset-inline-start: 25px;
    transition: 0.5s;
}
 .our-service-box:hover .service-icons {
    background:#ed1c24;
}

.our-service-box:hover .service-icons img{
    animation: rs-skew 0.6s;
}

@keyframes rs-skew{
    0%, 100% {
    transform: scale(1, 1);
}

25% {
    transform: scale(0.7, 1.1);
}
50% {
    transform: scale(1.1, 0.7);
}
75% {
    transform: scale(0.95, 1.05);
}
}


.services-content h4{
   font-size: 20px;
    font-weight: 600;
    margin: 20px 0 12px;
    line-height: 1.4;
}

.services-content h4 a{
    color:#000;
}
.services-content p{
        margin:0;
        font-size:16px;
}

.rs-btn {
       color: #2b3944;
    display: flex;
    align-items: center;
    gap: 10px;
        margin-top: 1rem;
}
.our-service-box .rs-btn:hover{
    color: #ed1d24;
}
.rs-btn i {
       display: inline-block;
    height: 20px;
    font-size: 21px;
    transform: rotate(-90deg);
    font-weight: 700;
}


.myservice-swiper .swiper-wrapper {
        margin-bottom: 5rem;
        align-itesm:stretch
        /*border-bottom:2px solid #000;*/
}
.myservice-swiper .swiper-slide{
    height:auto!important;
    display:flex;
}

/*.service-section-btn:hover .swiper-button-prev,*/
/*.service-section-btn:hover .swiper-button-next{*/
/*        background: #004181;*/
/*}*/
.service-section-btn .swiper-button-prev,
.service-section-btn .swiper-button-next{
    position:relative;
}
.service-section-btn 
.swiper-button-prev{
    left: 45%;
}

.service-section-btn .swiper-button-next, 
.service-section-btn .swiper-button-prev {
       width: 50px;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #fff;
    background: transparent;
    position: absolute;
    bottom: 0;
    top: unset;
       right: 45%;
    background: #004182;
    transition: all 0.5s ease-in-out;
}

.service-section-btn .swiper-button-prev::after, .service-section-btn .swiper-button-next::after {
    /*content: "\f166" !important;*/
    content: "\f109" !important;
    font-family: "flaticon_normal-icon" !important;
    font-weight: 100;
    font-size: 18px !important;
   
}
.service-section-btn .swiper-button-prev::after{
     transform: rotate(179deg);
}
.service-section-btn .swiper-button-next::after {
       transform: rotate(3deg);
}
.service-section-btn{
    position:relative;
}

.service-section-btn::before{
     content: "";
    background-color:#dbdee1;
    height: 1px;
    position: absolute;
    width: 43%;
     bottom: 20px;
    left: 0;
}
.service-section-btn::after{
    content: "";
    background-color:#dbdee1;
    height: 1px;
    position: absolute;
    width: 43%;
    bottom: 20px;
    right: 0;
}


.our-key-number{
   background: #004180;
    padding: 4rem 0 4rem;
    position: relative;
    overflow: visible;
    max-width: 100%;
}

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

.counter-wrapper .counter-items h4 {
    font-size:45px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    font-style: italic;
}

.counter-items h5{
      color: #fff;
    line-height: 1.4;
    font-size: 15px;
    margin: 0;
    letter-spacing: 0.5px;
    font-weight:400;
}

.counter-items {
    text-align:center;
    position:relative;
}

.ascentech-advantage {
    position: relative;
    background: url("../images/bg/feature-bg-thumb.webp") no-repeat center center;
    background-size: cover;
    padding: 120px 0 120px;
}
.advantage-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 5px;
}
.advantage-section .advantage-list li{
    position:relative;
     list-style: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding-left: 30px;
}
.advantage-section .advantage-list li::before {
       content: "\f128";
    position: absolute;
    font-family: flaticon_normal-icon !important;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    top: 3px;
    left: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantage-section .section-title{
        position: relative;
    margin-bottom: 2.3rem;
}


.rs-feature-item {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-inline-start: 16px;
    padding-inline-end: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease-in-out;
}
.rs-feature-item:hover {
    background: #ed1c24;
    border-color: #ed1c24;
    backdrop-filter: unset;
}
.rs-feature-thumb img {
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 100px;
}

.rs-feature-item h5 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
}
.ascentech-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
}


.our-innovation {
    position: relative;
    padding: 5rem 0 5rem;
}
.our-innovation::before {
       content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 59%;
    background: url(../images/bg/work-bg-thumb.webp) no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.rs-working-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #f8f8f9;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-inline-start: 60px;
    padding-inline-end: 60px;
    gap: 30px 50px;
    border-radius: 6px;
}

.innovation-image img {
    border-radius: 6px;
    width: 100%;
}

.rs-working-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    background: #f8f8f9;
    padding: 60px;
    gap: 40px 60px;
    border-radius: 10px;
}


.innovation-content .advantage-list {
       list-style: none;
    padding: 0;
       margin: 20px 0 30px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 21px 30px;
}

.our-innovation .advantage-list li {
      position: relative;
    padding-left: 24px;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    color: #616C74;
}

.our-innovation .advantage-list li::before {
      content: "\f128";
    position: absolute;
    font-family: flaticon_normal-icon !important;
    font-size: 12px;
    font-weight: 900;
    color: #000;
    top: -2px;
    left: -10px;
    width: 25px;
    min-width: 25px;
    height: 26px;
    border: 1px solid #dbdee1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image */
.innovation-image img {
    width: 100%;
    border-radius: 10px;
    display: block;
}


.our-banner-section {
    position: relative;
    padding: 0;
    /*background: url("../images/bg/banner-bg-thumb.webp") center/cover no-repeat;*/
    overflow: hidden;
}

.rs-banner-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: top center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rs-banner-bg-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #192C3B 0%, rgba(19, 30, 38, 0) 90.29%);
    z-index: 1;
}

.rs-banner-bg-thumb-two {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: -1;
    mix-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-content .comman-btn{
    display: flex;
    /* align-items: center; */
    gap: 20px;
}

.banner-content .comman-btn .btn {
    border: 1px solid #fff;
    color: #2b3944;
    background: #fff;
}
.banner-content .comman-btn .btn:hover {
       background: #ed1c24;
    color: #fff;
    border: 1px solid #ed1d24;
}


.our-banner-section .container {
    position: relative;
    z-index: 3;
}

.banner-wrapper {
    /*display: flex;*/
    align-items: center;
    /*min-height: 650px;*/
}

/* Left Content */
.banner-content {
    /*max-width: 650px;*/
    color: #ffffff;
        padding: 8rem 0 0;
    position: relative;
}

.banner-subtitle {
      font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* opacity: 0.8; */
    color: #fff;
    
}

.banner-title {
   font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
    margin: 20px 0 0;
    color: #fff;
    max-width: 60%;
}

.banner-description {
      font-size: 17px;
    line-height: 1.6;
    opacity: 0.85;
    margin-bottom: 35px;
    color: #fff;
    max-width: 43%;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: #ffffff;
    color: #111;
    border-radius: 40px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.banner-btn:hover {
    background: #e63946;
    color: #fff;
}




/* Main Flex */
.key-wrapper {
  display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
        background: #004182;
    /*background: #2b3944;*/
    grid-template-columns: 487px auto;
        gap: 40px;
    border-radius: 6px 0 0 0;
    padding: 30px;
    margin-left:3rem;
}
/* Left Side */
.key-list {
    flex: 1;
    min-width:fit-content;
}
.key-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    position: relative;
        gap: 30px 40px;
}
.key-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    inset-inline-end: 0;
}
.key-item:hover::after {
    width: 100%;
    inset-inline-start: 0;
}

.key-item:hover {
    flex: 1.15;
}

.key-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #ed1c24;
    bottom: 0;
    inset-inline-end: 0;
    transition: all 0.5s ease-in-out;
}

.key-item .number,
.key-item h4,
.arrow-icon,
.key-item .number,
.key-item h2,
.arrow-icon,
.key-item .number,
.key-item h3,
.arrow-icon{
    opacity: 0.6;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.01em;
    font-size: 16px;
    margin: 0;
}
.key-item h4,
.key-item h2,
.key-item h3{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.key-item .number{
    width:20px
}
.key-item:hover .arrow-icon,
.key-item:hover .number,
.key-item:hover h5 a{
    color: #ed1c24;
    opacity: 1;
}

.arrow-icon{
      overflow: hidden;
    position: relative;
    display: inline-flex;
    transition: all 0.3s ease-out 0s;
    transform: rotate(-45deg);
}
.counter-wrapper {
  display: flex;
  align-items: center;
}

.counter-item {
  text-align: center;
  flex: 1; /* make items expand equally */
  position: relative;
}

.counter-divider {
  width: 100px;       /* length of line */
  height: 2px;       /* line thickness */
  background: #ffffff99;  /* line color */
  position: relative;
  margin: 0 10px;    /* spacing around line */
}

.counter-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
      width: 18px;
    height: 18px;
    background-color: #fff;
     border-radius: 50%;
    border: 2px solid #ed1c24;  /* dot color */
}

  
/* Right Side */
.key-wrapper .key-number {
    flex: 1;
}
.key-wrapper h4{
    color:#fff;
}
.growth-rate {
    display: flex;
    align-items: center;
    line-height: 1;
}

.growth-rate .big {
   font-size: 90px;
    color: #ffffff;
    font-weight: 500;
    line-height: 0.8;
}

.growth-rate .percent {
   font-size: 90px;
    font-weight:500;
    color: #ed1c24;
}

.key-number p {
    color: #fff;
    margin: 0;
  
}


/* Responsive */
@media (max-width: 991px) {

    .banner-title {
        font-size: 40px;
    }

    .banner-info-box {
        flex-direction: column;
        gap: 40px;
        margin-top: 40px;
    }
}


.rs-banner-line{
    width: 583px;
    position: relative;
    display: inline-block;
    margin-top: 37px;
    margin-bottom: 26px;
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.rs-banner-line::after {
    position: absolute;
    content: "";
    width: 145px;
    background: #fff;
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.banner-wrapper .theme-btn {
    background-color: #fff;
    color: #000;
}

.our-testimonial-section{
       position: relative;
    padding: 6rem 0 4rem;
}

.testimonial-images img{
    border-radius: 16px;
}
.our-testimanil-bcx{
   position: relative;
    margin-inline-start: 35px; 
}
.testimonial-one{
    position: relative;
}

.testimonial-one::after {
    position: absolute;
    content: "\f12f \f12f \f12f \f12f \f12f";
    top: 1rem;
    right: 0;
    font-family: flaticon_normal-icon !important;
    font-size:14px;
    color: #fff;
    letter-spacing: 2px;
    background-color: #FFC107;
    border-radius: 50px;
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-icon::before {
    content: "\f154"; 
     font-family: "flaticon_normal-icon"!important;
    font-weight: 900;
    font-size: 40px;
    color: #e0f2f1; 
    display: block;
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.rating-stars {
        color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: #FFC107;
    padding: 0 10px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.testimonial-one p {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    margin: 0 0 2rem;
    font-style:italic;
}


/* Footer & Navigation */
.testimonial-footer {
   display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dfe0e0;
    padding-top: 30px;
    margin-inline-start: 0px;
}

.user-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.user-info .name {
    margin: 0; 
    font-size: 18px;
    font-weight: 600;
    }
.user-info .designation {
    margin: 0;
    color: #777; 
    font-size: 14px; 
    
}


.testimonial-btn .swiper-button-prev{
     left: unset;
    right: 76px;
}
  
.testimonial-btn .swiper-button-next, .testimonial-btn .swiper-button-prev {
    width: 50px;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #333;
    background: transparent;
    position: absolute;
    bottom: 0;
    top: unset;
}

/* Custom Arrow Icons */
.testimonial-btn .swiper-button-prev::after {
    content: "\f166" !important; 
     font-family: "flaticon_normal-icon"!important;
    font-weight: 900;
    font-size: 18px !important;
}

.testimonial-btn .swiper-button-next::after {
   content: "\f166" !important;
     font-family: "flaticon_normal-icon" !important;
    font-weight: 900;
    font-size: 18px !important;
    transform: rotate(178deg);
}

.swiper-button-next:hover, 
.swiper-button-prev:hover {
    border-color: #333;
}


.rs-brand-one {
  overflow-x: clip;
}
.rs-brand-one .brand-slider {
  border-top: 1px solid #dbdee1;
}
.rs-brand-one .rs-brand-item {
    padding:30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-inline-start: 1px solid #dbdee1;
    border-bottom: 1px solid #dbdee1;
}
.rs-brand-one .rs-brand-item .rs-brand-thumb {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
/*.rs-brand-one .rs-brand-item .rs-brand-thumb img {*/
/*  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);*/
/*  opacity: 0.7;*/
/*  width: 180px;*/
/*}*/
@media only screen and (max-width: 1366px) {
  .rs-brand-one .rs-brand-item .rs-brand-thumb img {
    width: 150px;
  }
}
.rs-brand-one .rs-brand-item:hover .rs-brand-thumb img {
  animation: rs-slideInUp 500ms;
  filter: brightness(100%) contrast(150%) saturate(100%) blur(0px) hue-rotate(0deg);
  opacity: 1;
}

@keyframes rs-slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.whatsapp-sideicons {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 9999;
}


.whatsapp-sideicons .call-icon{
    display:none;
}

 .mobile-menu-top, 
    .mobile-menu-open {
    display:none;
}

.dberttop{
    display: flex;
    justify-content: space-between;
}

/**/

.exper-teamsd{
    position:relative;
    padding:5rem 0;
}
.splu-parae{
    font-size: 22px;
    color: #000;
    font-style: italic;
}
.logo-shapes{
    position:relative;
}
.test-parar{
        font-size: 20px;
    background: #f8f8f9;
    padding: 15px;
    border-left: 5px solid #ed1c24;
    color: #4a4a4a;
    font-style: italic;
}
.testibox-ul{
    display:flex;
    flex-wrap:wrap;
    max-width:500px;
    margin-top: 2rem;
}
.testibox-ul li img{
    margin-bottom:1rem;
}
.testibox-ul li{
       flex: 1;
    text-align: center;
   max-width:220px;
}
.testibox-item .testibox-title{
    font-size:17px;
}
.asect-lot{
       display: flex;
    gap: 13px;
    align-items: center;
}
.asect-lot li{
    color: #ffffff;
}
.asect-lot li::after {
    content: "|";
    margin-left: 10px;
    color: #ffffff;
}

.asect-lot li:last-child::after {
    content: "";
}




.address-footersec{
border-radius: 12px;
    padding: 30px;
    border-top-color: rgba(255, 255, 255, 0.1);
    background-color:#004181;
    align-items: center;
    margin: 50px 0 0;
}

.address-footersec p{
        font-size: 16px;
    color: #fff;
    position: relative;
    margin: 10px 0 0;
}

.address-footersec .get-intuch .icon{
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
}

.address-footersec .get-intuch .icon i{
  font-size: 16px;
    color: #004181;
    position: relative;
    top: 3px;
}

.address-footersec .get-intuch{
    display: flex;
    gap: 20px;
    justify-content: center;
}

.address-footersec .get-intuch .info-cal .title{
    font-size:18px;
    color: #fff;
    font-weight:600;
}
.address-footersec .get-intuch .info-cal a, 
.address-footersec .get-intuch .info-cal p{
    color:#fff;
    font-size:14px;
}


/*application*/

.app-intro-secc{
    padding: 4rem 0;
    text-align: center;
}
.appli-key .counter-items h4{
    font-style: unset !important;
}
/*.app-intro-secc .app-key h4{*/
/*    font-size: 35px;*/
    
/*}*/
.key-numbers-app{
    padding: 30px;
    margin-top: 45px;
    background: #f8f8f9;
    border-radius: 6px;
}
.app-key-numbers{
    padding: 20px;
    border: 1px solid #dbdee1;
    height: 100%;
    border-radius: 6px;
}

.key-numbers-app .counter-items h4 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    font-style: italic;
        color: #2b3944;
}

.key-numbers-app .counter-items h5 {
    line-height: 1.4;
    font-size: 15px;
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: 400;
        color: #2b3944;
}


/* --- Base Section Styles --- */
.end-staffing-secc {
     background-color: #004181;
    padding: 4rem 0;
    
}


.end-staffing-secc .sec-big-title{
    color: #ffffff;
}

/* --- Service Card Wrapper --- */
.end-staffing-secc .service-card {
    position: relative;
    padding: 45px 40px;
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden; /* Contains the sliding image */
}

.end-staffing-secc .hover-bg {
    position: absolute;
    top: 0;
    right: 0;           /* Pins the image to the right edge initially */
    width: 0%;          /* Starts with no width */
    height: 100%;
    object-fit: cover;  /* Keeps aspect ratio clean while container stretches */
    z-index: 1;
    opacity: 0.3;       /* Reduced opacity so text remains readable */
    transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); /* Smooth right-to-left slide */
}

/* 1. Standard Hover: Any card hovered expands to 100% */
.end-staffing-secc .service-card:hover .hover-bg {
    width: 100%;
}

/* 2. Default Active: Make the 1st card expand to 100% by default */
.end-staffing-secc .col-md-6:nth-child(1) .hover-bg {
    width: 100%;
}

/* 3. The Trick: If you hover anywhere inside the row, but NOT specifically on the 1st card, shrink the 1st card back to 0% */
.end-staffing-secc .row:hover .col-md-6:nth-child(1) .service-card:not(:hover) .hover-bg {
    width: 0%;
}


.end-staffing-secc .service-card:hover .number {
   color: rgb(255 255 255 / 23%);
}


.end-staffing-secc .col-md-6:nth-child(1) .number {
       color: rgb(255 255 255 / 45%);
}

/* 3. The Trick: Dim the 1st card's number if you hover another card */
.end-staffing-secc .row:hover .col-md-6:nth-child(1) .service-card:not(:hover) .number {
    color: rgba(255, 255, 255, 0.04);
}
/* --- Card Content --- */
.end-staffing-secc .card-content {
    position: relative;
    z-index: 2; /* Keeps content above the sliding image */
    display: flex;
    align-items: flex-start;
}

.end-staffing-secc .iconed {
    flex-shrink: 0;
    margin-right: 25px;
}

.end-staffing-secc .iconed img{
      filter: invert(1);
}

.end-staffing-secc .text-content {
    flex-grow: 1;
    padding-right: 50px; /* Leaves space for the big background number */
}

.end-staffing-secc .text-content h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #ffffff;
}

.end-staffing-secc .text-content p {
   font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
    margin: 0
}

/* --- Big Watermark Numbers --- */
.end-staffing-secc .number {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
   font-size: 70px;
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 0.04);
    transition: color 0.4s ease;
}

/* Number lights up on hover */
/*.end-staffing-secc .service-card:hover .number {*/
/*    color: rgba(255, 255, 255, 0.8);*/
/*}*/

.service-card .iconed img {
  transition: transform 0.3s ease;
  display: inline-block;
}

/* Trigger animation when card is hovered */
.service-card:hover .iconed img {
  animation: squishBounce 0.5s ease;
}

@keyframes squishBounce {
  0% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75); /* squish */
  }
  50% {
    transform: scale(0.9, 1.1);  /* stretch */
  }
  70% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* --- Main Section Spacing --- */
/*.recruitment-solution-secc {*/
/*       padding: 4rem 0;*/
/*     background: #fafbfc;*/
/*}*/

/*.recruitment-solution-secc .solutions-boxx {*/
/*       background: #fff;*/
/*        padding: 40px 30px 40px 95px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    border-radius: 4px;*/
/*    border: 1px solid #0000001a;*/
/*    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
/*}*/

/*.recruitment-solution-secc .round-sol-box {*/
/*    width: 350px;*/
/*    height: 350px;*/
/*    position: absolute;*/
/*    left: -79px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    z-index: 2;*/
/*}*/

/* Make the image fit the circle perfectly */
/*.recruitment-solution-secc .round-sol-box img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    border-radius: 50%;*/
/*    display: block;*/
/*}*/

/* The White Ring Background */
/*.recruitment-solution-secc .round-sol-box::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: calc(100% + 26px);*/
/*    height: calc(100% + 26px);*/
/*    border-radius: 50%;*/
/*    background: #ffffff;*/
/*    z-index: -1;*/
    left: -13px; /* Perfectly centers the 26px added width */
    top: -13px;  /* Perfectly centers the 26px added height */
/*}  */

/* --- Typography --- */
/*.solutions-content{*/
/*   margin-left: unset;*/
/*    position: relative;*/
/*}*/
/*.recruitment-solution-secc .solutions-content h4,*/
/*.opp-cont h4{*/
/*    font-size: 22px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 15px;*/
/*}*/
/*.solutions-content h5{*/
/*    font-size: 16px;*/
/*}*/
/*.recruitment-solution-secc .solutions-content .opp-cont p {*/
/*  color: #212529;*/
/*    line-height: 1.6;*/
/*    margin-bottom: 30px;*/
/*}*/

/* --- 2-Column List Layout --- */
/*.recruitment-solution-secc .solutions-list {*/
/*   list-style: none;*/
/*    padding: 0.6rem 0 0;*/
/*    margin: 0;*/
/*    display: grid;*/
/*   grid-template-columns: repeat(2, minmax(0, max-content));*/
/*    gap: 10px 85px;*/
/*}*/

/*.recruitment-solution-secc .solutions-list li {*/
/*    font-size: 15px;*/
    /* font-weight: 500; */
/*    position: relative;*/
/*    padding-left: 35px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    line-height: 1.6;*/
/*}*/

/* --- Tick Icon (Using your specific structure) --- */
/*.recruitment-solution-secc .solutions-list li::before {*/
/*        content: "\f128";*/
/*    position: absolute;*/
/*    font-family: flaticon_normal-icon !important;*/
/*    font-size: 10px;*/
/*    font-weight: 900;*/
/*    color: #ed1c24;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 24px;*/
/*    min-width: 24px;*/
/*    height: 24px;*/
/*    border: 1px solid #ed1c24;*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.recruitment-solution-secc .row{*/
/*    row-gap: 30px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*.recruitment-solution-secc .row > .col-md-10:nth-child(even) .solutions-boxx {*/
/*    margin-left: 0;*/
    /*margin-right: 80px; */
/*    padding: 40px 95px 40px 30px; */
/*}*/


/*.recruitment-solution-secc .row > .col-md-10:nth-child(even) .round-sol-box {*/
/*    left: auto; */
/*    right: -65px; */
/*}*/



/* ── SECTION ─────────────────────────────────────────── */
.recruitment-solution-secc {
    padding: 4rem 0;
    background: #fafbfc;
}
 
/* ── ROW WRAPPER ─────────────────────────────────────── */
.sol-row {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 30px;
    position: relative;
}
 
/* Even rows: image goes RIGHT, card goes LEFT */
.sol-row--reverse {
    flex-direction: row-reverse;
}
 
/* ── IMAGE COLUMN ────────────────────────────────────── */
.sol-image-wrap {
    flex: 0 0 220px;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
 
/* Odd row: image overlaps card on LEFT side */
.sol-row:not(.sol-row--reverse) .sol-image-wrap {
    margin-right: -80px;
}
 
/* Even row: image overlaps card on RIGHT side */
.sol-row--reverse .sol-image-wrap {
    margin-left: -80px;
}
 
/* ── CIRCLE IMAGE ────────────────────────────────────── */
.sol-image-ring {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 13px solid #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    background: #fff;
    flex-shrink: 0;
}
 
.sol-image-ring img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}
 
/* ── CARD COLUMN ─────────────────────────────────────── */
.sol-card {
    flex: 1;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    position: relative;
    z-index: 1;
}
 
/* Odd row: padding-left large to clear the image */
.sol-row:not(.sol-row--reverse) .sol-card {
       padding: 35px 35px 118px 115px;
}
 
/* Even row: padding-right large to clear the image */
.sol-row--reverse .sol-card {
       padding: 60px 123px 59px 38px;
}
 
/* ── CARD TYPOGRAPHY ─────────────────────────────────── */
.sol-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}
 
.sol-content p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 18px;
}
 
.sol-content h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}
 
/* ── ROLES LIST ──────────────────────────────────────── */
.sol-roles {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 40px;
}
 
.sol-roles li {
    font-size: 14px;
    position: relative;
    padding-left: 32px;
    display: flex;
    align-items: center;
    line-height: 1.5;
    color: #333;
}
 
/* Red circle tick icon */
.sol-roles li::before {
    content: "\f128";
    position: absolute;
    font-family: flaticon_normal-icon !important;
    font-size: 10px;
    font-weight: 900;
    color: #ed1c24;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    min-width: 22px;
    height: 22px;
    border: 1px solid #ed1c24;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 768px) {
    .sol-row,
    .sol-row--reverse {
        flex-direction: column;
        align-items: center;
    }
 
    .sol-image-wrap {
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: -60px;
        z-index: 2;
    }
 
    .sol-row:not(.sol-row--reverse) .sol-card,
    .sol-row--reverse .sol-card {
        padding: 80px 20px 30px;
        width: 100%;
    }
 
    .sol-roles {
        grid-template-columns: 1fr;
    }
}


