@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
body {
  
  background-color: #fff;
	  font-family: 'Roboto', sans-serif;
}
.navbar {
  background-color: #eff0f4 !important;
}
.ex-logo-img{
width: 150px;
padding-top: 0px;
padding-right: 20px;
padding-bottom: 13px;
}
.container {
  padding-left: 0px;
  padding-right: 0px;
}

.font-slab{
font-family: 'Roboto Slab', serif;
}
.font-lora{
font-family: "Lora", serif;
}
/* Navbar */
.navbar-brand span {
  font-weight: 700;
  font-size: 1.5rem;
	  
}
.navbar-brand .red-check {
  color: red;
  font-size: 1.8rem;
  font-weight: bold;
}
.navbar-nav .nav-link {
  font-weight: 500;
  margin-left: 15px;
	  
}
.sign-btn {
  border: 1px solid #000;
  padding: 5px 15px;
  font-weight: 500;
  background: transparent;
}
	.sign-btn:hover {
  border: 1px solid #000;
  padding: 5px 15px;
  font-weight: 500;
	  color:#fff;
  background: #000;
}

/* Hero Section */
.ex-banner-head {
  text-align: center;
  padding: 60px 20px;
}
.ex-banner-head h1 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
	  color:#000;
	  font-family: 'Roboto Slab', serif;
	  
}
.ex-banner-head p {
  font-size: 1rem;
  max-width: 70%;
  margin: 0 auto 30px;
  color: #000;
	  
}

/* Buttons */
.btn-black {
  background: #000;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 100;
  margin: 5px;
	  
}
.btn-black:hover {
  background: #333;
  color: #fff;
}
.btn-red {
  background: #e63946;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 100;
  margin: 5px;
	  
}
.btn-red:hover {
  background: #c82333;
  color: #fff;
}

/* Search */
.search-box {
  max-width: 90%;
  margin: 40px auto 0;
}
.last-review{
font-size:14px;
margin-left:10px;
}
.border-red-color
{
	border-color:#ffb3b7!important
}
.search-box input {
  background-color: #eff0f4; /* light grey */
  border-radius: 0;
  padding: 18px 24px;
  
  border:none;
}

.search-box input::placeholder {
  color: #b4b5b9;
  
}

.search-box button {
  border-radius: 15px;
  background: #000;
  color: #fff;
  font-weight: 400;
  padding: 0 25px;
  
}

.search-box button i {
  font-size: 1.2rem;
  vertical-align: middle;
}
.search-box button:hover{
	border:solid 2px #000;
}
.search-box input:focus {
  border-color: #000 !important;   /* Black border */
  box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.25); /* Slight black glow */
}
.main-jrnl-box{
background: #fff;
border: solid 2px #a3a3a3;
border-radius: 25px;
}
.sidebar {
  border-right: 2px solid #a3a3a3;
  padding: 20px;
  font-weight: 600;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  margin: 15px 0;
	  float:left;
}

.journal-card {
  border: 1px solid #a4a4a4;
  border-radius: 25px;
  padding: 20px;
  margin-bottom: 20px;
  background: #eff0f4;
  transition: box-shadow 0.2s;
}
.journal-card:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.journal-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.journal-header img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.journal-title {
  font-size: 1.1rem;
  font-weight: 600;
}

.journal-meta img{
	width: 14px;
	vertical-align: sub;
	}
.journal-meta {
  font-size: 1rem;
  color: #424242;
  margin: 5px 0;
	  padding-left:10px;
}

.rating {
  color: #f4a261;
  font-size: 1rem;
	  padding-left:10px;
}

.review-count {
  font-size: 0.85rem;
  margin-left: 5px;
  color: #424242;
}

.card-actions {
  margin-top: 15px;
	  display:flex;
}
.red-color{
color:#f21a25;
}
.btn-read {
  border: 1px solid #e63946;
color: #e63946;
border-radius: 30px;
padding: 4px 4px;
font-size: 0.85rem;
margin-right: 10px;
display: flex;
	padding-right: 20px;
	gap: 4px;
}

.btn-read:hover {
  background: #e63946;
  color: #fff;
}

