.beadcrum-js-sec {
    position: relative;
    align-items: center;
    background-image: url(../image/bg/linen-rentals.webp);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 5rem 0;
    z-index: 1;
}

.beadcrum-js-sec::before {
    content: '';
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
}
.hustpagee .service-icon img{
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(140deg) brightness(110%) contrast(104%);
}
.hustpagee .service-contetrn span{
   font-style: italic;
    font-weight: 500;
    margin-bottom: 3px;
    display: block;
}
.woresine img{
    filter: invert(27%) sepia(46%) saturate(4226%) hue-rotate(203deg) brightness(112%) contrast(90%);
}
.loat-icon svg{
        width: 26px;
    height: 26px;
    stroke: #335089;
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  
}
.beadcrum-secjs-menu {
    text-align: center;
    position: relative;
    z-index: 2;
    /*width:70%;*/
    margin:0 auto;
}

.beadcrum-secjs-menu h1 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
}


.beadcrum-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.beadcrum-menu li.active{
    color:#335089;
    font-weight:600;
}
.beadcrum-menu li {
    position: relative;
    font-size: 15px;
    font-weight: 400;
}

.beadcrum-menu li:not(:last-child):after {
    content: '/';
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.beadcrum-menu li a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.beadcrum-menu li.active {
    font-weight: 500;
}

.clen-comfort-sec{
    padding:5rem 0;
    position:relative;
}


.comfort-bed-box {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e9ecef;
    position: relative;
    padding:15px;
}

.comfort-bed-box .comfort-bed-img {
    overflow: hidden;
    position: relative;
    margin-bottom:15px;
    border-radius:10px;
}
.comfort-bed-box .comfort-bed-img img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    border-radius:10px;
}
.comfort-bed-box:hover .comfort-bed-img img{
  transform: scale(1.1);
}
.comfort-bed-box .comfort-bed-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #335089;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}


