.same{
    width: 50%;
    margin: 0px auto;
    
}
.goToSignIn{
    width: 50%;
    margin: 0px auto;
}
.alreadyAccount{
    display: none;
    
}
.wrongInfo{
    display: none;
    
}
.suh{
    margin: 15% auto 2% auto;
    
}
.but{
    margin: 1% auto 1% auto;
}

 .grid{
     margin: 2% 0% 0% 0%;
 }
.cardstyling{
    margin: 0% 0% 2% 0%;
} 
.validate{
    max-height: 300px;
    max-width: 300px;
    overflow: scroll x;
}
.activeUser{
    display: none;
}
#postad{
    display: none;
}
#greetUser{
    display: none;
}
#search{
     
    height: 70%;
}
#searchBtn{
    display: none;
}
.userProfile{
    display: none;
}
.userAds{
    display: none;
}
.category{
    color: gray;
}
.favourite{
    display: none;
}
.text-messages{
    color: gray;
}
.navbar {
  background-image: linear-gradient(to right, #fefffe, #f6f8f7);
  padding: 10px 0;
}
.navbar-brand > img {
  width: 14rem;
  height: 4rem;
  margin-left: auto;
  
}

.nav-link {
  font-size: 16px;
  color: #000000 !important;
  margin: 2px;
}

.navbar-nav {
    text-align: right;
}

.navbar-toggler {
    padding-right: 0;
    outline: none;
    border: none;
}
img {
    transition: transform 0.3s ease; 
    transform: scale(1); 
}
img:hover {
    transform: scale(1.3); 
}

.slogan {
    
        text-align: center;
        margin-top: -75px; }

        @media screen and (max-width: 768px){
            .slogan {
                font-size: small;
                text-align: center;
                margin-top: 120px; }
            }
.slogan2 {
    
                    text-align: center;
                    margin-top: -130px; }
                    .slogan4 {
                        text-align: center;
                        margin-top: -40px; }  
            
                    @media (max-width: 768px) {
                        .gift-card img{
                            display: grid;
                            grid-template-columns: 1fr;
                    
                        }
                        
                            .slogan2 {
                                text-align: center;
                                margin-top: 50px; }                        
                        
                                .slogan h1 {
                                    font-size: 1.5rem; /* Adjust the font size to make it smaller (you can adjust the value as needed) */
                                  }
 
                                  .slogan3 {
                                    text-align: center;
                                    margin-top: 160px; }  
                                    .slogan4 {
                                        text-align: center;
                                        margin-top: 30px; }  
                                        .slogan5 {
                                            text-align: center;
                                            margin-top: 160px; }   
                        }
                        .slogan3 {
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 100%;
                            background-color: #f8f9fa; /* Set a background color if needed */
                            padding: 20px;
                            text-align: center;
                        }
                        
                        #Footer
                        --------------------------------------------------------------*/
                        .footer {
                          background: #f6f9ff;
                          padding: 0 0 30px 0;
                          font-size: 14px;
                        }
                        
                        .footer .footer-newsletter {
                          padding: 50px 0;
                          background: #f6f9ff;
                          border-top: 1px solid #e1ecff;
                        }
                        
                        .footer .footer-newsletter h4 {
                          font-size: 24px;
                          margin: 0 0 10px 0;
                          padding: 0;
                          line-height: 1;
                          font-weight: 700;
                          color: #012970;
                        }
                        
                        .footer .footer-newsletter form {
                          margin-top: 20px;
                          background: #fff;
                          padding: 6px 10px;
                          position: relative;
                          border-radius: 4px;
                          border: 1px solid #e1ecff;
                        }
                        
                        .footer .footer-newsletter form input[type="email"] {
                          border: 0;
                          padding: 8px;
                          width: calc(100% - 140px);
                        }
                        
                        .footer .footer-newsletter form input[type="submit"] {
                          position: absolute;
                          top: 0;
                          right: 0;
                          bottom: 0;
                          border: 0;
                          background: none;
                          font-size: 16px;
                          padding: 0 30px;
                          margin: 3px;
                          background: #4154f1;
                          color: #fff;
                          transition: 0.3s;
                          border-radius: 4px;
                        }
                        
                        .footer .footer-newsletter form input[type="submit"]:hover {
                          background: #5969f3;
                        }
                        
                     
                        
                        @media (max-width: 992px) {
                          .footer .footer-top {
                            background-position: center bottom;
                          }
                        }
                        
                        .footer .footer-top .footer-info {
                          margin-bottom: 30px;
                        }
                        
                        .footer .footer-top .footer-info .logo {
                          line-height: 0;
                          margin-bottom: 15px;
                        }
                        
                        .footer .footer-top .footer-info .logo img {
                          max-height: 40px;
                          margin-right: 6px;
                        }
                        
                        .footer .footer-top .footer-info .logo span {
                          font-size: 30px;
                          font-weight: 700;
                          letter-spacing: 1px;
                          color: #012970;
                          font-family: "Nunito", sans-serif;
                          margin-top: 3px;
                        }
                        
                        .footer .footer-top .footer-info p {
                          font-size: 14px;
                          line-height: 24px;
                          margin-bottom: 0;
                          font-family: "Nunito", sans-serif;
                        }
                        
                        .footer .footer-top .social-links a {
                          font-size: 20px;
                          display: inline-block;
                          color: rgba(1, 41, 112, 0.5);
                          line-height: 0;
                          margin-right: 10px;
                          transition: 0.3s;
                        }
                        
                        .footer .footer-top .social-links a:hover {
                          color: #012970;
                        }
                        
                        .footer .footer-top h4 {
                          font-size: 16px;
                          font-weight: bold;
                          color: #012970;
                          text-transform: uppercase;
                          position: relative;
                          padding-bottom: 12px;
                        }
                        
                        .footer .footer-top .footer-links {
                          margin-bottom: 30px;
                        }
                        
                        .footer .footer-top .footer-links ul {
                          list-style: none;
                          padding: 0;
                          margin: 0;
                        }
                        
                        .footer .footer-top .footer-links ul i {
                          padding-right: 2px;
                          color: #d0d4fc;
                          font-size: 12px;
                          line-height: 0;
                        }
                        
                        .footer .footer-top .footer-links ul li {
                          padding: 10px 0;
                          display: flex;
                          align-items: center;
                        }
                        
                        .footer .footer-top .footer-links ul li:first-child {
                          padding-top: 0;
                        }
                        
                        .footer .footer-top .footer-links ul a {
                          color: #013289;
                          transition: 0.3s;
                          display: inline-block;
                          line-height: 1;
                        }
                        
                        .footer .footer-top .footer-links ul a:hover {
                          color: #4154f1;
                        }
                        
                        .footer .footer-top .footer-contact p {
                          line-height: 26px;
                        }
                        
                        .footer .copyright {
                          text-align: center;
                          padding-top: 30px;
                          color: #012970;
                        }
                        
                        .footer .credits {
                          padding-top: 10px;
                          text-align: center;
                          font-size: 13px;
                          color: #012970;
                        }
                        
   /* Counter section */
.counter-sec {
  padding: 5rem 0 3.8rem 0;
}

.card {
  background-color: #fff;
  border-radius: 15px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
    0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
    0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
    0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);

  cursor: pointer;
}