.btn-write {
  border: 1px solid #000;
  color: #000;
  border-radius: 30px;
  padding: 4px 4px;
  font-size: 0.85rem;
	  display: flex;
	padding-right: 20px;
	gap: 4px;
}

.btn-write:hover {
  background: #000;
  color: #fff;
}

.view-all {
  text-align: center;
  margin-top: 20px;
}

.view-all button {
  background: #000;
color: #fff;
border: none;
border-radius: 12px;
padding: 10px 116px;
font-weight: 400;
}
	
/* Section styling */
.how-section {
  background: #eff0f4;
  padding: 60px 20px;
}



/* CTA button */
.how-cta {
  margin-top: 20px;
  text-align: center;
}

.how-cta .btn {
  border-radius: 999px;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 400;
}
.platform-quote{
color: #f21a25;
font-family: 'Roboto Slab', serif;
font-size: 16px;
text-align:center;

}


@media (max-width: 400px) {
.sort-text{
		display:none;
}	
.btn-read span, .btn-write span  {
padding-top: 0px!important;
line-height: 14px;
}
.view-all button{
padding: 10px 110px!important;	
	
}
.btn-read{
height:40px;
}	
}
/* Responsive */
@media (max-width: 576px) {
	.sort-text{
		display:none;
	}
  .ex-banner-head h1 {
font-size: 1.3rem;
  }
  .ex-banner-head p {
font-size: 0.9rem;
		max-width: 90%;
  }
	  .sidebar{
	  border-right: none!important;
		  border-bottom: 2px solid #a3a3a3;
	  }
	  .btn-read span{
	  font-size:11px!important;
	  }
	  .btn-write span{
	  font-size:11px!important;
	  }
  .btn-black, .btn-red {
width: 100%;
  }
	  .serve-card{
	  margin-top:20px;
	  height:auto!important;
	  }
	 .ex-banner-head{
	 padding:25px 0px!important;
	 }
	  .container{
	  padding:0px 20px!important;
	  
	  }
	  .mrg-platform h2{
		margin-top:-30px!important;  
	  }
	  .hero-section{
	  padding: 36px 20px!important;
	  }
	  .hero-section h1{
	  font-size: 2rem !important;
	  margin-bottom:10px!important;
	  }
	  /* .platform-quote{
	  width:95%!important;
	  } */
	  .navbar {
	  padding:0px 10px;
	  }
	  .feature-card {
  
	  border-left:none!important;
	  border-bottom:solid 1px #cecece;
	  border-right:none!important;
	  
  
}
	.vision-section{
	padding:0px 20px;
	}
	.fs-35{
	font-size:25px!important;
	}
}
	
/* Who We Serve Section */
.serve-section {
  margin-bottom: 50px;
}
.serve-card {
  background-color: #eff0f4;
  padding: 30px;
  border-radius: 15px;
  flex: 1;
	  border-top:6px solid #cecfd3;
	  height:366px;
}
.serve-card h5 {
  font-weight: 700;
  margin-bottom: 20px;
	  font-family: 'Roboto Slab', serif;
	  border-bottom:solid 1px #848484;
}
	.serve-card ul{
	padding-left: 16px;
	}
.fs-35{
font-size:35px;
}
/* Key Features Section */
.key-features {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}
.feature-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 0px;
	  border-left:solid 1px #cecece;
  flex: 1;
}
	.fc-br-0{
	border-right:solid 1px #cecece;
	}
.feature-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

/* Vision Section */
.vision-section {
  text-align: center;
  margin-bottom: 50px;
}
.vision-section h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
  .vision-section p{
  
  font-size: 18px;
  }
  
  