.comfort-bed-box .comfort-bed-content {
    border-top: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.comfort-bed-box .titlecomfort {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.comfort-bed-box .comfort-bed-content p {
    color: #5a6874;
    margin-bottom: 0;
}

.comfort-bed-box .comfort-bed-box.border-left {
    border-left: 3px solid #335089;
    border-radius: 12px;
}

.comfort-bed-box  .comfort-bed-box.border-top {
    border-top: 3px solid #335089;
    border-radius: 12px;
}

.comfort-bed-box .comfort-bed-content .orderbtn {
     font-size: 15px;
    font-weight: 600;
    margin: 15px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    max-width: fit-content;
    color: #335089;
    background: transparent;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
    border:none;
}

.comfort-bed-box .comfort-bed-content .orderbtn::after {
    font-family: 'flaticon_normal-icon' !important;
    content: "\f108";
    font-size: 14px;
    transition: transform 0.3s ease;
    right:0;
}

.comfort-bed-box .comfort-bed-content .orderbtn:hover {
   color: #0D7FF2FF;
    gap: 12px;
    border-bottom-color:#0D7FF2FF;
}

.comfort-bed-box .comfort-bed-content .orderbtn:hover::after {
    transform: translateX(5px);
}
.clen-comfort-sec .row{
    row-gap:30px;
}

.linen-rental-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    padding-bottom: 0;
    justify-content: center;
}

.linen-rental-tab .nav-item {
    margin: 0;
}

.linen-rental-tab .nav-link {
    background:#F1F7FEFF;
    color: #5a6874;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 24px;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    border-radius:10px;
     border: 1px solid #eef2f7;
}

.linen-rental-tab .nav-link.active {
    background:#335089 !important;
    color: #fff !important;
}

/* Alternative Pill Style */
.linen-rental-tab.pill-style .nav-link {
    border-radius: 30px;
    padding: 10px 28px;
    border-bottom: none;
    background: #f5f7fb;
    margin: 0 5px;
}

.linen-rental-tab.pill-style .nav-link.active {
    background: #335089 !important;
    color: #fff !important;
    box-shadow: 0 5px 15px rgba(51, 80, 137, 0.2);
}

.linen-rental-tab.pill-style .nav-link:hover:not(.active) {
    background: #eef2ff;
    color: #335089;
}

/* Alternative Underline Style with Animation */
.linen-rental-tab.underline-animate .nav-link {
    position: relative;
    overflow: hidden;
}

.linen-rental-tab.underline-animate .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #335089;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.linen-rental-tab.underline-animate .nav-link:hover::before,
.linen-rental-tab.underline-animate .nav-link.active::before {
    width: 80%;
}

.linen-rental-tab.underline-animate .nav-link.active {
    color: #335089 !important;
    background: transparent !important;
}

/* Alternative Card Style */
.linen-rental-tab.card-style .nav-link {
    border-radius: 12px;
    padding: 12px 28px;
    background: #fff;
    border: 1px solid #e4e8f0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.linen-rental-tab.card-style .nav-link.active {
    background: #335089 !important;
    color: #fff !important;
    border-color: #335089;
    box-shadow: 0 6px 16px rgba(51, 80, 137, 0.15);
}

.linen-rental-tab.card-style .nav-link:hover:not(.active) {
    border-color: #335089;
    color: #335089;
    background: rgba(51, 80, 137, 0.02);
}

.linen-rental-tabcontent .tab-pane {
    animation: fadeIn 0.4s ease;
}

.comfortable-poins li{
    font-size:16px;
    color: #000;
    position:relative;
    width:49%;
    padding-left:25px;
}
.comfortable-poins li::before{
      content: "\f146";
    left: 0;
    position: absolute;
    color: rgb(85, 175, 234);
    font-family: flaticon_normal-icon !important;  
}
.comfortable-poins{
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comfortable-poins li:not(:last-child){
    margin-bottom:10px;
}
.comfor-simple-sec{
    padding:0 0 5rem;
    position:relative;
}
.comfor-simple-sec .row{
    row-gap:24px;
}
.order-mainbox{
    padding:0;
    margin:0;
}

.order-mainbox li{
    position: relative;
    padding-left: 33px;
}

.order-mainbox li:not(:last-child){
    margin-bottom:10px;
}
.order-mainbox li:before{
    position: absolute;
    content: "\f14b";
    font-size: 13px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-family: flaticon_normal-icon !important;
    border-radius: 50%;
    left: 0;
    background: #335089;
    color: #fff;
    text-align: center;
}

.zig-zag-sec .row:nth-child(1) .before-place-main {
    margin-left:0;
    margin-right:30px;
}

.before-place-main {
    margin-left:30px;
}

.intro-rental {
  padding : 5rem 0 0;
  position : relative;
}
.intro-rental-content {
  margin-left : 30px;
}
.intro-icon-sec {
  padding : 4rem 0 5rem;
}
.intro-icon-box .cotton-icon {
  width : 70px;
  height : 70px;
  margin : 0 auto 15px;
  border-radius : 50%;
  background:linear-gradient(45deg, #335089, #3aa8d1);
  display : flex;
  align-items : center;
  justify-content : center;
}
.intro-icon-box .cotton-title {
  font-size : 18px;
  font-weight : 600;
}
.intro-icon-box .cotton-icon img {
 filter: brightness(0.5) invert(1);
}
.icon-circle img {
  max-width : 40px;
}
.intro-icon-box {
  text-align : center;
}
.intro-icon-box p {
  margin : 0;
}
.border-line {
  position : relative;
}
  .border-line::after{
  content : "";
  position : absolute;
  top : 20%;
  right : 0;
  width : 1px;
  height : 60%;
  background : #e5e5e5;
}
.hotel-faq-section {
  padding : 5rem 0;
}
.loca-tiopa-sec{
      padding: 5rem 0;
    background: #335089;
    background-image:url('../image/bg/bg-shape.png');
}

.loca-tiopa-sec .sec-big-title{
    color:#fff;
}
.loca-tiopa-sec .host p{
    color:#fff;
}
.comfor-simple-sec .premium-card{
    margin:0;
}
.hotel-faq-section .accordion-item {
  background-color : #F1F7FEFF;
  border : none;
  border-radius : 12px;
  margin : 0 auto 12px;
  overflow : hidden;
}
  .accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius : 12px;
  border-top-right-radius : 12px;
}
  .accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius : 12px;
  border-top-right-radius : 12px;
}
.accordion-header .accordion-button, .accordion-item {
  border-radius : 12px;
}
.hotel-faq-section .accordion-button {
  background-color : transparent;
  color : #000;
  font-weight : 500;
  font-size : 1.05rem;
  box-shadow : none !important;
  padding : 22px 25px;
}
  .hotel-faq-section .accordion-button:not(.collapsed) {
  color : #000;
  background-color : transparent;
  box-shadow : none;
}
  .hotel-faq-section .accordion-button::after{
  background-image : none !important;
  content : '+';
  font-size : 1.8rem;
  font-weight : 300;
  color : #002d5b;
  display : flex;
  align-items : center;
  justify-content : center;
  transform : none;
  transition : none;
}
  .hotel-faq-section .accordion-button:not(.collapsed)::after{
  content : '\2212';
  transform : none;
}
.hotel-faq-section .accordion-collapse {
  position : relative;
}
.hotel-faq-section .accordion-body {
  background-color : #F1F7FEFF;
  padding : 0 25px 25px;
  color : #666666;
  line-height : 1.7;
  border : none;
}
.zig-zag-sec .container .row:not(:last-child) {
  margin-bottom : 30px;
}
.intro-rental-image img {
  border-radius : 20px;
}
.zig-zag-sec {
  padding : 0 0 5rem;
  position : relative;
 
}
.zig-zag-img img {
  border-radius : 20px;
}
  .intro-icon-sec .row .col-lg-3:not(:last-child) {
  border-right : 1px solid #F3ECE9;
}
.agonn-itms {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.agonn-itms.new-loc{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.avon-sea {
    padding: 13px 17px;
    background: #e9e9f3;
    border-radius: 15px;
    background: #FAFAFBFF;
    border: 1px solid #DEE1E699;
}
.agonn-itms p {
    position: relative;
    padding-left: 2rem;
    margin: 0;
}

.agonn-itms p::before {
    content: '';
    position: absolute;
    background-image: url(../image/svg/map.svg);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    filter: invert(47%) sepia(74%) saturate(5469%) hue-rotate(196deg) brightness(99%) contrast(92%);
}

.locatioin-rental-sec{
    padding:5rem 0;
    position:relative;
}
.locatioin-rental-sec{
    padding:5rem 0 0;
    position:relative;
}

.cta-fresh-clean-sec{
    position: relative;
    padding: 7rem 0;
    background: #335089;
    background-image: url(../image/bg/clean-linens-delivered.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.cta-fresh-clean-sec::before {
    content: '';
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
}

.fresh-boxclean a:not(:last-child){
    margin-right:10px;
}
.fresh-boxclean{
    margin: 30px auto 0;
}

.clean-comfortable-sec{
    padding:0 0 5rem;
    position:relative;
}

.guest-ready-main, .inform-points{
    padding:40px;
    border-radius:20px;
    background:#F1F7FEFF;
}
.inform-points .inform-listss li{
        width: 48%;
}

.inform-points .inform-listss{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.guest-ready-main .guest-title, .inform-points .inform-title{
    font-size: 22px;
    font-weight: 600;
}

.guest-ready-main .every-points, .inform-points .inform-listss{
    padding:0;
    margin:0;
}

.guest-ready-main .every-points li:not(:last-child), .inform-points .inform-listss li:not(:last-child){
    margin-bottom:10px;
}

.guest-ready-main .every-points li, .inform-points .inform-listss li{
     position: relative;
    padding-left: 33px;  
}

.guest-ready-main .every-points li:before, .inform-points .inform-listss li:before {
    position: absolute;
    content: "\f14b";
    font-size: 20px;
    /*width: 22px;*/
    /*height: 22px;*/
    line-height: 22px;
    font-family: flaticon_normal-icon !important;
    border-radius: 50%;
    left: 0;
    /*background: #335089;*/
    color: #335089;;
    text-align: center;
}

.comfor-simple-sec .tab-pane .row{
    row-gap:30px;
}

.beadcrum-boxsec{
    padding: 12px 0;
    border-bottom: 1px solid #0000001a;
}

.freeclean-box{
    width: 70%;
    margin:0 auto;
    text-align:center;
}

.cta-fresh-clean .sec-big-title{
    color:#fff;
}

.cta-fresh-clean p{
    color:#fff;
}

.jersey-margicta{
    display: flex;
    gap: 10px;
    align-items: center;
    margin:20px 0 0;
}
.intro-rental-image{
    margin-top:3rem;
}
.intro-icon-box .cotton-icon img {
    transition: transform 0.4s ease;
}

.intro-icon-box:hover .cotton-icon img {
    transform: scale(1.2) rotate(10deg);
}
.comfort-bed-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* show 5 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}
.cotton-icon svg {
    width: 30px;
    height: 30px;
    stroke: #fff;
    fill: none;     /* or change to fill color */
}
.comfort-bed-content p.expanded {
    -webkit-line-clamp: unset;
}
.row .col-lg-3:first-child .cotton-icon svg {
    stroke-width: 0.5;
    stroke: #fff;
    fill: #fff;
}

.line-renloc-sec{
    padding:0 0 5rem;
}

.loat-sec-intro{
    padding:5rem 0;
    position:relative;
}

.loat-intro-contetn .beach-title{
    font-size: 30px;
    text-align: center;
    font-style: italic;
    width: 50%;
    margin: 0 auto 20px;
    font-weight: 500;
}

.loat-intromain{
    margin-bottom:30px;
}

.loat-intro-point{
    box-shadow: 0px 0px 2px #171a1f14, 0px 1px 2.5px #171a1f12;
    padding: 25px;
    border-radius: 20px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.loat-intro-point .loat-items .loat-icon svg{
    width: 30px;
    height: 30px;
}

.loat-intro-point .loat-items .loat-titless{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

.loat-intro-point .loat-items{
    display: flex;
    gap: 15px;
    align-items: center;
    width:23%;
}

.loat-intro-point .loat-items .loat-icon {
    border-radius: 16px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    text-align: center;
    line-height: 50px;
}

.loat-intro-point .loat-items:nth-child(1) .loat-icon{
    background-color: #0d7ff22b;
    color: #0D7FF2FF;
}

.loat-intro-point .loat-items:nth-child(2) .loat-icon{
    background-color: #10b9814a;
    color: #10B981FF;
}

.loat-intro-point .loat-items:nth-child(3) .loat-icon{
    background-color:#7c3aed33;
    color: #7C3AEDFF;
}

.loat-intro-point .loat-items:nth-child(4) .loat-icon{
    background-color: #f9731647;
    color: #F97316FF;
}


.loat-intro-img img{
    border-radius:5px;
    width:100%;
}

.laundry-service-sec{
    padding:5rem 0;
    background-image: url(../image/bg/why-laundry-nest.webp);
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    position:relative;
    z-index: 1;
}

.beach-box-content{
    width:50%;
}
.beach-box-content .ljs-btn{
    margin-top:2rem;
    display: block;
}
.laundry-service-sec:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../image/bg/laundry-services-gradient.webp);
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    z-index: -1;
}

.beach-box-points{
    padding: 0;
    margin:0 0 20px;
}

.beach-box-points li:not(:last-child) {
    margin-bottom: 10px;
}
.beach-box-points li {
    position: relative;
    padding-left: 33px;
}

.beach-box-points li:before {
    position: absolute;
    content: "\f14b";
    font-size: 13px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-family: flaticon_normal-icon !important;
    border-radius: 50%;
    left: 0;
    background:#335089;
    color: #fff;
    text-align: center;
}

.premium-linen-sec{
    padding:5rem 0;
    position:relative;
}

.premium-linen-contanet .premium-linen-items{
    width: 48%;
}
.premium-linen-contanet .premium-linen-items:not(:last-child){
    padding-bottom: 30px;
    border-bottom: 1px solid #00000026;
}
.premium-linen-contanet .premium-linen-items img{
    margin-bottom:15px;
    /*filter: invert(17%) sepia(32%) saturate(3954%) hue-rotate(235deg) brightness(83%) contrast(114%);*/
}
.premium-linen-contanet .premium-linen-items p{
    margin:0;
}
.premium-linen-contanet{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    margin-left:20px;
}


.premi-img-box{
    margin-top:30px;
    text-align:center;
}

.premi-img-box img{
    border-radius:15px;
    text-align:center;
}

.booking-guide-sec{
    padding:0 0 5rem;
    position:relative;
}

.bookig-boxss .bokk-titless{
    font-size:20px;
    font-weight:600;
}

.bookig-boxss{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 15px;
    height:100%;
}
.bookig-boxss p{
   margin:0; 
}

.booking-guide-sec .row{
    row-gap:30px;
}

.complete-linen-sec{
    position:relative;
}

.complter-line-box{
    padding-left: 60px;
    padding-right: 20px;
    padding-top: 20px;
    align-content: center;
    height: 100%;
}

.complterline-points{
    padding: 0;
    margin:0 0 10px;
}

.complterline-points li:not(:last-child) {
    margin-bottom: 10px;
}
.complterline-points li {
    position: relative;
    padding-left: 33px;
}

.complterline-points li:before {
    position: absolute;
    content: "\f14b";
    font-size: 13px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-family: flaticon_normal-icon !important;
    border-radius: 50%;
    left: 0;
    background: #0D7FF2FF;
    color: #fff;
    text-align: center;
}

.complete-linensecond .complter-line-box{
    padding-left:30px;
}

.complete-linen-sec{
  background: #F1F7FE;
}

.complterline-img img, .complterline-img{
    height:100%;
}
.complterline-img img{
    object-fit: cover;
    width:100%;
}
.jerseytablecsec{
    padding:0 0 5rem;
    position:relative;
}


.rentals-rentals-table {
    width: 100%;
    border-collapse: collapse;
      background-color: #ffffff;
    color: #1e293b;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px -1px rgba(0, 0, 0, 0.05);
}

.rentals-rentals-table thead tr {
    background: #335089;  /* Primary color */
    border-bottom: none;
}

.rentals-rentals-table th {
    text-align: left;
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #ffffff;  /* White text for contrast */
    letter-spacing: -0.01em;
    border-right: 1px solid #eef2f6;
}

.rentals-rentals-table td {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eef2f6;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.5;
    border-right: 1px solid #eef2f6;
}

.rentals-rentals-table tbody tr:last-child td {
    border-bottom: none;
}

.rentals-rentals-table th:first-child,
.rentals-rentals-table td:first-child {
    font-weight: 500;
    width: 22%;
    border-right: 1px solid #eef2f6;
}


.rentals-rentals-table tbody tr:hover td {
    background-color: #f5f7fb;
    transition: background-color 0.2s ease;
}

.rentals-rentals-table th:first-child {
    border-top-left-radius: 16px;
}
.rentals-rentals-table th:last-child {
    border-top-right-radius: 16px;
}

.location-testimonial{
    padding:0 0 5rem !important;
}
.bootn-beeding{
    padding:5rem 0;
    position:relative;
}
.hassle-from h4{
    font-style:italic;
    font-size:20px;
    margin:1rem 0 10px;
}
.hassle-from{
        background: #0d7ff224;
    padding: 2rem;
    border-radius: 10px;
}
.ino-eo-image img{
    width:100%;
}
.image-roe{
    row-gap:24px;
}
.ino-eo-image img{
    width: 100%;
    border-radius:10px;
}
.pefevt-line{
    padding:5rem 0 2rem;
    position:relative;
}
.common-sec{
    padding:4rem 0 2rem;
}
.spantitle{
    font-weight: 600;
    background: #0D7FF2FF;
    padding: 1.5rem;
    font-style: italic;
    margin: 0;
    border-left: 5px solid #335089;
    margin-top:2rem;
    font-size: 18px;
    color:#fff;
}
.small-title{
    font-size:28px;
    font-weight:600;
    margin-bottom:1rem;
}
.pefevt-line .beach-box-points li{
    color:#5a687c;
}
.familyy img{
    border-radius:10px;
    /*width:100%;*/
}
.familyy{
    margin-left:2rem;
    text-align:center;
}
.zigzig-tonn{
    margin:6rem 0;
}
.zigzig-tonn .familyy{
    margin-left:0;
    margin-right:2rem;
}
.process-image img{
    height:auto;
    object-fit:cover;
    border-radius:10px;
    width:100%;
}
.process-image{
    position:relative;
}
.process-image span{
        position: absolute;
    background: #335089;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    font-size: 20px;
    display: flex;
    font-weight: 600;
    top: 15px;
    left: 15px;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.remtal-process{
    padding:5rem 0 3rem;
    position:relative;
}

.proces-conet{
    text-align:center;
    margin-top:1rem;
}
.proces-conet h4{
    font-size:18px;
    font-weight:500;
}
.service-work{
        padding: 5rem 0 2rem;
    position: relative;
}
.service-work .row{
    row-gap:24px;
}
.service-work .service-cards{
        border: 1px solid #0000001c;
    border-radius: 10px;
    padding: 2rem;
    height:100%;
}
.why-cjosee{
    padding:4rem 0;
    position:relative;
}
.woresine{
        width: 50px;
    height: 50px;
        min-width: 50px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    align-content: center;
    box-shadow: rgb(0 0 0 / 19%) 0px 1px 2px 0px;
    background:#0d7ff224;
    transition: all 0.3s ease;
}
.stress-free{
        display: flex;
    gap: 24px;
}
.choose-cont h4{
    font-size:18px;
    font-weight:600;
}
.stress-free{
    margin:1rem 0;
}

.about-secjersey{
    padding:5rem 0;
    position:relative;
}

.trusted .vacatitle{
     font-size: 18px;
    color: var(--primary-color);
    margin: 10px 0; 
    font-weight:600;
}

.trusted-imf-main{
    display: flex;
    justify-content: space-between;
}

.trusted-imf-main .trusted-imleft, .trusted-imf-main .trusted-imright{
    width:49%;
}

.trusted-imf-main .trusted-imleft img,
.trusted-imf-main .trusted-imright img{
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

.trusted-imf-main .trusted-imright img:not(:last-child){
    margin-bottom: 5px;
}