@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    margin:0px !important;
    padding:0px;
    scroll-behavior:smooth;
    box-sizing:border-box;
    list-style:none;
}
:root{
    --primary-color:#1A2754;
    --secondary-color:#68B1FE;
    --text-color:#495057;
    --heading-font:"Poppins", sans-serif;
    --text-font:"Inter", sans-serif;
    --border-color:#e0e0e0;
    --dark-blue:#1A2754;
    --blue-20:#e7f0fa;
    --green:#0ba02c;
    --blue-50:#bfd2f8;
}
body{
    font-family:var(--text-font);
}
h1,h2,h3,h4,h5,h6{
    font-family:var(--heading-font);
    color:var(--primary-color);
}
.nav-link{
    color:white;
    font-family:500 !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:white;
}
/* Default (transparent state) */
#mainNavbar {
    transition: all 0.3s ease;
}

#mainNavbar .nav-link {
    color: var(--primary-color);
}

#mainNavbar.scrolled {
    background-color: white !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
#mainNavbar.scrolled .nav-link {
    color: var(--primary-color) !important;
}
#mainNavbar.scrolled .nav-link.active {
    color: var(--primary-color) !important;
    font-weight: 500;
}

.navbar-toggler:focus{
    box-shadow:none !important;
}

.nav_options li a{
    font-size:15px;
    font-weight:500;
}

