@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	background-color: #fbfbfb;
}

.page-item.active .page-link {
 
  border: 1px solid #555555;
  color: #fff !important;
  background-color: #555555;
}

.text-blue{
    color: #555555 !important;
}

.face{
    color: #4267B2;
}

.twit{
    color: #000000 !important;
}

.linkd{
    color: #0A66C2;
}

.medium{
    color: #000000;
}

.bg-grey {
	background-color: #fbfbfb;
}


.border-line {
	border-bottom: 2px solid #555555;
}

.font1 {
	font-size: 1rem;
}

.text-small {
	font-size: 0.8rem;
}

 .nav-link {
  font-size: 17px;
  text-decoration: none;
  color: #020202;
  padding: 10px 0px;
  margin: 0px 10px;
  display: inline-block;
  position: relative;
  opacity: 0.75;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link::before {
  transition: 300ms;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #020202;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 7px;
}

.nav-link-ltr:hover::before {
  width: 100%;
}


    .btn-contact {
      background-color: #d9534f;
      color: #fff;
      font-weight: bold;
    }
    .btn-contact:hover {
      background-color: #c9302c;
      color: #fff;
    }

.bg-blue {
	background-color: #555555;
}

.text-blue {
	color: #3AD2FF; 
}
        
        
.content {
   display: -webkit-box;             /* Required for Safari/WebKit */
  -webkit-box-orient: vertical;     /* Vertical text layout */
  -webkit-line-clamp: 2;            /* Show only 2 lines */
  overflow: hidden;                 /* Hide the rest */
  text-overflow: ellipsis;
    white-space: nowrap !important;
}

.margin-top {
	margin-top: 80px;
}

.content1 {
  display: none;
}

.content-show {
	display: none;
}

.noContent1 {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

#scrollup{
	cursor: pointer;
}

.face{
	color: #4267B2;
}

.twit{
	color: #1D9BF0;
}

.linkd{
	color: #0A66C2;
}



.btn-blue {
	background-color: #555555;
	color: #ffffff;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
	background-color: #020202;
	color: #ffffff;
}

.btn-outline-blue{	
	color: #fff;
  background-color: #555555 !important;
}
.btn-outline-blue:hover,
.btn-outline-blue:active,
.btn-outline-blue:focus {
	background-color: #020202;
	color: #ffffff;
}


/* Search Bar Styling */
.search-bar {
  display: flex;
  align-items: center;
  border: 1px solid #555555;
  border-radius: 15px;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  width: 50px; /* Initially small */
  background: white;
  overflow: hidden;
}

/* Search Input */
.search-input {
  border: none;
  outline: none;
  padding: 2px;
  width: 0;
  transition: width 0.3s ease-in-out;
}

/* Expanded state */
.search-input.active {
  width: 200px;
}

.search-bar.expanded {
  width: 250px; /* Expands smoothly */
}

/* Search Icon */
.search-icon {
  background: none;
  border: none;
  color: #020202;
  cursor: pointer;
  padding: 0px;
  font-size: 18px;
}


.img-container {
    width: 100%;
    height: 320px;     /* fixed height for uniform cards */
    background: #fff;  /* background behind images */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.img-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;  /* show full image */
}

.footer{
  background-color: #1D1D1F;
  color: white;
  
}