/* Button Styles */
.btn-custom {
  background-color: #e63946;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}
.btn-custom:hover {
  background-color: #c82333;
}

/* Footer Section */
.footer {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 50px;
}
.footer p {
  margin: 10px 0;
}
.footer a {
  color: #000;
  text-decoration: none;
  margin: 0 10px;
}
	.platform-img{
	max-width: 75%;
height: auto;
	}
	.footer-area {
  background-color: #eff0f4;
  padding: 1rem 2rem;
  margin-top: 50px;
  font-family: 'Roboto Slab', serif;
  padding-top:25px;
}

.footer-area p {
  margin-bottom: 0;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}

ul.social-icons {
  list-style-type: none;
  display: flex;
  gap: 10px;
  padding: 0;
  padding-top: 5px;
}

ul.social-icons li a i {
  font-size: 24px;
  color: #000;
  transition: color 0.3s ease;
}

ul.social-icons li a:hover i {
  color: #0073b1;
}

.footer-bot-links {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-bot-links .circle {
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
}

.footer-bot-links div a {
  text-decoration: none;
  color: #5d5d5d;
  font-size: 12px;
   font-family: 'Roboto', sans-serif;
}

.text-right 
{
text-align:right;
}
.sidebar li.active{
font-weight:600;
font-size:20px;
}
.readbg{
background:#e63946;
padding:5px;
width:30px;
height:30px;
border-radius:50px;
}
.readbg img{
width:18px;
}

.btn-read span{
padding-top:5px;
padding-left: 8px;
}

.writebg{
background:#000;
padding:5px;
width:30px;
height:30px;
border-radius:50px;
}
.writebg img{
width:18px;
}

.btn-write span{
padding-top:5px;
padding-left: 8px;
}
.dropdown-item {
  transition: background-color 0.3s, color 0.3s;
  border-radius: 8px;
}

/* Red dropdown */
.dropdown-red .dropdown-menu {
  background-color: #e63946 !important; /* red background */
  border: none;
  border-radius: 8px;
}

.dropdown-red .dropdown-item {
  color: #fff !important;
}

.dropdown-red .dropdown-item:hover,
.dropdown-red .dropdown-item:focus {
  background-color: #ff5c67 !important; /* lighter red on hover */
  color: #fff !important;
}

/* Black dropdown */
.dropdown-black .dropdown-menu {
  background-color: #000 !important; /* black background */
  border: none;
  border-radius: 8px;
}

.dropdown-black .dropdown-item {
  color: #fff !important;
}

.dropdown-black .dropdown-item:hover,
.dropdown-black .dropdown-item:focus {
  background-color: #333 !important; /* red hover on black */
  color: #fff !important;
}
.sort-text{
font-size:16px;
padding-top: 6px;
}

.your-voice{
/* margin-top: 60px ; */
/* margin-bottom: 60px ; */
background-image: url(../images/voice-bg.png);
background-position: center;
background-repeat: no-repeat;
padding: 4rem 13rem 4rem 13rem;
display: flex;
justify-content: center;
background-size: 1244px 274px;
margin-left: -1rem;
}

.voice-icons{
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid #000;
}

.voice-icons h2 {
  font-size: 47px !important;
  margin-left: -2.5rem;
  line-height: 56px;
  font-family: "Open Sans", sans-serif;
}

.voice-img{
  margin-right: -12.5rem;
}

.voice-icons p{
font-size: 10px;
}
.how-section img{
width:25px;
}
.how-section .col-md-3{
padding:0px;
}
.how-section h5{
padding-left:40px;
padding-right:10px;
}
.how-section p{
margin-top:10px;
padding-left:40px;
padding-right:10px;
font-size: 18px;
}
.how-section .border-top{
border:solid 2px #231f20;
}
.hero-section {
  background: url("../images/voice-bg.png") no-repeat center center;
  background-size: cover;
  padding: 20px 40px;
  color: black;
  width:80%;
  margin:auto;
}
.hero-section h1 {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom:0px;
}
.hero-icons img {
  max-width: 200px;
}
.hero-icons p{
font-size:12px;
margin-bottom:0px;
}
.hero-section .divider {
  border-top: 2px solid #000;
  margin-top: 20px;
}



.menu-items li {
  cursor: pointer;
  font-weight: 500;
}
.menu-items li label{

 padding-top: 5px!important;
}	
.menu-items li.active label {
  color: #dc3545;
  font-weight: bold;
}
/* Make checkbox tick black */
.black-check:checked {
  background-color: black !important;
  border-color: black !important;
}
/* Media query for screens between 1385px and 1400px */
@media screen and (min-width: 1386px) and (max-width: 1526px) {
	
.ex-banner-head h1{
font-size: 2.3rem!important;
}	
.journal-meta {
font-size: 0.9rem;
}
.review-count {
font-size: 0.75rem;	
}
.btn-read{
padding-right: 10px;
}
.btn-read span {
padding-left: 2px;
}
.btn-write{
padding-right: 10px;
}
.btn-write span {
padding-left: 2px;
}
.how-section h5{
font-size:16px;
}	
.how-section p{
font-size:16px;	
}
.hero-section{
width:85%;	
}
.serve-card h5, .feature-card h5, .feature-card p{
font-size:16px;	
}
.serve-card{
height: 423px;	
}

}

@media screen and (min-width: 1219px) and (max-width: 1385px) {
.container{
width: 85%;
}	
.ex-banner-head h1{
font-size: 2.1rem!important;
}
.journal-title {
font-size: 1rem;
}	
.journal-meta {
font-size: 0.8rem;
}
.journal-meta img {
width: 12px;
}
.review-count {
font-size: 0.70rem;	
}
.view-all button {
padding: 8px 90px;
font-size: 14px;
}
.platform-quote{
	font-size:14px;
}
.btn-read{
	font-size: 0.70rem;
padding-right: 10px;
}
.btn-read span {
padding-left: 2px;
	padding-top: 7px;
}
.btn-write{
font-size: 0.70rem;
padding-right: 10px;
}
.btn-write span {
padding-left: 2px;
	padding-top: 7px;
}
.how-section h5{
font-size:14px;
}	
.how-section p {
font-size: 14px;
}
.hero-section{
width:85%;
padding: 20px 5px;	
}
.hero-icons p {
font-size: 9px;
}
.serve-card h5, .feature-card h5, .feature-card p{
font-size:15px;	
}
.serve-card{
height: 400px;	
}
.how-cta .btn, .btn-black, .btn-red{
font-size: 15px;
}
.hero-section h1 {
font-size: 2.8rem;
}
.serve-card li{
	font-size: 15px;
}
.vision-section p
{
font-size: 15px;	
}
.footer-area p, .footer-bot-links div a {
font-size: 11px;
}
}

@media screen and (min-width: 1014px) and (max-width: 1219px) {
.container{
width: 85%;
}
.ex-banner-head{
padding: 25px 20px;
}	
.main-jrnl-box .mt-5{
	margin-top:30px!important;
}
.journal-header img {
width: 35px;
height: 35px;
}
.ex-banner-head h1{
font-size: 1.7rem!important;
}
.ex-banner-head p{
	font-size: 0.8rem;
}
.journal-title {
font-size: 0.8rem;
}	
.journal-meta {
font-size: 0.7rem;
}
.journal-meta img {
width: 10px;
}
.review-count {
font-size: 0.60rem;	
}
.last-review{
font-size:10px;
margin-left:10px;
}
.view-all button {
padding: 8px 78px;
font-size: 12px;
border-radius: 6px;
}
.platform-quote{
	font-size:14px;
}
.fs-35 {
font-size: 25px;
}
.btn-read{
	font-size: 0.55rem;
padding-right: 8px;
}
.btn-read span {
padding-left: 2px;
	padding-top: 6px;
}
.btn-write{
font-size: 0.55rem;
padding-right: 8px;
}
.btn-write span {
padding-left: 2px;
	padding-top: 6px;
}
.how-section h5{
font-size:14px;
}	
.how-section p {
font-size: 14px;

}
.how-section{
margin-top:0px!important;
}
.hero-section{
width:85%;
padding: 20px 5px;	

}
.hero-icons p {
font-size: 8px;
}
.serve-card h5{
font-size:14px;
}
.feature-card h5, .feature-card p{
font-size:12px;	
}
.serve-card{
height: 360px;	
}
.how-cta .btn, .btn-black, .btn-red{
font-size: 12px;
	padding: 6px 18px;
}
.hero-section h1 {
font-size: 2.5rem;
}
.serve-card li{
	font-size: 12px;
}
.vision-section p
{
font-size: 15px;	
}
.footer-area p, .footer-bot-links div a {
font-size: 11px;
}
.search-box input{
padding: 10px 15px;
font-size: 14px;	
}
.search-box button{
border-radius: 10px;	
}
.menu-items li label{
	font-size: 12px;
}
.sort-text {
font-size: 12px;
}
.dropdown-black button, .dropdown-red button{
font-size: 12px;
padding: 4px 0px;
}
.readbg img {
width: 14px;
}
.readbg {
width: 25px;
height: 25px;
}
.writebg img {
width: 14px;
}
.writebg {
width: 25px;
height: 25px;
}
.mrg-platform{
margin-top: 0px !important;
}
.mrg-platform p,.challenges li, .solution p, .solution li {
	
	font-size:14px!important;
}

}


@media (max-width: 768px) {
  .menu-items {
flex-wrap: wrap;
justify-content: center;
text-align: center;
  }
  .sort-section {
justify-content: center !important;
margin-top: 20px !important;
  }
}

.bg-litered
{
    background: #000;
    padding: 40px;
    border-radius: 19px;
}
.bg-litered h2{
	color:#fff!important;
}
.bg-litered .challenges li{
color:#fff!important;	
}

.common-heading {
    text-align: center;
    margin-bottom: 5px;
}
.common-heading p{
    text-align: center;
    margin-bottom: 40px;
	font-size:14px;
}
.common-heading h2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: relative;
    margin-bottom: 8px;
	font-size: 35px;
	font-weight: 700;
	
}
.common-heading2 h2{
	font-size: 35px;
	font-weight: 700;
}
.common-heading h2:before {
    right: 0;
}
.common-heading h2:after {
    left: 0;
}
.common-heading h2:after, .common-heading h2:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    top: 55%;
    transform: translateY(-50%);
    background-color: #f11a25;
}
.common-heading h2 span {
    height: 6px;
    width: 6px;
    background-color: #f11a25;
    display: inline-block;
    margin: 0px 10px;
	    margin-top: 4px;
}

