.pbmit-main-header-area {

    position: relative;

    transition: all 0.3s ease;

}



/* Sticky active */

.pbmit-main-header-area.sticky-header {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

	color: #000;

    background: #fff;

    z-index: 9999;

    box-shadow: 0 2px 10px rgba(0,0,0,0.1);

}

body {

    overflow: visible;

    overflow-x: hidden;

}



.testimonial-one .pbmit-heading-subheading .pbmit-subtitle:before {

    content: "";

    position: absolute;

    left: 0;

    top: 5px;

    border-left: 7px solid black;

    height: 14px;

    width: 14px;

    border-radius: 50%;

}





.service-one .pbmit-heading-subheading .pbmit-subtitle:before {

    content: "";

    position: absolute;

    left: 0;

    top: 5px;

    border-left: 7px solid black;

    height: 14px;

    width: 14px;

    border-radius: 50%;

    font-weight: 600;

}



.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-icon::before, .pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-svg::before {

    content: "";

    position: absolute;

    background-color: black;

    left: 50%;

    top: 50%;

    transform: translate(-20px, -20px);

    border: 1px solid white;

    width: 40px;

    height: 40px;

    opacity: 0;

    border-radius: 50%;

}







.pbmit-main-header-area.sticky-header {

    transform: translateY(0);

    animation: slideDown 0.4s ease;

}



/* Sticky header nav link color */

.pbmit-main-header-area.sticky-header .navigation li a {

    color: #000 !important;

}



.pbmit-main-header-area.sticky-header .pbmit-header-button-text-1 {

    color: #000 !important;

}



@keyframes slideDown {

    from {

        transform: translateY(-100%);

    }

    to {

        transform: translateY(0);

    }

}



/* home page theme */

/* .page-content{

  background-color:#000;

} */

/* footer */

.custom-footer {

  background: #000000;

  color: #fff;

  padding: 60px 20px 20px;

  font-family: sans-serif;

}



.custom-footer .container {

  max-width: 1200px;

  margin: auto;

}



.custom-footer .row {

  display: flex;

  flex-wrap: wrap;

  gap: 30px;

}



.footer-col {

  flex: 1 1 150px;

}



.footer-logo {

  width: 180px;

  margin-bottom: 15px;

}



.footer-col h3 {

  font-size: 20px;

  margin-bottom: 15px;

  color:azure

}



.footer-col p {

  font-size: 14px;

  line-height: 1.6;

}



.footer-col ul {

  list-style: none;

  padding: 0;

}



.footer-col ul li {

  margin-bottom: 10px;

  list-style: none;

    margin-bottom: 14px;

}





.footer-bottom {

  border-top: 1px solid rgba(255,255,255,0.3);

  margin-top: 30px;

  padding-top: 15px;

  text-align: center;

  font-size: 14px;

}



/* Responsive */

@media (max-width: 768px) {

  .custom-footer .row {

    flex-direction: column;

  }





  .footer-col {

    text-align: left;

  }



  .footer-logo {

    margin: auto;

  }

}



.footer-social {

  margin-top: 20px;

}



.footer-social a {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 40px;

  height: 40px;

  margin-right: 10px;

  border-radius: 50%;

  background-color: #ffffff; /* White circle */

  color: #000000; /* Icon color */

  font-size: 16px;

  transition: all 0.3s ease;

  text-decoration: none;

}



.footer-social a:hover {

  background-color: #000000;

  color: #ffffff;

  transform: translateY(-3px);

   border: 1px solid white;

}



.custom-footer .container {

  max-width: 100%;

  padding-left: 15px;

  padding-right: 15px;

}



.footer-col ul li {

    list-style: none;

    margin-bottom: 14px;

}



.footer-col ul li a {

    position: relative;

    color: #fff;

    text-decoration: none;

    transition: all 0.35s ease;

    display: inline-block;

    letter-spacing: 0.5px;

}



/* Underline Effect */