.common-btn-bg{
    background-color: var(--primary-color);
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
    border: none;
    border-radius: 32px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.secondary_heading {
    font-size:40px;
    color: var(--primary-color);
    font-weight: 600;
}
.common-btn-bg:hover{
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.text-color{
    color:var(--text-color);
}
.btn-bg-2{
    background-color: var(--secondary-color);
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
    border: none;
    border-radius: 32px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.btn-bg-2:hover{
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.navbar-brand img{
    width:150px;
    height:auto;
}

.contact-btn{
    background-color: var(--primary-color);
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 450;
    border: none;
    border-radius: 32px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.contact-btn:hover{
    background-color:var(--primary-color);
    color:white;
    transform:translateY(-2px);
}
.hero-section {
  position: relative;
  overflow: hidden; /* hides extra blur overflow */
}
.fifth_heading{
    color:var(--dark-blue);
}
.hero-section::before {
  content: "";
  position: absolute;
  width:350px;
  height: 350px;
  background: radial-gradient(circle, #14479D 0%, transparent 70%);
  filter: blur(80px);
  border-radius: 50%;
  top:50%;
  left:50%;
  transform:translate(-25%,-21%);
  z-index: 0;
}

.hero-right{
    background-image:url('../images/rectangle-17.svg');
    height:100vh;
    background-position:bottom;
    background-repeat:no-repeat;
    background-size:cover;
    z-index:-4;
}
.banner-image{
    position:relative;
    width:100%;
    height:92%;
    background-position:left;
    background-repeat:no-repeat;
    background-size: cover;
    z-index:-3;
}
.lightning{
    position:absolute;
    width:45px;
    height:80px;
    top:0%;
    left:1%;
}
.lightning img{
    width:100% !important;
    height:100% !important;
}
.side-image{
    position:absolute;
    width:100px;
    height:100px;
    top:66%;
    left:0%;
    z-index:-3;
}
.text_img{
width:60%;
}
.absolute-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.justify{
    text-align:justify;
}
.job_card {
    width: 100%;
    height: 100%;
    border: 1px solid var(--border-color);
    border-radius: 33px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    cursor: default;
    transition:all 0.3s ease-in-out;
}
.job_card .job_card_btn {
    transition:all 0.3s ease-in-out;
}
.job_card_img {
    width: 100px;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
}
.job_card_title {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    max-height: calc(1.5em * 2);
}
.job_card:hover {
    border: 1px solid var(--primary-color);
}
.job_card_btn {
    border: 1px solid var(--border-color);
    border-radius:20px;
    padding: 8px 18px;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.job_card:hover .job_card_btn {
    border: 1px solid var(--primary-color);
}
.job_card:hover .job_card_btn > svg {
    transform: rotate(45deg);
}
.job_card .job_card_btn > svg {
    transition:all 0.3s ease-in-out;
}
.podcast_card {
    background: var(--secondary-color);
    border-radius:20px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    width: 100%;
    cursor: default;
}
.podcast_card img {
    width: 60%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top center;
    border-radius: 100%;
}
.podcast_card:hover {
    background: var(--primary-color);
}
.podcast_link{
    text-decoration:none;
}
.two-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.whitespace_lg{
    white-space:nowrap !important;
}


.climate_trek_card {
    display: block;
    text-decoration: none;
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: 19px;
    overflow: hidden;
    transition:all 0.3s ease-in-out;
}
.climate_trek_card:hover{
border-color:var(--primary-color);
}
.climate_trek_card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}
.climate_trek_content {
    padding: 20px 30px;
}
.training_link {
    color:var(--primary-color);
    text-decoration:none;
    font-weight:600;
}
.top-radius{
    border-top-left-radius: 16px;
  border-top-right-radius: 16px;
    border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
}
.training-card-wrap{
background-color:white;
border: 1px solid #dcdcdc;
border-radius: 18px;
height:100%;
transition:all 0.3s ease-in-out
}
.training-card-wrap:hover{
 box-shadow: 
    0 4px 10px rgba(0, 0, 0, 0.04),
    0 20px 40px rgba(0, 0, 0, 0.06);
}

.training-card-wrap span svg{
    width:45px;
    height:45px;
}

.right-side-image{
  position:absolute;
    width:100px;
    height:100px;
    bottom:0%;
    right:0%;
    z-index:-3;
}
.map-background{
    background-image: url(/assets/images/map.webp);
    width:100%;
    height:50vh;
    background-size:cover;
    background-position:center;
    display: flex;
    align-items: center;
}
.mission-box{
    display:flex;
    gap:20px;
    align-items:flex-start;
}
.icon-box{
    width:90px;
    height:90px;
    background:rgba(255,255,255,0.1);
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#fff;
    flex-shrink:0;
}


.skill-card{
    border:1px solid #dcdcdc;
    border-radius:18px;
    padding:30px;
    gap:20px;
    max-width:700px;
}

.step-circle{
    width:70px;
    height:70px;
    background:#1f2a44;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    font-size:20px;
    flex-shrink:0;
}

.skill-content h4{
    font-weight:600;
    font-size:22px;
    margin-bottom:8px;
}

.skill-content p{
   text-align:justify;
    font-size:16px;
    margin:0;
    line-height:1.6;
}

.how-it-works-prev{
    background-color:white;
    height:50px;
    width:50px;
    border:1px solid #dcdcdc;
    border-radius:50%;
    transition:all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
     box-shadow:  0 4px 10px rgba(0, 0, 0, 0.04),
    0 20px 40px rgba(0, 0, 0, 0.06);
}
.how-it-works-next{
    background-color:var(--primary-color);
    height:50px;
    width:50px;
    border-radius:50%;
    transition:all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.how-it-works-next:hover{
box-shadow:0 4px 10px rgb(0 0 0 / 29%), 0 20px 40px rgb(0 0 0 / 18%);
}
.testimonial-prev{
background-color:white;
    height:50px;
    width:50px;
    border-radius:50%;
    transition:all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
     box-shadow:  0 4px 10px rgba(0, 0, 0, 0.04),
    0 20px 40px rgba(0, 0, 0, 0.06);
}
.testimonial-next{
background-color:var(--primary-color);
    height:50px;
    width:50px;
    border-radius:50%;
    transition:all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.testimonial-next:hover{
 box-shadow:  0 4px 10px rgba(0, 0, 0, 0.04),
    0 20px 40px rgba(0, 0, 0, 0.06);
}
.testimonial-card{
padding:3rem;
border-radius:25px;
height:19rem;
}
.footer-hero{
    background:var(--primary-color);
    color:#fff;
    padding:70px 0 20px 0;
}
.footer-hero ul{
    list-style:none;
    padding:0;
}
.footer-hero ul li a{
    color:#ffffffdf;
    text-decoration:none;
    font-size:15px;
    transition:0.3s;
}
.footer-hero ul li a:hover{
    color:#ffffff;
}

.newsletter-box{
    max-width:420px;
}

.newsletter-input{
    background:transparent;
    border:1px solid #4a5a8c;
    color:#fff;
    padding:15px 15px;
    border-radius:50px;
    width:100%;
}

.newsletter-input::placeholder{
    color:#aab1d3;
}

.subscribe-btn{
    background:#1fb26b;
    border:none;
    padding:10px 25px;
    border-radius:50px;
    color:#fff;
    font-weight:500;
    position:absolute;
    right:5px;
    top:5px;
}

.subscribe-wrapper{
    position:relative;
}

.footer-bottom{
    border-top:1px solid #3d4c7c;
    border-bottom:1px solid #3d4c7c;
    margin-top:50px;
    padding:20px 0px;
    font-size:14px;
}

.footer-bottom a{
    color:#ffffff;
    text-decoration:none;
    margin-right:15px;
}

.footer-bottom a:hover{
    color:#fff;
}

.logo-box{
    display:flex;
    align-items:center;
    gap:15px;
}

.logo-box img{
    width:150px;
}

.tagline{
    font-size:14px;
    color:#fefefe;
    margin-top:10px;
}



.category-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  align-items: center;
}

.logo-grid img {
  width: 100%;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.logo-grid img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/* Mobile optimization */
@media (max-width: 576px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-grid img {
    max-height: 50px;
  }
}


.about-banner {
    /*background-image: url(../images/about-training.webp);*/
    background-size: cover;
    background-position: center, bottom;
    background-repeat: no-repeat;
    min-height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
}
.about-banner .white_overly {
    /*background: rgba(0, 0, 0, 0.742);*/
    background: rgb(0 0 0 / 60%);
}
.white_overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /*background: linear-gradient(80deg, rgba(255, 255, 255, 0.904) 0%, rgba(0, 212, 255, 0) 100%);*/
}

.story-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    min-height: 420px;
}
.story-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: flex-end;
    padding: 24px;
}

.story-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.mission-card {
    background-color: white;
    color: #fffff;
    border-radius:15px;
    transition: all 0.3s ease-in-out;
}
.vision-card {
    background-color: #1a2754;
    color: white;
    border-radius:15px;
    transition: all 0.3s ease-in-out;
}



/* Leader Card */

.leader-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:10px;
    overflow:hidden;
    height:100%;
    transition:0.3s;
}

.leader-card:hover{
    box-shadow:0 10px 25px rgba(0,0,0,0.06);
}

.leader-img{
    width:100%;
    height:200px;
    object-fit: contain;
    padding-top: 17px;
}

.leader-content{
    padding:25px;
}

.leader-content h5{
    color:#1a2754;
    font-weight:600;
}

.leader-title{
    /*display:block;*/
    font-size:14px;
    color:#495057;
    margin-bottom:10px;
}

.leader-content p{
    color:#495057;
    font-size:16px;
}

/* Governance */

.governance-title{
    color:#1a2754;
    font-weight:600;
}

.governance-item{
    border:1px solid #e5e7eb;
    padding:15px;
    border-radius:6px;
    background:#fff;
}

.governance-item span{
    display:block;
    color:#1a2754;
}

.governance-item small{
    color:#495057;
}
.program-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:10px;
    padding:25px;
    height:100%;
    transition:all 0.3s ease-in-out;
}
.program-card:hover{
 border-color:#1a2754;   
}
.program-card h5{
    color:#1a2754;
    font-weight:600;
}
.program-card p{
    color:#495057;
}
.tag{
    display:inline-block;
    background:#f1f3f5;
    color:#1a2754;
    font-size:12px;
    font-weight:550;
    padding:5px 10px;
    border-radius:20px;
    margin-right:6px;
}
/* Link */
.program-link{
    color:#1a2754;
    text-decoration:none;
    font-weight:550;
}
.program-link:hover{
    text-decoration:underline;
}

.impact-metrics{
    background:#ffffff;
}

.metrics-subtext{
    color:#495057;
}
/* Stat Box */
.metric-box{
    padding:25px 10px;
    border:1px solid #e9ecef;
    border-radius:8px;
    height:100%;
    background:#fff;
    transition:0.3s;
}
.metric-box:hover{
    box-shadow:0 10px 20px rgba(0,0,0,0.05);
    border-color:#1a2754;
}
/* Number */
.metric-number{
    font-size:34px;
    font-weight:700;
    color:#1a2754;
}

/* Label */
.metric-label{
    font-size:16px;
    color:#495057;
}
.join-us .white_overly {
    background: rgb(0 0 0 / 65%);
}
.join-us {
    background-image: url(../images/cta-image.webp);
    background-position: center, center;
    background-size: cover;
    min-height: 55vh;
}
.candidate_info img {
  width: 60px;
}

.candidate_info h5 {
  color: var(--dark-blue);
}
.success_span {
    background: var(--green);
    color: var(--white);
    padding: 3px 15px;
    border-radius: 15px;
    white-space: nowrap;
}
.apply_btn {
    background: var(--dark-blue);
    color: var(--white);
    text-decoration: none;
    padding: 15px 37px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.blue_border {
    border: 2px solid var(--blue-20);
    border-radius: 8px;
}
.blue_border {
    border: 2px solid var(--blue-20);
    border-radius: 8px;
}
.copy_btn {
    background: var(--blue-50);
    color: var(--dark-blue);
    border: none;
    padding: 8px 13px;
    font-weight: 500;
    border-radius: 4px;
}
.social_icons {
    background: #bfd2f8;
    padding: 8px 11px;
    border-radius: 4px;
    transition: all 0.3s linear;
}
.career-pathways{
    background:#ffffff;
}

/* Header */

.pathways-title{
    font-size:36px;
    font-weight:600;
    color:#1a2754;
}

.pathways-intro{
    color:#495057;
    line-height:1.7;
}
/* Card */
.pathway-card{
    border:1px solid #e9ecef;
    border-radius:10px;
    padding:30px;
    background:#fff;
}
/* Pathway name */
.pathway-name{
    color:#1a2754;
    font-weight:600;
    margin-bottom:10px;
}

/* Overview */

.pathway-overview{
    color:#495057;
    margin-bottom:20px;
}

/* Role chips */

.pathway-roles{
    margin-bottom:20px;
}

.role-chip{
    display:inline-block;
    padding:6px 12px;
    margin:4px !important;
    font-size:13px;
    background:#f1f3f5;
    color:#1a2754;
    border-radius:20px;
}

/* Training block */

.training-format{
    /*display:flex;*/
    align-items:center;
    gap:15px;
    padding:15px;
    background:#f8f9fa;
    border-radius:6px;
}

.training-icon{
    font-size:24px;
    color:#1a2754;
}

/* Employers */

.pathway-employers{
    display:flex;
    justify-content:start;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.pathway-employers img{
    opacity:0.8;
    border-radius:5px;
}

/* Button */

.pathway-btn{
    background:#1a2754;
    color:white;
    padding:10px 22px;
    border-radius:6px;
    text-decoration:none;
    font-weight:500;
}

.pathway-btn:hover{
    background:#111a3a;
}
.dark_blue_btn {
    background: var(--dark-blue);
    color:white;
    font-weight: 500;
    padding: 10px 30px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
}
.form-control:focus {
    box-shadow:none !important;
}
.featured_jobs {
    height: 100%;
    width: 100%;
    border: 1px solid var(--border-color);
    padding: 17px 22px;
    cursor: default;
    transition: all 0.3s ease-in-out;
    border-radius:10px;
}
.featured_jobs:hover{
    border-color:var(--dark-blue);
}
.featured_jobs img {
    width: 100px;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
}
.page-link{
    color:var(--dark-blue) !important;
}
.page-link:active{
   color:white !important;
}
.active>.page-link, .page-link.active {
    color:white !important;
}
.qualification-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #e4e7f0;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); */
}


/* Podcast */
.znrg-podcast-title{
    color:white;
    font-weight:600;
}

.znrg-podcast-text{
    color:rgba(255,255,255,0.8);
}

/* Platform icons */

.znrg-podcast-platforms{
    display:flex;
    gap:15px;
}
.znrg-platform{
    width:48px;
    height:48px;
    border-radius:50%;
    background:rgba(255,255,255,0.15);
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:20px;
    text-decoration:none;
}

.znrg-platform:hover{
    background:rgba(255,255,255,0.25);
}
.contact-section{
    background:#f6f7f9;
}

/* Left content */

.contact-subtitle{
    font-size:12px;
    letter-spacing:1px;
    color:#6c757d;
}

.contact-title{
    font-size:42px;
    font-weight:600;
    color:#1a2754;
    line-height:1.2;
}

.contact-desc{
    color:#495057;
    max-width:420px;
}

/* Contact info */

.contact-item{
    display:flex;
    align-items:center;
    gap:15px;
}

.contact-icon{
    width:45px;
    height:45px;
    background:#e9f1ff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    color:#1a2754;
    font-size:20px;
}


/* Form Card */

.contact-card{
    background:white;
    padding:30px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}


/* Button */

.solution-btn{
    display:flex;
    align-items:center;
    gap:10px;
    background:#1a2754;
    color:white;
    border:none;
    padding:12px 22px;
    border-radius:30px;
    font-weight:500;
}

.solution-btn i{
    font-size:18px;
}

.solution-btn:hover{
    background:#111a3a;
}
.poscast-links{
    text-decoration:none !important;
}

.legal-section{
background:#ffffff;
}

.legal-title{
color:#1a2754;
font-weight:600;
margin-bottom:10px !important;
}

.legal-text{
color:#495057;
line-height:1.7;
}

.legal-heading{
color:#1a2754;
font-weight:600;
margin-top:30px !important;
margin-bottom:10px !important;
}

.reassurance-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.reassurance-list li {
    display: inline-block;
    margin: 6px 12px;
    font-size: 14px;
    color: #555;
}

.reassurance-list li::before {
    content: "✓";
    color: #28a745;
    margin-right: 6px;
    font-weight: bold;
}
.member_paragraph {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
}
.read-more-btn {
    color: #1e2447;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.member_paragraph.expanded {
    -webkit-line-clamp: unset;
    display: block;
}
.events-cards {
    width: 100%;
    height: 300px;
    transition:all 0.3s ease-in-out;
}
.events-cards:hover{
    border-color:#1e2447 !important;
}
.blogs_card {
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    cursor: default;
}
.blogs_card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.blogs_card a:hover{
    text-decoration: underline;
}
.blogs_card a {
    font-weight: 600 !important;
    font-size: 20px !important;
    color: var(--dark-blue);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    line-height: 27px;
    transition: all 0.3s ease-in-out;
}
.blogs_card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-item{
    color:#1e2447 !important;
    flex:none;
}
.partners-slider {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.swiper-slide img {*/
 
/*}*/
.parteners-logo{
     width: 100%;
  max-width: 140px;   /* controls logo size */
  height: auto;
  object-fit: contain;
}
.blogs-prev {
    background-color: white;
    height: 50px;
    width: 50px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04), 0 20px 40px rgba(0, 0, 0, 0.06);
}
.blogs-next {
   background-color: var(--primary-color);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blogs-prev,
.blogs-next {
    position: relative;
    z-index: 10;
    cursor: pointer;
}