.common-heading .dash {
    width: 100px;
    display: inline-block;
    height: 2px;
    background: red;
    margin-right: 20px;
    margin-bottom: 3px;
}
.common-heading2 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px;
}
.common-heading2 p{
	font-size:14px;
}
.common-heading2 .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
		  
    margin-bottom: 8px;
	font-size: 35px;
	font-weight: 700;
}
.common-heading2 .title .span-group span {
  width: 90px;
  height: 2px;
  display: block;
  margin: 5px 0px;
  background: #e63946;
}
.common-heading2 .title .span-group span:last-child {
  width: 65px;
  margin-left: auto;
}
.common-heading2 .title .span-group-right span:last-child {
  margin-left: 0;
}
.common-heading2 .title h2 {
  margin: 0px 10px;
  margin-bottom:0px!important;
  font-size: 30px;
  line-height: 1.3;
}
.common-content h3{
	    font-size: 22px !important;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}
.common-content h5{
	font-size:18px;
	font-weight:600!important;
	margin-top:25px;
	margin-bottom:10px;
}
.common-content p{
	    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 100;
    color: #414141;
}
.common-content p a{
	text-decoration:none;
	color:#e63946;
}
.common-content p b{
	font-weight:500;
}

.footer-bot-links div a:hover {
        color: #f11a25;
    }
/* Buttons
.btn-black {
  background: #000;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 100;
  margin: 5px;
  font-family: "Montserrat", sans-serif;
	  
}
.btn-black:hover {
  background: #333;
  color: #fff;
}
.btn-red {
  background: #e63946;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 100;
  margin: 5px;
  font-family: "Montserrat", sans-serif;
	  
}
.btn-red:hover {
  background: #c82333;
  color: #fff;
} */

.content-section {
    position: relative;
    padding: 30px 0 40px;
}

/*=============================
    00. Scroll Top
===============================*/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #000000;
  transition: 1s ease;
  border: none;
}
@media (max-width: 1199.98px) {
  .scroll-top {
    right: 25px;
    bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .scroll-top {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .scroll-top {
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
}
.scroll-top.open {
  bottom: 30px;
}
@media (max-width: 767.98px) {
  .scroll-top.open {
    bottom: 15px;
  }
}
.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}
.scroll-top:hover {
  background: #f64142;
  color: #fff;
}

.scroll-top i{
	font-size:22px;
	padding-top: 8px;
}