.footer-col ul li a::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -4px;

    width: 0%;

    height: 1px;

    background: #fff;

    transition: width 0.35s ease;

}



/* Hover Effects */

.footer-col ul li a:hover {

    color: #fff;

    transform: translateX(6px);

    text-shadow: 0 0 8px rgba(255,255,255,0.7);

}



.footer-col ul li a:hover::after {

    width: 100%;

}



/* Footer Heading */

.footer-col h3 {

    color: #fff;

    position: relative;

    margin-bottom: 20px;

}



/* Animated Line Below Heading */

.footer-col h3::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -8px;

    width: 45px;

    height: 2px;

    background: #fff;

    transition: width 0.4s ease;

}



.footer-col:hover h3::after {

    width: 80px;

}



/* Social Icons */

.footer-social a {

    width: 40px;

    height: 40px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #fff;

    border-radius: 50%;

    background: transparent;

    color: #fff;

    text-decoration: none;

    margin-right: 10px;

    transition: all 0.35s ease;

}



.footer-social a i {

    color: #fff;

    transition: 0.35s ease;

}



/* Social Hover */

.footer-social a:hover {

    background: #fff;

    transform: translateY(-5px);

    box-shadow: 0 0 12px rgba(255,255,255,0.6);

}





.footer-social a:hover i {

    color: #000;

}











/* Tablet */

@media (min-width: 768px) {

  .custom-footer .container {

    padding-left: 30px;

    padding-right: 30px;

  }

  

}



/* Large screens */

@media (min-width: 1200px) {

  .custom-footer .container {

    padding-left: 60px;

    padding-right: 60px;

  }

}

/* Mobile Responsive Fix */

@media (max-width: 768px) {



  .footer-col h3{

    text-align: left ;

  }


/* 
  .footer-col h3::after{

    left: 47%;

  

    transform: translateX(-142px);



  } */



  .footer-col:hover h3::after{

    width: 80px;

  }



}

.video-wrapper{

    position: relative;

    width: 100%;

    padding-bottom: 56.25%; /* 16:9 ratio */

    height: 0;

    overflow: hidden;

    border-radius: 15px;

}



.video-wrapper iframe{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    border: 0;

}



/* ===============================

   Tablet Responsive

================================= */

@media (max-width: 991px) {
    .footer-col h3::after {
        left: 0;
        transform: inherit;
    }


    .video-section {

        padding: 60px 0;

    }



    .pbmit-heading-subheading1 .pbmit-title {

        font-size: 34px;

        line-height: 46px;

    }

}



/* ===============================

   Mobile Responsive

================================= */

@media (max-width: 767px) {



    .video-section {

        padding: 50px 0;

    }



    .pbmit-heading-subheading1 {

        margin-bottom: 25px;

        padding: 0 10px;

    }



    .pbmit-heading-subheading1 .pbmit-subtitle {

        font-size: 15px;

    }



    .pbmit-heading-subheading1 .pbmit-title {

        font-size: 26px;

        line-height: 38px;

    }



    .video-frame {

        border-radius: 15px;

    }



    .video-wrapper iframe {

        border-radius: 15px;

    }

}



/* ===============================

   Small Mobile Devices

================================= */

@media (max-width: 480px) {



    .pbmit-heading-subheading1 .pbmit-title {

        font-size: 22px;

        line-height: 32px;

    }



    .pbmit-heading-subheading1 .pbmit-subtitle {

        font-size: 14px;

    }

}

/* video css */
.video-frame {
    position: relative;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 20px;
}

.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Desktop */
.video-nav {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.swiper-slide .pbmit-title{
    text-align: center;
    margin-bottom: 50px;
}
.video-nav:hover {
    transform: scale(1.08);
}

.video-navigation {
    display: contents;
}

.video-prev,
.video-next {
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%); */
    z-index: 1;
}

.video-prev {
    left: -80px;
}

.video-next {
    right: -80px;
}

/* Pagination */
.videoSlider .swiper-pagination {
    bottom: -35px !important;
}

