body{font-size:16px;color:#000;font-family: "Inter", serif;}
.top-header{padding: 8px 0px ;background: #124263;color:#fff;}
.right-side-header {     display: flex;  flex-direction: row;   flex-wrap: nowrap;  align-content: center; align-items: center;  justify-content: end; }
.top-left { display: flex; justify-content: flex-start;align-items: center;  height: 100%;}
.box-header { padding: 4px 0;  display: flex;  flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; box-shadow: 0px 0px 10px #ddd; }
.top-left li { display: inline-block;  margin-right: 40px;    font-size: 14px ; }
.award-list li,.top-right li {    display: inline-block;    margin: 0 10px; }
.top-left li a,.top-right li a,.top-rightmore li a {    text-decoration: none;   color: #fff;}
.navbar-expand-lg .navbar-nav { width: 100%; justify-content: end;}
.top-rightmore {  display: flex;  flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; height: 100%}
.navbar-expand-lg .navbar-nav .nav-link{text-transform: uppercase; font-weight: 500;}
.top-rightmore li {   margin-left: 20px; }
ul{padding: 0;margin: 0;list-style: none;}
.footer-section{background: #000;padding: 10px 0px;color:#fff;}
.section-map{padding: 50px 0px;min-height:100vh;}
 /*.map-container {
            height: 100%;
            background-image: url('../images/worldmap.jpg');
            position: relative;
			background-color: #ffcc00;  
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        } */
		
.search-section{background:url(../images/top-search.jpg) no-repeat;background-size:cover;position:relative;min-height:200px;display:flex;align-items:center;background-position:center;z-index:1;}
.search-section:before{ position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    content: '';
    z-index: -1;}	

.section-title {
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 20px;
    }
    .card-custom {
      border: 1px solid #eee;
      border-radius: 10px;
	  padding:10px;
      overflow: hidden;
     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      margin-bottom: 20px;     flex-direction: row;
    }
.card h6 a {
    text-decoration: none;
    color: #000;
}	
.card-custom a {
    max-height: 140px;
    width: 500px;
}
	
.card-custom img{ max-height:140px;}
.card-custom:hover{
	 box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	 transform: translateY(-5px);
}	
.top-social-info li {
    width: 22px;
    height: 22px;
    background: #fff;
    margin-left: 10px;
    border-radius: 50%;text-align:center;
}
.top-social-info li a {
   color:#124fa9;  
}

 .trending-card {
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: none;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 25px;
        }
        
        .trending-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
      .trending-card  .post-thumbnail {
            width: 65px;
            height: 60px;
            object-fit: cover;
            border-radius: 8px;
        }
        .trending-card h5{font-size:15px;margin-bottom:5px;}
        .gradient-bg {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }
		
		
.top-info{padding:0px;margin:0px;list-style:none;display:flex;}
.top-info li a{color:#fff;text-decoration:none;}
.top-info li {margin-right:15px;}
.top-social-info{display:flex;margin:0px;padding:0px;list-style:none;justify-content:end;}
    .top-bar {
      background-color: #277299;
      color: white;
      font-size: 14px;
      padding: 5px 0;
    }
    .main-menu-bar {
      background-color: #226688;
    }
  .nav-btn {
    background-color: #3c8dad;
    border-radius: 10px;
    padding: 10px 20px;
    margin-left: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.nav-btn:hover {
    background-color: #f1f1f1;
}
.nav-btn i{margin-bottom:7px;}

.footer-icons i {
      font-size: 30px;
      color: #226688;
    }
    .footer-icons p {
      margin-top: 10px;
      font-size: 14px;
    }
    .footer-btn {
      border: 1px solid #226688;
      border-radius: 20px;
      padding: 5px 20px;
      color: #226688;
      font-size: 14px;
      margin-top: 10px;
      display: inline-block;text-decoration:none;
    }
 .footer-btn:hover{
	background:#226688; color:#fff;
 }   
.icon_box i {
    margin-bottom: 10px;
} 
.icon_box{padding:0px 20px;}
.icon_box h6{margin-bottom:5px;}
.icon_box p{color:#555;}

.search-box-home {
            background: rgb(48 115 161);
            padding: 15px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            position: relative;
            margin: 0 auto 15px; 
            width: 100%;
            max-width: 700px;font-size:15px;
        }
.search-box-home select, .search-box input, .search-box btn {font-size:15px !important;}
.search-box-home select, .search-box input, .search-box btn {font-size:15px !important;}

.search-box {
      background: white;
      border-radius: 30px;
      overflow: hidden;
      display: flex;
      align-items: center;
      max-width: 700px;
      margin: auto;justify-content:space-between;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
    .search-box select, .search-box input {
      border: none;
      outline: none;
      padding: 10px 20px;
    }
    .search-box select {
      background: #fff url('https://img.icons8.com/ios/24/000000/marker.png') no-repeat 12px center;
      background-size: 20px;
      padding-left: 40px;
      border-right: 1px solid #ccc;
    }
    .search-box button {
      background-color: #00a7b3;
      border: none;
      color: white;
      padding: 10px 30px; 
    }

.custom-container{display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;margin:0px 15px;}
.custom-card {
      justify-content: center; 
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      width: 184px;
      padding: 8px;
      text-align: center;
      transition: transform 0.3s ease;
	  display: flex;
      flex-direction: row;
      flex-wrap: wrap;	  
	  background: #b8b8b8;
background: linear-gradient(90deg, rgba(184, 184, 184, 1) 0%, rgb(203 203 209) 100%);
	  position:relative;z-index: 1;
    }
/*.custom-card:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(49 21 21 / 50%);
    top: 0;
    left: 0;
    content: '';
    z-index: -1; border-radius: 12px;
}	*/
	
.user_info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


    .custom-card:hover {
      transform: translateY(-5px);
    }

    .profile-img {
      width: 50px;
      height: 50px; 
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 5px;
      border: 2px solid #6c63ff;
    }

    .name {
      font-size: 16px;
      font-weight: bold;
      color: #fff;
    }
    .name a{text-decoration:none;cursor:pointer;color: #000;}
    .title {
      font-size: 12px;
      color: #fff;
      
    }

    .rank { 
      font-size: 12px;
      color: #6c63ff;
     text-align:left;
    }

.contact-box {
      background-color: #0c5b77;
      color: white;
      padding: 2rem;margin:40px 0px;
      border-radius: 20px 0px 20px 0;
    }
    .contact-box input,
    .contact-box textarea {
      border-radius: 8px;
    }
    .contact-box .btn {
      background-color: #00a6b6;
      border: none;
      color: white;
      padding: 0.6rem 2rem;     border-radius: 30px;
    }
    .footer {
      background-color: #1b3e52;
      color: white;
      padding: 3rem 0 2rem;
    }
    .footer h5 {
      font-weight: bold;
    }
    .footer a {
      color: #b3d9e2;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .social-icons a {
      color: white;
      margin-right: 15px;
      font-size: 1.2rem;
    }
    .bottom-bar {
      text-align: center;
      padding: 1rem;
      background-color: #163443;
      font-size: 0.875rem;
    }
.menu_list li{margin-bottom:10px;}
.contact_detail{padding:0px;margin:0px;list-style:none;}
.contact_detail li{margin-bottom:10px;}
.contact_detail li strong{display:block;}
.footer_title{font-size:22px;margin-bottom:20px;}
.footer_logo{margin-bottom:20px;}

 /***Login Page css display here***/
 .wrapper{
  overflow: hidden;
  max-width: 450px;    margin: 0 auto;
  background: #f2f2f2;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
}
.wrapper .title-text{
  display: flex;
  width: 200%;
}
.wrapper .title{
  width: 50%;
  font-size: 35px;color:#000;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 15px;
}
.slide-controls .slide{
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.slide-controls label.signup{
  color: #000;
}
.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 15px;
  background: -webkit-linear-gradient(left,#003366,#004080,#0059b3
, #0073e6);
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
input[type="radio"]{
  display: none;
}
#signup:checked ~ .slider-tab{
  left: 50%;
}
#signup:checked ~ label.signup{
  color: #fff;
  cursor: default;
  user-select: none;
}
#signup:checked ~ label.login{
  color: #000;
}
#login:checked ~ label.signup{
  color: #000;
}
#login:checked ~ label.login{
  cursor: default;
  user-select: none;
}
.wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.form-container .form-inner{
  display: flex;
  width: 200%;
}
.form-container .form-inner form{
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.form-inner form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
}
.form-inner form .field input, .form-inner form .field select{
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.form-inner form .field input:focus{
  border-color: #1a75ff;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}
.form-inner form .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}
form .field input:focus::placeholder{
  color: #1a75ff;
}
.form-inner form .pass-link{
  margin-top: 5px;
}
.form-inner form .signup-link{
  text-align: center;
  margin-top: 30px;
}
.form-inner form .pass-link a,
.form-inner form .signup-link a{
  color: #1a75ff;
  text-decoration: none;
}
.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}
form .btn{
  height: 50px;
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
form .btn .btn-layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(right,#003366,#004080,#0059b3
, #0073e6);
  border-radius: 15px;
  transition: all 0.4s ease;;
}
form .btn:hover .btn-layer{
  left: 0;
}
form .btn input[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}


.thumbnail_images ul {
    list-style: none;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.thumbnail_images ul li {
    margin: 5px;
    padding: 10px;
    border: 2px solid #eee;
    cursor: pointer;
    transition: all 0.5s;
}
.thumbnail_images ul li:hover {
    border: 2px solid #000;
}
.main_image {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    height: 400px;
    width: 100%;
    overflow: hidden;
}
.heart {
    height: 29px;
    width: 29px;
    background-color: #eaeaea;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content p {
    font-size: 12px;
}
.ratings span {
    font-size: 14px;
    margin-left: 12px;
}
 .qrimage{height:100px;}
.right-side {
    position: relative;
}
 
.buttons .btn {
    height: 50px;
    width: 170px;
    border-radius: 0px !important;
}

 /***Login Page css display here***/


@media(max-width:991px) {
	.navbar{justify-content:end;}
	div#navbarNavAltMarkup {
    position: absolute;
    top: 71px;
    z-index: 9;
    background: #3c8dad;
    width: 180px;
}
	.main-menu{display:flex;flex-direction: row;
    flex-wrap: wrap;}
.main-menu .nav-btn{width:auto;margin-bottom:4px;}
   .icon_box{margin-bottom:15px;}
   .top-social-info{justify-content:center;}
   .top-info{justify-content:center;margin-bottom:10px;}
}