
        .contact_field>span {
            display: block;
        }

        .contact_us {
            color: #928b84;
            text-align: right;
            font-size: 1.07em;
        }


        .contact_phone {
            margin-top: 2px;
            font-size: 1.143em;
            text-align: right;

        }
.loop-list.loop-list-style-1.mb-md-30 {
    margin-bottom: 60px;
}
h3.font-heading.mb-0.wow.fadeIn.animated.mb-5 {
    font-size: 38px;
}
        .mb-25{
    margin-bottom: 10px !important;
}
p.eap-p-blog {
    text-align: center;
    margin: 15px auto;
}
     
section.featured-grid.pt-65.pb-65 {
    background: #ebecf9;
}

section.recent-posts.pb-65 {
    padding: 60px 20px;
    background: #fff5f2;
}

        .contact_icon {

            width: 3.2em;
            height: 3.2em;
            line-height: 3.2em;
            margin-right: 1em;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            float: right;
            margin-left: 1em;
            margin-right: 0;
            color: #fff;
        }

        #topbar {
            height: 150px;
            display: flex;
            align-items: center;
        }

        .icon-icon_phone:before {
            content: '\e8f6';
        }


        /* navbar css begins here */

        #header {
            /* background-image: url(./assets/img/bg_menu.jpg); */
            background: #fff;
        }



       

       .dropdown-menu{
		background:#fff;
	   }
	   
	   
        .navbar-mobile {
            background: #fff;
        }

       

       





        .navbar .dropdown:hover>ul {
            opacity: 1;
            visibility: visible;
        }

        #hero .carousel-item::before {
            background-color: unset;
        }

        .bg-green {
            background: url(https://lovestory.themerex.net/wp-content/uploads/2016/08/bg1-1.jpg?id=301);
        }

        .btn-send {
            display: inline-block;
            text-align: center;
            padding: 1em 1em;
            font-weight: 700;
            font-size: 0.857em;
            text-transform: uppercase;
            letter-spacing: 3.4px;
            border: 3px solid;
            background-color: rgba(255, 255, 255, 0);
        }

        .btn-send:hover {
            color: #fff;
        }

        .card {
            display: flex;
            flex-direction: column;
            width: clamp(20rem, calc(20rem + 2vw), 22rem);
            overflow: hidden;
            box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
            border-radius: 1em;


        }



        .card__body {
            padding: 1rem;
            display: flex;
            flex-direction: column;
            gap: .5rem;
        }


        .tag {
            align-self: flex-start;
            padding: .25em .75em;
            border-radius: 1em;
            font-size: .75rem;
        }

        .tag+.tag {
            margin-left: .5em;
        }

        .tag-blue {
            background: #56CCF2;
            background: linear-gradient(to bottom, #2F80ED, #56CCF2);
            color: #fafafa;
        }

        .tag-brown {
            background: #D1913C;
            background: linear-gradient(to bottom, #FFD194, #D1913C);
            color: #fafafa;
        }

        .tag-red {
            background: #cb2d3e;
            background: linear-gradient(to bottom, #ef473a, #cb2d3e);
            color: #fafafa;
        }

        .card__body h4 {
            font-size: 1.5rem;
            text-transform: capitalize;
        }

        .card__footer {
            display: flex;
            padding: 1rem;
            margin-top: auto;
        }

        .user {
            display: flex;
            gap: .5rem;
        }

        .user__image {
            border-radius: 50%;
        }

        .user__info>small {
            color: #666;
        }

        img {
            max-width: 100%;
            display: block;
            object-fit: cover;
        }
		
		.carausel-post-1 .thumb-overlay {
    min-height: 610px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
	border-radius:15px;
}

.img-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}


.bg-brand-1 { 
    background-color: #ffcda3!important;
}

.font-md {
    font-size: 16px;
}

.post-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    transition-duration: 0.2s;
	padding:30px;
	background: rgb(162 160 160 / 0%);
    backdrop-filter: saturate(88%) blur(3px);
	
}

.post-thumb{
	border-radius:15px;
}

.thumb-overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
    background: -o-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.8) 100%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.thumb-overlay {
    min-height: 290px;
}

.mb-30 {
    margin-bottom: 10px!important;
}

.tag-category {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    padding: 13px 21px;
    border-radius: 10px;
    margin-right: 16px;
    letter-spacing: 0.3px;
}

.loop-list-style-1 article {
    box-shadow: 0px 2px 7px 1px rgb(0 0 0 / 40%);
    background: #f3f8ff;
    border-left: 4px solid #015fb9;
    border-right: 4px solid #015fb9;
    border-bottom: 2px solid #007bff;
}

.loop-list-style-1 .post-thumb {
    min-height: 225px;
    box-shadow: none !important;
}

.hover-up-3{
	margin-bottom:20px;
	border-radius:25px;
}

.post-title a {
    font-size: 20px;
    line-height: 32px;
	font-weight:700;
	color:#444;
}

.mb-20{
	margin-bottom:0 !important;
}

.pt-65{
	padding-top: 60px;
	padding-bottom: 60px;
}

.dropdown-menu{
	background:#fff;
}
/* ========== PrimeEAP Trending Blogs - List View ========== */
.peap-trending-section {
  padding: 3rem 0;
  background: #eef6ffba;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  border-top: 5px solid #0c3a5a;
  border-bottom: 5px solid #015fb9;
}

.peap-trending-header {
  text-align: center;
  margin-bottom: 2rem;
}

.peap-trending-header h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.peap-trending-header p {
  margin: 0 auto;
  color: #64748b;
  font-size: 0.95rem;
}

.peap-trending-list {
  max-width: 480px;
  margin: 0 auto;
}

/* List Item */
.peap-list-item {
  padding: 1.25rem 1rem;
  border-bottom: 1px solid #e2e8f0;
  transition: padding-left 0.2s ease;
}

.peap-list-item:hover {
  padding-left: 0.5rem;
}

.peap-list-item:last-child {
  border-bottom: none;
}

/* Meta */
.peap-list-meta {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.peap-category {
  color: #2563eb;
  font-weight: 600;
}

.peap-dot {
  opacity: 0.6;
}

/* Title */
.peap-list-title {
  margin: 0 0 0.4rem;
}

.peap-list-title a {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
  line-height: 1.35;
}

.peap-list-title a:hover {
  color: #2563eb;
}

/* Excerpt */
.peap-list-excerpt {
  margin: 0 0 0.75rem;
  color: #4b5563;
  font-size: 0.92rem;
  line-height: 1.45;
}

/* Link */
.peap-list-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

.peap-list-link:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.position-relative {
    position: relative !important;
    box-shadow: rgb(2 63 122) 1px 1px 0px 1px !important;
    border-radius: 15px;
}
/* ========== PrimeEAP Blog Hero - Image Sample Style ========== */
.peap-blog-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 60px;
}

.peap-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.peap-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.peap-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgb(255 255 255 / 2%) 0%, rgb(248 250 252 / 46%) 50%, rgb(255 255 255 / 6%) 100%);
  z-index: 2;
}

