
/* Fonts */
 @import url('https://fonts.googleapis.com/css?family=Saira Stencil One&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
   @import url('https://fonts.googleapis.com/css?family=Dongle&display=swap');




 /*Fonts End */

*, *::before, *::after {  box-sizing: border-box; }

body{
    background-color: #eee;
    padding: 0;
    margin: 0;
    text-decoration: none;
    
}





.row {
  --bs-gutter-x: 0;
}

/* Custom Slider Height */
    header{background: #007cea; color: #fff; animation: 1s ease-out 0s 1 slideInFromTop; box-shadow: 0 1px 8px #9d9d9d;} 
          @media (max-width: 600px) {header: {animation: 1s ease-out 0s 1 slideInFromTop;}}

.navbar-brand{
    font-family: Saira Stencil One;
    font-size: 30px;
  }

.websitetitle{
    font-family: pacifico;    
    bottom: 20px;
    font-size: 14px;
    color: #fff;
  }
      @media (max-width: 600px) { .websitetitle  { font-size: 12px;}}

  
.banner{
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 0 4px 8px #9d9d9d;
    animation: zoomIn 0.8s ease-out forwards;
  }

  .isearchinput{
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    height: 45px;
    background: #fff;
    transition: transform 0.8s ease;
  }

  .isearchbtn{
    border-radius: 0px 25px 25px 0px;
    height: 45px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .isearchbtnicon{
    font-size: 16px;;
  }
  
  .isearchbtnicon:hover{
    scale: 1.3;
    transition: 0.3sec;
  }
  
  .browse-featured{
    font-size: 14px; color: #4d5053
  }


  .category-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
    }

  .category {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100px;
      height: 100px;
      border-radius: 10px;
      background-color: white;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
      font-size: 14px;
      animation: 1s ease-out 0s 1 slideInFromLeft;
    }
  
  .category :hover{ 
transform: scale(1.04);
transition: all 0.3s ease-in-out;}
  
  .category-links{
      color: #4f4949;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.7rem;
    }
  
  .icategory-text{display: block;}

  .icat-icon{width: 75px;}

  .slider {
      height: 250px;
      background-color: #797878;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: 1s ease-out 0s 1 slideInFromTop;
      
    }

    /* Offcanvas nav link spacing */
    .offcanvas-body .nav-link {
      margin-bottom: 1rem;
    }

    .nav-link:hover{font-weight: 600; transition: all 0.3s;}

    /* Responsive columns padding */
    .main-content, .sidebar {
      padding: 1rem;
      animation: slideInFromLeft 1s ease-out forwards;
    }






/* Searching Page */

.card-container{
  display: flex;
  gap: 25px; /* space between cards */
  flex-wrap: wrap; /* allows wrapping on smaller screens */
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  animation: slideInFromLeft 1s ease-out forwards;}

  .card {
  max-width: 320px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff; 
    }

    @media (max-width: 600px) {.card: {margin-right: 0px;}}

    .verified-icon {
      color: #28a745;
      margin-left: 8px;
      font-size: 1rem;
      position: absolute;
      right: 0;
      background: white;
      border: 2px solid #fff;
    }
    .info-icon {
      width: 20px;
      display: inline-block;
    }
    .card-body{padding: 8px;}

    .card-body p {
      margin-bottom: 0.3rem;
      color: #6c757d; /* Grey text */
      font-size: 0.8rem;
    }
    .business-title {
      font-weight: 600;
      font-size: 0.9rem;
      color: #212529;
      
    }
    img.card-img-top {
      object-fit: cover;
      height: 230px; /* Increased from 200px */
      border-radius: 15px 15px 0px 0px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    img.card-img-top:hover {      
      border-radius: 15px 15px 0px 0px;
      transform: scale(1.05);
      transition: all 0.4s;
      
    }


.custom-button {
            width: 250px;
            height: 45px;
            background-color: #007bff;
            color: white;            
            border: 2px solid #007bff;
            border-radius: 20px;
            padding: 8px 5px;
            border: 2px dashed rgba(255, 255, 255, 0.33);
            animation: 1s ease-out 0s 1 slideInFromTop;
            text-align: center;
            display: inline-block;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.3s, color 0.3s;
            margin : 30px auto;
            overflow: hidden;
        }
        .custom-button:hover {
            background-color: white;
            color: #007bff;
            text-decoration: none;
            transition: border 0.3s linear;
            border: 2px dashed rgba(0, 124, 234, 0.5);
        }









/*   Information  Page */

 .info-title {
      font-size: 1.3rem;
      font-weight: 550;
      margin-top: 0px;
      color: #2948a6;
      margin-bottom: 0px;
    }

    @media (max-width: 600px) {.info-title {margin-top: 10px;}}


    .info-head-container {
      max-width: 1200px;
      min-width: 320px;
      margin: auto;
      padding: 15px;
      background-color: #fff;
      
    }

    .info-photo-wrapper {
      position: relative;
      min-height: 300px;
      border-radius: 6px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.2rem;
      font-weight: bold;
      
      border: 3px solid #fff;
    }

    .info-photo-wrapper::before {
      content: "";
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      filter: blur(10px);
      transform: scale(1.1);
      z-index: 0;
    }

    .info-photo-wrapper::after {
      content: "";
      position: absolute;
      inset: 0;
      
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 1;
      transition: transform 0.5s ease;
    }

    .info-photo-wrapper:hover::after{
      transform: scale(1.1);
    }

    .info-photo-wrapper span {
      position: relative;
      z-index: 2;
    }

    .info-details-wrapper {
      border: 0px solid fuchsia;
      padding: 5px 0px 0px 20px;
      border-radius: 6px;
      background-color: #fff;
      font-family: Roboto;
      font-weight: 500;
      overflow: hidden;
    text-wrap: nowrap;
    min-width: 380px;  
    }

    .info-detail-item {
      margin-bottom: 10px;
      font-size: 1.0rem;
      line-height: 1.4rem;
      color: #5e5c5c;
    }

    .info-detail-item i {
      width: 25px;
      height: 22px;
    }

    @media (max-width: 768px) {
      .info-details-wrapper {
        padding: 10px;
      }
    }


    .info-body-container {
      max-width: 1200px;
      min-width: 320px;
      margin: auto;
      padding: 15px;
      background-color:;
      
    }
    
          #info-table {
            width: 100%;
            border-collapse: collapse;
            font-family: Arial, sans-serif;
            font-size: 12px;
          }

          #info-table td {
            padding: 8px;
            border: 1px solid #e8e8e8;
          }

          #info-table .info-row:nth-child(odd) {
            background-color: #ffffff; /* white */
          }

          #info-table .info-row:nth-child(even) {
            background-color: #d4ebff; /* light blue */
          }

          #toggleBtn{
            padding: 5px;
            color: #fff;
            background-color: #007bff;
            border-color: #007bff;
            border-radius: 8px;
          }

          








    .card-title-d{color: #2948a6; margin-bottom: 0.25rem; font-size: 20px; font-weight: 550;}
        @media (max-width: 600px) { .card-title-d {font-size: 20px; font-weight: 600;}}


        .dashboard-card {
          border-radius: 10px;
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          background-color: #ffffff;
          margin-bottom: 20px;
          padding: 20px 10px 10px 10px;
          
      }

      .recently-added-card {
        border-radius: 10px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        margin-bottom: 20px;
        padding: 20px 10px 10px 10px;
    }

    .list-group-item { display: flex; align-items: center; border: 0px;}
    .list-group-item .dot {height: 10px; width: 10px; border-radius: 50%; margin-right: 10px;}
    .custom-card { border-radius: 5px; padding: 15px; display: flex; flex-wrap: wrap; background: #fff;}

      .list-group-item:hover{
        font-weight: 600;

      }
      /*.dashboard-card img {
          width: 100%;
          height: auto;
          border-radius: 10px;
      }*/
      
      .dashboard-card-header {
          font-size: 1.6rem;
          margin-bottom: 15px;
          line-height: 8px;
          font-family: Dongle;
          letter-spacing: 0.05em;
      }
      .dashboard-card-body {
          display: flex;
          align-items: center;
          font-size: 14px;
          
        }

      .fadetails{font-size: 28px; padding: 6px 16px; color: #d92873; position: relative;
        top: 0;
        transition: top ease 0.5s;}

      .fadetails:hover{top: -7px;}

      .share-button{
        padding: 6px 20px 6px 10px;
        background-color: #0097a7;
        border-radius: 10px;
        color: #fff;
        text-decoration: none;
      }

      .details {
          font-size: 14px;
          color: #333;
      }
      .file-list {
          list-style-type: none;
          padding-left: 0;
      }
      .file-list li {
          display: flex;
          align-items: center;
          padding: 10px 0;
          border-bottom: 1px solid #eee;
      }
      .file-list img {
          width: 40px;
          height: 40px;
          border-radius: 5px;
          margin-right: 10px;
      }
      .file-details {
          font-size: 14px;
          color: #333;
      }
      .file-name {
          font-weight: bold;
      }
      .file-info {
          color: #888;
      }


      .hidden-row {
        display: none;
    }
      #googlemap{
        width: 100%;
        height: 50vh;
        border: 1px solid #d7d6d6;
      }


      .details-recent-img{
        width: 50px;
        padding-right: 5px;
      }

      .fadetailsbus{color: #0e80c4; font-size: 32px; padding: 6px 16px;}
      .fadetailstrain{color: #2bac18; font-size: 32px; padding: 6px 16px;}

      .Drecentlisting-img {
        width: 60px;
        height: 40px;
        object-fit: cover;
        border-radius: 5px;
      }
      .Drecentlisting {
        border-bottom: 1px dashed #c8c8c8;
        padding: 5px 0;
        overflow: hidden;
        white-space: nowrap;
        line-height: 20px;
      }
      .Drecentlocation {
        color: gray;
        font-size: 0.7rem;
      }
      .dslink{font-size: 0.9rem; text-decoration: none; color: #171515;} .dslink:hover{color: #000; text-decoration: none; font-weight: 500;}



      .icon-container {
        display: inline-block;
        text-align: center;
        margin: 2px;
        position: relative;
        height: 50px;
        width: 70px;
        border: 1px solid #ddd;
        border-radius: 10px;
        overflow: hidden;
        line-height: 12px;
    }
    .icon {
        font-size: 38px;
        line-height: 50px;
        color: #d92873;
        transition: all 0.3s ease;
    }
    .title {
      position: absolute;
      bottom: -25px;
      left: 0;
      right: 0;
      font-size: 12px;
      color: #333;
      transition: all 0.3s ease;
    }
    .icon-container:hover .icon {
      transform: translateY(-45px);
    }
    .icon-container:hover .title {
      bottom: 15px;
    }


    .pageviews{
    font-size: 20px;
    text-align: center;
    width: 60px;
    height: 40px;
    line-height: 21px;float: left;
    font-family: arial;
    color: #555;
    padding: 4px 8px;
    display: inline-grid;
    transition: all 0.3s ease-in-out;
}

.views-title{font-size: 12px; line-height: 12px;}
.view-counter{
    font-weight: 500;
}


  .two-column-list {
      display: flex;
      flex-wrap: wrap;
      
    }

    .two-column-list li {
      width: 50%;
      padding: 5px;
    }

    .two-column-list li:hover{
      font-weight: 550;
    }

  /* details page close */











  /* Dashbboard Page */

.dash-badge {
      padding: 2px 5px;
      font-size: 0.6rem;
      border-radius: 5px;
      color: white;
    }
    .dash-photo-wrapper{
      display: flex;
      justify-content: center; /* center horizontally */
      align-items: center;     /* center vertically */
      height: 100%;
      border-radius: 50%;
    }

    .dash-Approved { background-color: #28a745; }
    .dash-pending { background-color: #007bff; }
    .dash-onhold { background-color: #17a2b8; }
    .dash-wait { background-color: #fd7e14; }
    .dash-suspended { background-color: #dc3545; }

    .dash-action-icons i {
      cursor: pointer;
      margin-right: 10px;
      font-size: 0.8rem;
    }

    .dash-table th, .dash-table td {
      vertical-align: middle;
    }
    .text-xs{font-size: 0.8rem; color: aliceblue;}





    .dash-form-section {
      background: #fff;
      border-radius: 8px;
      padding: 0px;
      margin-bottom: 30px;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    }
    .dash-form-section h4 {
      border-bottom: 2px solid #dee2e6;
      padding-bottom: 10px;
      margin-bottom: 20px;
      color: #333;
    }
    .dash-form-check-inline {
      margin-right: 15px;
    }
    .dash-form-day-label {
      font-weight: 500;
    }
    .form-check-input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    margin-left: 2px;
    cursor: pointer;
    border: 1px solid #bfbbbb;
}
.custom-header {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent); /* Dark to transparent */
    color: #fff;                              /* Bootstrap's text-success color */
    padding: 19px 0px 0px 5px;                          /* Optional spacing */
    border-radius: 8px;                          /* Rounded corners (optional) */
    font-weight: bold;
    background: linear-gradient(to right,
    #f4f6f8 0%,
    #f4f6f8 20%,
    #007cea 50%,
    #f4f6f8 80%,
    #f4f6f8 100%);
    text-align: center;
}


/*  Ad Price */
.ad-price-container {
       max-width: 1200px;
        margin: auto;
        display: flex;
        gap: 20px;
        padding-top: 20px;
      
    }

    @media (max-width: 768px) {
  .ad-price-container {
    flex-direction: column;
    margin-left: auto;
    align-items: center; /* ✅ center items vertically (in column layout) */
    
  }

  .ad-price-card {
    width: 100%;
    max-width: 390px; /* ✅ limit card width for nice spacing */
  }
}


    .ad-price-card {
      width: 240px;
      background: white;
      border-radius: 15px;
      box-shadow: 0 10px 9px #9d9d9d;
      overflow: hidden;
      transition: transform 0.3s;
      margin: auto;
    }

    .ad-price-card:hover {
      transform: scale(1.03);
    }

    .ad-price-header {
      text-align: center;
      padding: 7px;
      color: white;
      font-size: 1.5rem;
      font-weight: bold;
    }

    .ad-price-basic .ad-price-header {
      background-color: #3498db;
    }

    .ad-price-standard .ad-price-header {
      background-color: #27ae60;
    }

    .ad-price-pro .ad-price-header {
      background-color: #e67e22;
    }

    .ad-price-body {
      padding: 20px;
    }

    .ad-price-feature {
      margin: 10px 0;
      padding: 10px;
      background: #f1f1f1;
      border-radius: 10px;
      text-align: center;
      font-weight: 500;
    }

    .ad-price-footer {
      text-align: center;
      padding: 20px;
    }

    .ad-price-button {
      background-color: #333;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .ad-price-button:hover {
      background-color: #555;
    }






/*  About Page - Blank Page */

#about-container{
  width: 80%;
  background: #fff;
  margin: auto;
  padding: 4.5rem;
}

.contact-admin-img{
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid #588955;
  border-radius: 20px;
  margin-bottom: 50px;
}


#about-container{
            width: 80%;
            background: #fff;
            margin: auto;
            padding: 4.5rem;
        }
        @media (max-width: 600px) { #about-container{width: 98%; padding: 2rem;}}
        .contact-admin-img{
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            border: 2px solid #588955;
            border-radius: 20px;
            margin-bottom: 50px;
            }
            @media (max-width: 600px) { .contact-admin-img{ width: 100%; border-radius: 1.5rem;}}

            #about-container p{margin: auto;
            margin-top: auto;
            margin-top: auto;
            line-height: 30px;
            text-indent: 50px;
            margin-top: 20px;
            text-align: justify;
            font-size: 1rem;}
            @media (max-width: 600px) { #about-container p{font-size: 0.8rem;}}

            .ad-sample-card {
        border: 2px dashed #bbb;
        background-color: #f8f9fa;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        transition: all 0.3s ease-in-out;
    }
    .ad-sample-card:hover {
        border-color: #007bff;
        background-color: #eef6ff;
    }
    .ad-sample-shape {
        background-color: #ddd;
        display: inline-block;
        border-radius: 4px;
    }
    .ad-sample-300x250 {
        width: 300px;
        height: 250px;
    }
    .ad-sample-728x90 {
        width: 100%;
        max-width: 728px;
        height: 90px;
    }
    @media (max-width: 576px) {
        .ad-sample-300x250, .ad-sample-728x90 {
            width: 100%;
            height: auto;
            aspect-ratio: 4 / 3;
        }
    }



/*  Advertisement   */
.squareads{
    height: 250px;
    width: 250px;
    box-shadow: 0 1px 8px #9d9d9d;
  }
@media (max-width: 576px) {
    .landscapeads{
    width: 100%;
  }
}









    

  /* Login */
.phem-card{
  color: #024430 !important;
  text-align: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  font-family: sans-serif, serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


/*   Footer Sections */

    footer {
      background-color: #343a40;
      color: white;
      padding: 2rem 0;
      font-size: 14px;
      
    }

    footer a {
      color: #ccc;
      text-decoration: none;
    }

    footer a:hover {
      text-decoration: underline;
    }

  






/* Animation and Transition */

@keyframes slideInFromTop {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}


@keyframes zoomIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
