.cus-head-sear{
    align-content: center;
}
.head-men{
    display:flex;
}

.main-menu ul .nav-link.li>a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}
                     

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}


.service-single-content p{
    margin-top: 16px;
    margin-bottom: 12px;
}

.service-single-content p, .custom-service p{
    font-size: 18px;
    line-height: 1.8em;
    color: #054d61;
    font-weight: 500;
	margin-bottom:5px;
	margin-top: 0;
	text-align:left;
	padding-left: 0;
}
.service-single-content ul, .service-single-content ol, .custom-service ul, .custom-service ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-single-content ul li, .service-single-content ol li, .custom-service ul li, .custom-service ol li  {
    color: var(--third-color);
    text-decoration: none;
    transition: all 0.3s ease;
    font-style: italic;
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 500;
}
.service-single-content ul li a:hover, .service-single-content ol li a:hover, .custom-service ul li a:hover, .custom-service ol li a:hover {
    text-decoration: none;
}
.service-single-content ul li:before, .service-single-content ol li:before, .custom-service ul li:before, .custom-service ol li:before  {
    position: absolute;
    content: '';
    background: url(https://linda-rd.digitalguider.dev/wp-content/uploads/2026/02/arrow-white.svg) no-repeat center center;
    background-color: var(--third-color);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-size: 12px auto;
    transition: all 0.3s ease-in-out;
}
.service-single-content ul li:after, .service-single-content ol li:after, .custom-service ul li:after, .custom-service ol li:after  {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: var(--third-color);
}
.service-single-content a, .custom-service a {
    color: var(--third-color);
}
.service-single-content h2, .service-single-content h3, .custom-service h2, .custom-service h3 {
    position: relative;
    margin-left: 10px;
    padding-bottom: 20px;
    font-size: 32px !important;
    text-transform: capitalize;
	margin-top: 6rem !important;
	text-align:left;
}
.service-single-content h2::before, .service-single-content h3::before, .custom-service h2::before, .custom-service h3::before  {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    left: -10px;
    width: 4px;
    height: 30px;
    background-color: var(--third-color);
}
.service-single-content h2:nth-child(1), .custom-service h2:nth-child(1){
	margin-top: 0rem !important;
}
.winning-awards-box .row > .col-6:nth-last-child(-n+2) .winning-award-img {
    border-bottom: 0;
}
/* ============================================================
   CUSTOM SERVICE PARENT STYLING
   Applies only to elements inside .custom-service
   ============================================================ */

.custom-service {
    
  
    
    line-height: 1.6;
  
}

/* ------------------------------
   HEADINGS
--------------------------------- */

.custom-service h2 {
    font-size: 2rem;
                         
    margin-bottom: 15px;
}

.custom-service h3 {
    font-size: 1.6rem;
   margin-bottom: 15px;
    margin-top: 30px;
}

.custom-service h4,
.custom-service h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
   
}

/* ------------------------------
   PARAGRAPHS
--------------------------------- */

.custom-service p {
    margin-bottom: 15px;
}

/* ------------------------------
   LINKS
--------------------------------- */

.custom-service a {
   
    text-decoration: none;
    font-weight: 600;
}

.custom-service a:hover {
    text-decoration: underline;
}

/* ------------------------------
   ORDERED LISTS
--------------------------------- */

.custom-service ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.custom-service ol li {
    margin-bottom: 10px;
    font-size: 1rem;
}

/* ------------------------------
   IMAGES
--------------------------------- */

.custom-service img {
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    display: block;
}

/* ------------------------------
   FEATURED BANNER IMAGES
--------------------------------- */

.custom-service figure.wp-block-image {
    margin: 25px 0;
    text-align: center;
}





/* ------------------------------
   RESPONSIVE TWEAKS
--------------------------------- */

@media (max-width: 600px) {
    .custom-service {
        padding: 15px;
    }

    .custom-service h2 {
        font-size: 1.7rem;
    }

    .custom-service h3 {
        font-size: 1.4rem;
    }
}

.custom-service img{
    flex: 0 0 0%!important;
}


.cst-serv img{
    height:240px;
}
.post-featured-image img {
  
    object-fit: inherit;
   width:100%;
}
.custom-head-banner h2{
    color:#fff
}