.l-bg-cherry {
  background: linear-gradient(to right, #493240, #f09) !important;
  color: #fff;
}

.l-bg-blue-dark {
  background: linear-gradient(to right, #373b44, #4286f4) !important;
  color: #fff;
}

.l-bg-green-dark {
  background: linear-gradient(to right, #0a504a, #38ef7d) !important;
  color: #fff;
}

.l-bg-orange-dark {
  background: linear-gradient(to right, #a86008, #ffba56) !important;
  color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas,
.card .card-statistic-3 .card-icon-large .far,
.card .card-statistic-3 .card-icon-large .fab,
.card .card-statistic-3 .card-icon-large .fa-solid,
.card .card-statistic-3 .card-icon-large .fal {
  font-size: 80px;
}

.card .card-statistic-3 .card-icon {
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  color: #000;
  position: absolute;
  right: -8%;
  top: -8%;
  opacity: 0.1;
  transition: all 0.4s;
}

.card:hover .card-statistic-3 .card-icon {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.l-bg-cyan {
  background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
  color: #fff;
}

.l-bg-green {
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
  color: #fff;
}

.l-bg-orange {
  background: linear-gradient(to right, #f9900e, #ffba56) !important;
  color: #fff;
}

.l-bg-cyan {
  background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
  color: #fff;
}
 
.square-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 140px;      /* ⬅️ set height shorter */
  border-radius: 12px;
  padding: 10px;
  margin: 5px 0;
}


.square-title {
  font-size: 16px;   /* smaller title */
  font-weight: 600;
  margin-bottom: 8px;
}

.square-number {
  font-size: 32px;   /* BIG number */
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

/* custom pink if not in your theme */
.l-bg-pink {
  background: #ff1493;
}