/* Tablet & Mobile */
@media (max-width: 991px) {

    .video-navigation {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-top: 60px;
        
    }

    .video-prev,
    .video-next {
        position: static;
        transform: none;
    }

    .video-nav {
        width: 48px;
        height: 48px;
    }

    .videoSlider .swiper-pagination {
        bottom: -25px !important;
    }
}


/* Mobile */
@media (max-width: 576px) {

    .video-navigation {
        margin-top: 50px;
        gap: 12px;
    }

    .video-nav {
        width: 42px;
        height: 42px;
    }

    .video-nav i {
        font-size: 14px;
    }
}


/* service section next previous button css */
/* Slider wrapper */

/* Hover */

/* contact us page wp & call css */

.contact-info-box{
    margin-top:50px;
    max-width:470px;
}

.contact-card{
    display:flex;
    align-items:center;
    gap:20px;
    padding:22px;
    margin-bottom:18px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    text-decoration:none;
    transition:.35s ease;
    backdrop-filter:blur(10px);
}

.contact-card:hover {
    transform: translateY(-5px);
    border-color: #f0eeeb;
    background: rgba(255, 255, 255, .08);
}

.contact-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    flex-shrink:0;
}

.contact-icon.address {
    background: #fff;
    color: #212529;
}

.address-card .contact-content p{
    font-size:16px;
    line-height:1.7;
    color:#d6d6d6;
}
.contact-icon.phone {
    background: #fff;
    color: #212529;
}

.contact-content{
    flex:1;
}

.contact-content span{
    display:block;
    color:#eceae6;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:6px;
}

.contact-content h5{
    color:#fff;
    margin:0;
    font-size:24px;
    font-weight:700;
}

.contact-content p{
    color:#d6d6d6;
    margin:8px 0 0;
    font-size:16px;
}

.contact-arrow{
    width:52px;
    height:52px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.3);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
    transition:.3s;
}

.contact-card:hover .contact-arrow{
    background:#fff;
    color:#000;
}

.working-hours{
    display:flex;
    align-items:center;
    gap:16px;
    margin-top:25px;
}

.hours-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.2);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    font-size:22px;
}

.working-hours h6{
    color:#fff;
    margin:0;
    font-size:20px;
}

.working-hours p{
    color:#cfcfcf;
    margin:5px 0 0;
}

@media(max-width:991px){

    .contact-info-box{
        max-width:100%;
        margin-bottom:40px;
    }

    .contact-card{
        padding:18px;
    }

    .contact-content h5{
        font-size:20px;
    }

    .contact-content p{
        font-size:17px;
    }

    .contact-icon{
        width:60px;
        height:60px;
        font-size:28px;
    }

    .contact-arrow{
        width:45px;
        height:45px;
    }
}


/* what's app css */

.pbmit-whatsapp-button a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;      /* Reduced */
    background: #fff;
    border: 2px solid #25D366;
    border-radius: 50px;
    text-decoration: none;
    color: #000;
    font-size: 18px;        /* Reduced */
    font-weight: 600;
    transition: all .3s ease;
}
.pbmit-whatsapp-button i{
    color: #000000;
    font-size: 24px;        /* Reduced */
}
.pbmit-whatsapp-button a:hover{
    background: #000000;
    color: #fff;
    transform: translateY(-2px);
}


.pbmit-whatsapp-button a:hover i{
    color: #fff;
}

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

    .pbmit-whatsapp-button a{
        padding: 10px 18px;
        font-size: 20px;
    }

    .pbmit-whatsapp-button i{
        font-size: 28px;
    }
}

@media (max-width:480px){

    .pbmit-whatsapp-button a{
        width:100%;
        justify-content:center;
        font-size:18px;
        padding:10px 15px;
    }

    .pbmit-whatsapp-button i{
        font-size:24px;
    }
}

/* service cta section */