.container {
  position: relative;
  z-index: 3;
}

/* Breadcrumb */
.peap-breadcrumb {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #64748b;
}

.peap-breadcrumb a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.peap-breadcrumb a:hover {
  text-decoration: underline;
}

.peap-breadcrumb span {
  color: #94a3b8;
}

/* Hero Title */
.peap-hero-title {
  font-size: clamp(2.25rem, 5vw, 2.5rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.peap-title-highlight {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}

/* Subtitle */
.peap-hero-subtitle {
  font-size: 1rem;
  color: #475569;
  line-height: 1.6;
  margin: 0 auto 2.5rem;
  padding: 0 1rem;
}

/* CTA Button */
.peap-hero-cta {
  display: inline-block;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 3rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.peap-hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(37, 99, 235, 0.4);
  color: white;
  text-decoration: none;
}

h2.eap-h2-blog {
    margin: 40px auto;
    text-align: center;
    font-size: 40px;
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .peap-blog-hero {
    min-height: 60vh;
  }
  
  .peap-hero-title {
    margin-bottom: 1.25rem;
  }
  
  .peap-hero-subtitle {
    font-size: 1rem;
  }
  
  .peap-hero-cta {
    padding: 0.9rem 2rem;
    font-size: 1rem;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .peap-trending-section {
    padding: 2rem 0.5rem;
  }
.post-content {
    position: relative;
    padding: 0px 20px;
}
section.recent-posts.pb-65{
    padding: 60px 0px;
    background: #fff5f2;
}
.peap-trending-section .container {
padding: 0px;}
.row {
    gap: 10px;
}
  .peap-trending-header h2 {
    font-size: 1.35rem;
  }

  .peap-trending-list {
    max-width: none;
  }

  .peap-list-item:hover {
    padding-left: 0;
  }
}