.evoque-service-cta {
    position: relative;
    margin-top:20px;
    width: 100%;
    background: #000000;
    border-radius: 18px;
    overflow: hidden;
    padding: clamp(35px, 5vw, 85px) clamp(22px, 5vw, 100px);
    min-height: 370px;
    display: flex;
    align-items: center;
    z-index:1;
}

.evoque-cta-content {
    position: relative;
    z-index: 3;
    max-width: 720px;
}

.evoque-cta-content h2 {
    color: #ffffff;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.5;
    font-weight: 800;
    margin: 0 0 28px;
    letter-spacing: -0.8px;
}

.evoque-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 24px;
    border: 1px solid #ffffff;
    border-radius: 9px;
    color: #ffffff;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
    text-decoration: none;
    background: transparent;
    transition: 0.3s ease;
}

.evoque-cta-btn:hover {
    background: #ffffff;
    color: #000000;
}

.evoque-cta-img {
    position: absolute;
    right: 165px;
    bottom: 0;
    z-index: 2;
}

.evoque-cta-img img {
    width: clamp(260px, 28vw, 390px);
    max-width: 100%;
    width: 455px;
    height: 325px;
    height: auto;
    display: block;
}

.evoque-cta-right {
    position: absolute;
    right: 68px;
    top: 38%;
    z-index: 4;
}

.evoque-cta-call {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    padding: 14px 18px;
    border-radius: 9px;
    min-width: 230px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.evoque-call-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 17px;
}

.evoque-call-text span {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
    margin-bottom: 4px;
}

.evoque-call-text a {
    display: block;
    color: #2c2c2c;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.1;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

/* Large Laptop */
@media (max-width: 1299px) {
    .evoque-cta-content {
        max-width: 620px;
    }

    .evoque-cta-img {
        right: 120px;
    }

    .evoque-cta-right {
        right: 35px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .evoque-service-cta {
        min-height: auto;
        padding: 55px 35px 52px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        justify-content: center;
        text-align: center;
    }

    .evoque-cta-content {
        max-width: 100%;
    }

    .evoque-cta-content h2 {
        max-width: 100%;
        margin-bottom: 22px;
    }

    .evoque-cta-right {
        width: auto;
        margin: auto;
        position: relative;
        right: auto;
        top: auto;
        z-index: 5;
    }

    .evoque-cta-img {
        position: unset;
        right: auto;
        bottom: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: -15px;
    }

    .evoque-cta-img img {
        width: 320px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .evoque-service-cta {
        padding: 42px 24px 0;
        border-radius: 16px;
        text-align: left;
    }

    .evoque-cta-content h2 {
        text-align: center;
        font-size: 30px;
        line-height: 1.35;
        letter-spacing: -0.4px;
    }

    .evoque-cta-btn {
        min-height: 52px;
        padding: 0 20px;
    }

    .evoque-cta-call {
        width: 100%;
        min-width: 100%;
    }

    .evoque-cta-right {
         width: auto;
        margin: auto;
        margin-bottom: 12px;
        /*   */
    }

    .evoque-cta-img img {
        width: 280px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .evoque-service-cta {
        padding: 35px 18px 0;
    }

    .evoque-cta-content h2 {
        text-align: center;
        font-size: 26px;
        line-height: 1.35;
    }

    .evoque-cta-btn {
        width: 100%;
        font-size: 16px;
    }

    .evoque-cta-call {
        padding: 12px 14px;
        gap: 10px;
    }

    .evoque-call-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 15px;
    }

    .evoque-call-text span {
        font-size: 12px;
    }

    .evoque-call-text a {
        font-size: 16px;
    }

    .evoque-cta-img img {
        width: 245px;
    }
}

/* Very Small Devices */
@media (max-width: 360px) {
    .evoque-cta-content h2 {
        font-size: 23px;
    }

    .evoque-call-text a {
        font-size: 14px;
    }

    .evoque-cta-img img {
        width: 220px;
    }
}

/* ===============================
   Thank You page
================================= */

.evoque-thankyou-icon {
    width: 110px;
    height: 110px;
    margin: 0 auto 34px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #000000;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);  line-height: 31px;
}

.service-details .pbmit-service-content .pbmit-button-wrap .pbmit-btn {
    margin: 0;
}

@media (max-width: 480px) {
    .evoque-thankyou-icon {
        width: 90px;
        height: 90px;
        font-size: 38px;
        margin-bottom: 26px;
    }
}

/* ===============================
   404 page
================================= */

.evoque-404-figure {
    font-size: clamp(110px, 20vw, 220px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -4px;
    color: #ffffff;
    margin: 0 0 10px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.25) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.evoque-404 .pbmit-title {
    color: #ffffff;
}

.evoque-404 .evoque-404-desc {
    max-width: 560px;
    margin: 0 auto 30px;
    color: #cfcfcf;
    font-size: 17px;
    line-height: 1.7;
}

.evoque-404 .pbmit-site-searchform {
    position: relative;
    max-width: 460px;
    margin: 0 auto 34px;
}

.evoque-404 .pbmit-site-searchform .searchform-s {
    width: 100%;
    height: 58px;
    padding: 0 60px 0 22px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 16px;
}

.evoque-404 .pbmit-site-searchform .searchform-s::placeholder {
    color: #9a9a9a;
}

.evoque-404 .pbmit-site-searchform button {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    cursor: pointer;
    transition: 0.3s ease;
}

.evoque-404 .pbmit-site-searchform button:hover {
    background: #000000;
    color: #ffffff;
}

.evoque-404-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 26px;
    margin-top: 34px;
    padding: 0;
    list-style: none;
}

.evoque-404-links li a {
    color: #cfcfcf;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    transition: 0.3s ease;
}

.evoque-404-links li a:hover {
    color: #ffffff;
}

/* ===============================
   Blog single (post detail)
================================= */

.evoque-post-tax {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.evoque-post-tax a {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #eceae6;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: 0.3s ease;
}

.evoque-post-tax a:hover {
    background: #ffffff;
    color: #000000;
}

.evoque-post-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 45px;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.evoque-post-nav .evoque-post-nav-item {
    flex: 1 1 260px;
    display: block;
    padding: 20px 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    transition: 0.35s ease;
}

.evoque-post-nav .evoque-post-nav-item:hover {
    transform: translateY(-4px);
    border-color: #f0eeeb;
    background: rgba(255, 255, 255, 0.08);
}

.evoque-post-nav .evoque-post-nav-item.next {
    text-align: right;
}

.evoque-post-nav .evoque-post-nav-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9a9a9a;
    margin-bottom: 8px;
}

.evoque-post-nav .evoque-post-nav-title {
    display: block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

.service-sidebar .widget {
    margin-bottom: 34px;
}

.service-sidebar .widget-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 22px;
}

.service-sidebar .widget_search .pbmit-sidebar-search {
    position: relative;
}

.service-sidebar .widget_search input[type="search"] {
    width: 100%;
    height: 54px;
    padding: 0 56px 0 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 15px;
}

.service-sidebar .widget_search input[type="search"]::placeholder {
    color: #9a9a9a;
}

.service-sidebar .widget_search button {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    cursor: pointer;
    transition: 0.3s ease;
}

.service-sidebar .widget_search button:hover {
    background: #000000;
    color: #ffffff;
}

.service-sidebar .all-post-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-sidebar .evoque-recent-post {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.service-sidebar .evoque-recent-post:last-child {
    border-bottom: 0;
}

.service-sidebar .evoque-recent-thumb {
    width: 74px;
    height: 74px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
}

.service-sidebar .evoque-recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-sidebar .evoque-recent-meta {
    display: block;
    font-size: 12px;
    color: #9a9a9a;
    margin-bottom: 5px;
}

.service-sidebar .evoque-recent-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: 0.3s ease;
}

.service-sidebar .evoque-recent-title:hover {
    color: #cfcfcf;
}

@media (max-width: 991px) {
    .service-sidebar {
        margin-top: 40px;
    }
}