body{
    font-family: "Fira Sans",sans-serif;

    overflow-x: hidden;



}


h1{
    font-size: 48px;
    font-weight: 700;
}
.navbar-collapse ul{
  gap:25px;
}
/*aadhi */
/* .pricing-new-style{
    padding-bottom:0px !important;
} */

.feature-class{
   display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size:28px !important;
}
/*aadhi */

.soft-hero {
    border-bottom: 20px solid #008cff;
    background: linear-gradient(to bottom, #f9fbff 35%, #d6eaff 100%);
}

.text-size {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
.button-size {
    height: 40px;
    width: 101px;
    border-radius: 90px;
    color: white;
    background-color: #008CFF;
    border: 1px solid #008CFF;
}

.site-footer {
    border-top: 20px solid #008cff;
}
.site-footer {
    background-color: #000;
    color: #fff;
    font-size: 14px;
}
.site-footer li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    line-height: 3;
    color: #828282;
}

.site-footer li a{

    text-decoration: none;
}
.tik-tok{
  display: flex
;
    flex-direction: column;
}
.site-footer h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.footer-heading {
    color: #ffffff !important;
}
.footer-heading {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}
.footer-heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #0093ff;
    margin-top: 6px;
}


.card {
    flex: 1;
    background-color: #F9F9F9;
    border-radius: 12px;
    overflow: hidden;
    display: flex
;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.state-para {
    color: #828282 !important;
    font-size: 16px !important;
    margin-bottom: 40px !important;
}




.list-but{

    height: 40px;
    width: 125px;
    border: 1px solid #008CFF;
    border-radius: 90px;
    color: #008CFF;
    background-color: white;

}

.tex-nav{
    gap:30px;
}
.tex-nav li a{
    font-size:  14px !important;
    line-height: 24px !important;
    color: #000;
    font-weight: 500;
}
.tex-nav li {
    margin-bottom: 0px !important;
}
.text-white-50{
    color:#828282 !important;
}
.state-txt{
    font-size: 20px !important;
    color:#008CFF !important;

}
.state-para{
    color: #828282 !important;
    font-size: 16px !important;
    margin-bottom: 40px !important;
}
.texas-hero{


    padding-top: 100px !important;
    padding-bottom: 100px !important;

}
.texas-search .form-control:focus {
    color: var(--bs-body-color);
    background-color: #fFF !important;
    border-color: transparent !important;
    outline: 0;
    box-shadow: unset !important;
}


.business-listings .card {
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.business-listings .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.business-logo {
  max-height: 80px;
  object-fit: contain;
}

.business-listings .btn {
  border-radius: 25px;
  font-size: 14px;
  padding: 6px 16px;
}


.logo-box {
       /* fixed height for all logos */
background: #fff;
    border-radius: 8px;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 35px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    height: 150px;
}

.logo-box img {
  max-height: 80px;   /* image fit inside */
  object-fit: contain;
  padding: 5px;
}
.texas-head h6{
    font-size:20px !important;
    line-height: 30px !important;
}
.texas-head .bi-star-fill::before {

    color: #828282 !important;
}

.texas-head{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.texas-cta h4{
    font-size:32px !important;
    line-height: 40px !important;
    color: #fff !important;
}
.texas-cta p{

    color: #FFFFFFB8 !important;
}




.directory-gallery-card {
  border-radius: 1rem; /* smooth rounded corners */
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  transition: transform 0.2s ease-in-out;
  background-color: #f9f9f9;
  padding: 16px;
}

.directory-gallery-card:hover {
  transform: translateY(-4px);
}

/* Image wrapper */
.directory-gallery-image-wrapper {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}

.directory-gallery-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  border-radius: 0.5rem;
}

/* Listings badge */
.directory-gallery-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.6rem;
  border-radius: 0.5rem;
}

/* Bottom content */
.directory-gallery-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.75rem;
  padding: 0 0.25rem 0.25rem;
}

.directory-gallery-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #000;
}

.directory-gallery-link {
  font-size: 1.25rem;
  color: #6c757d;
  text-decoration: none;
}

.directory-gallery-link:hover {
  color: #000;
}


.direc-list h6{
    font-size:18px !important;
    line-height: 28px !important;
}
.direc-list{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.directory-gallery-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 0.5rem;
}



/* sign in */

.sign-form-box {
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
    padding-bottom: 20px;
    max-width: 480px;
    width: 100%;
    margin: auto;
}

.signin-space{

  padding-left: 12px;
    padding-right: 12px;
    }
.signin-space h3 {
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 40px;
    margin-left: 0px;
    margin-bottom: 0px !important;
    text-align: center;
}
.signin-space p {
    font-size: 14px;
    font-weight: 400 !important;
    color: #828282 !important;
    padding-top: 10px;
    text-align: center;
}
.form-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.input-group {
    position: relative;
    display: flex
;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.sign-btn {
    background-color: #008CFF;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px;
    font-size: 14px;
}
.forget-sign {
    font-size: 14px;
    font-weight: 500 !important;
    color: #008CFF;
}
body .account-sign {
    font-size: 14px;
    font-weight: 500 !important;
    color: #000000 !important;
}

.signin-con {
    /* background-image: url(dash-img/signin-back.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #E7F2FD;
}

.input-group-text {
    display: flex
;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #f8f9fa;
    border:1px solid #dee2e6;
    border-radius: 0.375rem;
}
.form-control {
    font-size: 14px;
    font-weight: 400 !important;
    color: #828282;
     background-color: #F9F9F9;
}

.rem-forget{
    display: flex;
    justify-content: space-between;
}
.sign-btn:hover {
    background-color: #008CFF;
    color: #fff;
}



.texas-sign{


background: #F9F9F9;
    max-width: 480px;
    padding: 20px;
    border-top: 1px solid #00000014;
    border-radius-left-bottom: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: auto;
    }
    .texas-sign p{
        padding-top: 0px !important;
    }
    .rem-forget{
        margin-bottom: 20px;
    }

    .full-blue-box {
    background-color: #008CFF;
    width: 100%;
    height: 21px;
}



.signup-form-box {
    background: #fff;
     border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
    padding-bottom: 20px;
    max-width: 480px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
}



.resetotp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 10px;
    border: 1px solid #0000001F;
    background-color: #F9F9F9;
    color: #828282;
}
.det-total{
    padding-right: 0px !important;
}
.forget-form-box {
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
    padding-bottom: 20px;
    max-width: 480px;
    width: 100%;
    margin: auto;
}
/* .sign-forget {
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;
} */
.back-reset a{
 max-width: 480px;
    display: block !important;
    margin: auto;
}
.reset-form-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
    padding-bottom: 30px;
    max-width: 490px;
    width: 100%;
    margin: auto;
}
.pass-space{

   margin-top: 60px;
    margin-bottom: 60px;
    }














    /* news details */
   .details-sidebar {
      min-height: 100vh;
      border-right: 1px solid #e9ecef;
      background: #fff;
      border-radius: 10px;
      padding: 20px !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    /* .details-logo img {
      max-height: 50px;
    } */
    .details-nav .nav-link {
      color: #495057;
      font-weight: 500;
      border-radius: 6px;
      padding: 8px 12px;
    }
    .details-nav .nav-link:hover {
      background: #f1f3f5;
      color: #0d6efd;
    }
    .details-nav .nav-link.active {
      background: #e7f1ff;
      color: #0d6efd;
      font-weight: 600;
    }

    /* Content */
    .details-header a {
      font-size: 1.1rem;
      font-weight: 600;
      color: #212529;
    }
    .details-header a:hover {
      color: #0d6efd;
    }
    .details-header p {
      font-size: 0.9rem;
    }



    .details-article h4 {
      font-weight: 700;
      font-size: 1.25rem;
    }
    .details-article p {
      line-height: 1.6;
      margin-bottom: 1rem;
    }

    .details-page{
         background-color: #E7F2FD;
    }

.dash-image {

      height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    }

  .det-img{
     padding: 20px;
    background: #ffff;
    border-radius: 10px;
    }
    .det-content{
         padding: 20px;
    background: #ffff;
    border-radius: 10px;
    margin-bottom: 15px !important;
    }

    .det-para{
        color:#828282;
        font-size:14px;
        line-height:24px;
    }

    .jan-para{
        color:#008CFF !important;
        font-size:12px !important;
        line-height:20px !important;
    }

.details-content{
    padding-top: 0px !important;
}


      /* code */
    .directory-dashboard-sidebar {
      min-height: 100vh;
      background: #fff;
      border-right: 1px solid #e0e0e0;
      /* padding: 20px 0; */
      padding:30px;
    }
    /* .directory-label{
      color:#828282;
      font-weight: 500;
      padding: 12px 20px;
    }
     */
    /* .directory-dashboard-sidebar .nav-link.active {
      background: #e8f2ff;
      color: #0d6efd;
      border-radius: 6px;
    } */

    .directory-dashboard-menu .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 30px;

}
  .directory-dashboard-menu .nav-link.active {
      /* background: #e8f2ff;
      color: #0d6efd;
      border-radius: 6px; */
      background: linear-gradient(90deg, #0094FF 0%, #C2E9FB 100%);
    }

.directory-dashboard-menu .directory-icon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;

}

.directory-dashboard-menu .directory-label {
  flex: 1;
   color:#828282;
  font-weight: 400;
  font-size:16px;
  line-height:26px;
  font-family:'Fira Sans', sans-serif;
}



.dir-new-space{
   border-bottom: 2px solid #ddd;
    padding-bottom: 26px;
    padding-left:30px !important;
}
.directory-badge {
  display: inline-block;
  background-color: #ff3b3b; /* red badge */
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  margin-left: 6px; /* spacing between label and badge */
}

.directory-dashboard-menu .nav-link:hover {
    background: linear-gradient(90deg, #0094FF 0%, #C2E9FB 100%);
}

.directory-dashboard-menu .nav-link:hover svg,
.directory-dashboard-menu .nav-link:hover svg path,
.directory-dashboard-menu .nav-link.active svg,
.directory-dashboard-menu .nav-link.active svg path    {
    fill:#fff !important;

}

.directory-dashboard-menu .nav-link:hover .directory-label,


.directory-dashboard-menu .nav-link.active .directory-label {
    color:#fff !important;

}

.det-total{
    padding: 20px;
}

.details-content{
  padding:0px 15px !important;
  padding-top: 0px !important;
}


.navbar-collapse .nav-item .nav-link{
  color:#000 !important;
}
.navbar-collapse .nav-item .nav-link:hover{
  color:#008CFF !important;
}





/* Jeeva */



/* Different icons for each item */
.directory-dashboard-directory::before {
  background-image: url("dash-img/Directory.png.png");
}
.directory-dashboard-supplies::before {
  background-image: url("dash-img/supplies.png.png");
}
.directory-dashboard-community::before {
  background-image: url("dash-img/community.png.png");
}
.directory-dashboard-messages::before {
  background-image: url("dash-img/messages.png.png");
}
.directory-dashboard-news::before {
  background-image: url("dash-img/news.png.png");
}
.directory-dashboard-contact::before {
  background-image: url("dash-img/contact-admin.png.png");
}
.directory-dashboard-settings::before {
  background-image: url("dash-img/settings.png.png");
}
.directory-dashboard-profile::before {
  background-image: url("dash-img/myprofile.png.png");
}


    /* code */
    .directory-dashboard-sidebar {
      min-height: 100vh;
      background: #fff;
      border-right: 1px solid #e0e0e0;
      /* padding: 20px 0; */
      padding:30px;
    }
    .directory-dashboard-sidebar .nav-link {
      color:#828282;
      font-weight: 500;
      padding: 12px 20px;
    }
    .directory-dashboard-sidebar .nav-link.active {
      background: #e8f2ff;
      color: #0d6efd;
      border-radius: 6px;
    }
    .directory-dashboard-header {
      background: #fff;
      /* border-bottom: 2px solid #0d6efd; */
      padding: 15px 20px;
      font-size: 1.25rem;
      font-weight: 600;
    }
    /* .directory-dashboard-card {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      margin-top: 20px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    } */
    .directory-dashboard-save {
      background: #0d6efd;
      color: #fff;
      padding: 10px 25px;
      font-size: 1rem;
      border-radius: 25px;
      border: none;
    }
    .directory-dashboard-save:hover {
      background: #0b5ed7;
    }
   .directory-dashboard-card .form-control {
    background-color: #efefef;
}
.directory-dashboard-card .form-select {
    background-color: #efefef;
}
.directory-dashboard-header{
    border-radius:10px;
}
/* my profile css */
/* .my-profile {
  background: #f8f9fb;
  font-family: "Segoe UI", sans-serif;
  padding: 20px;
} */

.my-profile h5 {
  font-weight: 700;
}

.my-profile .section-desc {
  color: #666;
  font-size: 14px;
  margin-bottom: 16px;
}

.my-profile .profile-box {
  background: #fff;
  border: 1px solid #e0e6ef;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.my-profile .profile-picture {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #e0e6ef;
  border-radius: 8px;
  padding: 12px;
  background: #F9F9F9;
}

.my-profile .profile-picture img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
}

.my-profile .profile-picture .file-info {
  font-size: 14px;
  color: #555;
}

.my-profile .form-control {
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid #e0e6ef;
  font-size: 14px;
}

.my-profile .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0,123,255,0.2);
}
.my-profile input{
    background: #F9F9F9 !important;
        height: 44px;

}
.my-profile .input-group-text {
  background: #F9F9F9;
  border: 1px solid #e0e6ef;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
  color: #007bff;
}

.my-profile .btn-save {
  background: #007bff;
  color: #fff;
  border-radius: 25px;
  padding: 8px 22px;
  font-weight: 600;
  border: none;
}

.my-profile .password-box {
  background: #fff;
  border: 1px solid #e0e6ef;
  border-radius: 12px;
  padding: 20px;
}

.my-profile .password-box .form-control {
  padding-right: 40px;
}

.my-profile .password-box .toggle-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  cursor: pointer;
}

/* .directory-dashboard-header.profile-header {
  background: #fff;
  border: 1px solid #e0e6ef;
  border-radius: 12px;
  padding: 10px 20px;
} */
 .directory-dashboard-header {

    width: 100%;
}

.btn-logout {
  border: 1px solid red;
  color: red;
  border-radius: 25px;
  padding: 4px 18px;
  font-weight: 600;
  background: transparent;
  transition: 0.3s;
}

 .btn-logout:hover {
  background: red;
  color: #fff;
}






/* news */


.directory-dashboard-menu .nav-link::before {
  content: "";
  position: absolute;
  left:-3px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Different icons for each item */
.directory-dashboard-directory::before {
  background-image: url("dash-img/Directory.png.png");
}
.directory-dashboard-supplies::before {
  background-image: url("dash-img/supplies.png.png");
}
.directory-dashboard-community::before {
  background-image: url("dash-img/community.png.png");
}
.directory-dashboard-messages::before {
  background-image: url("dash-img/messages.png.png");
}
.directory-dashboard-news::before {
  background-image: url("dash-img/news.png.png");
}
.directory-dashboard-contact::before {
  background-image: url("dash-img/contact-admin.png.png");
}
.directory-dashboard-settings::before {
  background-image: url("dash-img/settings.png.png");
}
.directory-dashboard-profile::before {
  background-image: url("dash-img/myprofile.png.png");
}


    /* code */
    .directory-dashboard-sidebar {
      min-height: 100vh;
      background: #fff;
      border-right: 1px solid #e0e0e0;
      /* padding: 20px 0; */
      padding:30px;
    }
    .directory-dashboard-sidebar .nav-link {
      color:#828282;
      font-weight: 500;
      padding: 12px 20px;
    }
    .directory-dashboard-sidebar .nav-link.active {
      background: #e8f2ff;
      color: #008CFF;
      border-radius: 6px;
    }
    .directory-dashboard-header {
      background: #fff;
      /* border-bottom: 2px solid #0d6efd; */
      padding: 15px 20px;
      font-size: 1.25rem;
      font-weight: 600;
    }
    /* .directory-dashboard-card {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      margin-top: 20px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    } */
    .directory-dashboard-save {
      background: #008CFF;
      color: #fff;
      padding: 10px 25px;
      font-size: 1rem;
      border-radius: 25px;
      border: none;



    }
    .directory-dashboard-save:hover {
      background: #008CFF;
    }
   .directory-dashboard-card .form-control {
    background-color: #efefef;
}
.directory-dashboard-card .form-select {
    background-color: #efefef;
}
.directory-dashboard-header{
    border-radius:10px;
}


/* grid news */
.news-card {
         background: #F9F9F9;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
    padding: 15px;
    }
   body .news-card .p-3{
      padding-left:0px !important;
      padding-bottom: 0px !important;
      padding-right: 0px !important;
      padding-top:15px !important;
    }
    .news-card:hover {
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
      border-color: #008CFF;
    }
    .news-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }
    .news-card .news-meta {
      font-size: 12px;
      font-weight: 400;
      color:#008CFF;

    }
    .news-card .news-title {
      font-size: 16px;
      font-weight: 600;
      margin-top: 6px;
      margin-bottom: 6px;
    }
   .news-card .news-text {
      font-size: 14px;
      color: #828282;
    }
    .news-card .read-btn {
         display: inline-block;
    margin-top: 8px;
    color: #008CFF;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #008CFF;
    border-radius: 25px;
    padding: 10px 16px;
    padding-right: 36px;
    transition: 0.3s;
    }
    .news-card .read-btn:hover {
      background: #008CFF;
      color: #fff;
    }
    .news-card img{
      border-radius: 4px;
    }
    .news-card a{
      position: relative;
    }
    .news-card a:hover::before{
      background: url(../dash-img/news-arrow-right-white.svg)no-repeat !important;
       height: 20px !important;
    width: 20px  !important;
    background-size: 100%  !important;
    right: 15px  !important;
    top: 11px  !important;

    }
    .news-card a::before{
        position: absolute;
    content: '';
    background: url(../dash-img/news-arrow-right.svg) no-repeat;
    height: 20px;
    width: 20px;
    background-size: 100%;
    right: 15px;
    top: 11px;
    }
        .directory-dashboard-headers {
      background: #fff;

      border-radius: 12px;
      padding: 0px !important;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 15px;
    }
    .directory-dashboard-headers input::before{
      position:absolute;
      content: '';
      background: url(../dash-img/news-search-icon.svg)no-repeat;
      height: 30px;
      width: 40px;
      background-size: 100%;
      left: 10px;
      top:20px;
    }
    .directory-dashboard-headers input{
      /* max-width: 48%; */
      position: relative;
      margin-left: auto;
          background: #0000001F !important;
    height: 44px;
    }
    .directory-dashboard-headers select{
        margin-left: auto;
          background: #0000001F !important;
    height: 44px;
    }
    .dashboard-title {
      font-weight: 600;
      font-size: 18px;
      /* background: #f2f2f2; */
      border-radius: 6px;
      padding: 5px 12px;
      width: 50%;
    }
    .search-box {
      position: relative;
      flex-grow: 1;
    }
    .search-box input {
      padding-left: 40px;
    }
    .search-box i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #008CFF;
        left: 2%;
    }
    .sort-select {
      max-width: 120px;
    }


    /* side bar */
    .directory-dashboard-sidebar {
min-height: 100vh;
background: #fff;
border-right: 1px solid #e0e0e0;
/* padding: 20px 0; */
padding:30px;
}
/* .directory-label{
color:#828282;
font-weight: 500;
padding: 12px 20px;
}
*/
/* .directory-dashboard-sidebar .nav-link.active {
background: #e8f2ff;
color: #0d6efd;
border-radius: 6px;
} */


.directory-dashboard-menu .nav-link.active {
/* background: #e8f2ff;
color: #0d6efd;
border-radius: 6px; */
background: linear-gradient(90deg, #0094FF 0%, #C2E9FB 100%);
}

.directory-dashboard-menu .directory-icon svg {
width: 20px;
height: 20px;
flex-shrink: 0;

}

.directory-dashboard-menu .directory-label {
flex: 1;
color:#828282;
font-weight: 400;
font-size:16px;
line-height:26px;
font-family:'Fira Sans', sans-serif;
}



.dir-new-space{
border-bottom: 2px solid #ddd;
padding-bottom: 26px;
}
.directory-badge {
display: inline-block;
background-color: #ff3b3b; /* red badge */
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 2px 6px;
border-radius: 50%;
margin-left: 6px; /* spacing between label and badge */
}

.directory-dashboard-menu .nav-link:hover {
background: linear-gradient(90deg, #0094FF 0%, #C2E9FB 100%);
}

.directory-dashboard-menu .nav-link:hover svg,
.directory-dashboard-menu .nav-link:hover svg path,
.directory-dashboard-menu .nav-link.active svg,
.directory-dashboard-menu .nav-link.active svg path {
fill:#fff !important;

}

.directory-dashboard-menu .nav-link:hover .directory-label,


.directory-dashboard-menu .nav-link.active .directory-label {
color:#fff !important;

}


/* code */
.directory-dashboard-sidebar {
min-height: 100vh;
background: #fff;
border-right: 1px solid #e0e0e0;
/* padding: 20px 0; */
padding:30px;
}
/* .directory-label{
color:#828282;
font-weight: 500;
padding: 12px 20px;
}
*/
/* .directory-dashboard-sidebar .nav-link.active {
background: #e8f2ff;
color: #0d6efd;
border-radius: 6px;
} */


.directory-dashboard-menu .nav-link.active {
/* background: #e8f2ff;
color: #0d6efd;
border-radius: 6px; */
background: linear-gradient(90deg, #0094FF 0%, #C2E9FB 100%);
}

.directory-dashboard-menu .directory-icon svg {
width: 20px;
height: 20px;
flex-shrink: 0;

}

.directory-dashboard-menu .directory-label {
flex: 1;
color:#828282;
font-weight: 400;
font-size:16px;
line-height:26px;
font-family:'Fira Sans', sans-serif;
}


.dir-new-space{
border-bottom: 2px solid #ddd;
padding-bottom: 26px;
}
.directory-badge {
display: inline-block;
background-color: #ff3b3b; /* red badge */
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 2px 6px;
border-radius: 50%;
margin-left: 6px; /* spacing between label and badge */
}

.directory-dashboard-menu .nav-link:hover {
background: linear-gradient(90deg, #0094FF 0%, #C2E9FB 100%);
}

.directory-dashboard-menu .nav-link:hover svg,
.directory-dashboard-menu .nav-link:hover svg path,
.directory-dashboard-menu .nav-link.active svg,
.directory-dashboard-menu .nav-link.active svg path {
fill:#fff !important;

}

.directory-dashboard-menu .nav-link:hover .directory-label,


.directory-dashboard-menu .nav-link.active .directory-label {
color:#fff !important;

}





/* setting */
    .notification-container {
  background: #fff;
  font-family: "Segoe UI", sans-serif;
  padding: 20px;
}

.notification-container h5 {
  font-weight: 700;
}

.notification-container .section-desc {
  color: #828282;
  font-size: 14px;
  margin-bottom: 16px;
}

.notification-container .notify-card {
  background: #F9F9F9;

  border-radius: 10px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notification-container .notify-card h6 {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 600;
}

.notification-container .notify-card p {
  margin: 0;
  font-size: 13px;
  color: #777;
}

.notification-container .plan-box {
  background: #F9F9F9;
  border: 1px solid #e0e6ef;
  border-radius: 10px;
  padding: 20px;
}

.notification-container .plan-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.notification-container .plan-name {
  font-size: 22px;
  font-weight: 700;
  color: #008CFF;
  margin-bottom: 8px;
}

.notification-container .plan-price {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 38px;
}

.notification-container .plan-price small {
  color: #888;
  font-size: 13px;
}

.notification-container .btn-upgrade:hover{
      border: 1px solid #ccc;
  background: #f9f9f9;
  color: #000;
}
.notification-container .btn-upgrade {
     background: #008CFF;
    color: #fff;
    border-radius: 25px;
    padding: 12px 35px;
    font-weight: 600;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;}
.notification-container .btn-cancel:hover{
    background: #008CFF;
    color: #fff;
  border-color: #008CFF;
}
.notification-container .btn-cancel {
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 12px 35px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  background: #f9f9f9;

}
.notification-container input{
    width: 45px !important;
    height: 30px;
}
.notification-container .payment-box {
  background: #F9F9F9;
  border: 1px solid #e0e6ef;
  border-radius: 10px;
  padding: 20px;
}

.notification-container .payment-box h6 {
  font-size: 15px;
  font-weight: 600;
}

.notification-container .payment-box small {
  color: #777;
  font-size: 13px;
}

.notification-container .btn-change {
  border: 1px solid #008CFF;
  color: #008CFF;
  border-radius: 25px;
  padding: 6px 20px;
  font-weight: 500;
  background: #fff;
}
.notification-container .btn-change:hover{
    background: #008CFF;
    color: #fff;
}
.notification-container .prime-btn-container{
display: grid;
gap: 15px;
}



/* adhi */
 /*aadhi */
 /* azp page * directory home 3rd page*/
 body{
    font-family: "Fira Sans",sans-serif;

    overflow-x: hidden;


}
.org-hero-bg {
  border-bottom: 20px solid #008cff !important;
  /* background: linear-gradient(to bottom, #f9fbff 35%, #d6eaff 100%); */
}


.azp-business-section {
  position: relative;
  width: 100%;
  font-family: 'Fira Sans', sans-serif;
}

.azp-business-header img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.azp-business-card {
  position: relative;
  margin: -60px auto 0;
  background: #fff;
  width: 90%;
  max-width: 1100px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.azp-business-logo img {
  width: 240px !important;
  height: 132px !important;
}

.azp-business-info {
  flex: 1;
}

.azp-breadcrumbs {
  font-size: 14px;
 font-family: 'Fira Sans', sans-serif;
  font-style:italic;
  font-weight: 400;
  color: #828282;
  margin-bottom: 5px;
}

.azp-breadcrumbs  span{
  font-size: 14px;
 font-family: 'Fira Sans', sans-serif;
  font-style:italic;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}

.azp-business-info h2 {
  margin: 5px 0;
  font-size: 22px;
}
.azp-business-info h3{
   font-size: 32px;
   line-height: 50px;
   font-weight: 700;
}

.azp-location {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  color:#828282;

}
/* .azp-location span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("public/assets/directory/dash-img/rating-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  vertical-align: middle;
} */
.azp-location::before{
    content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("public/assets/directory/dash-img/location-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  vertical-align: middle
}


.azp-location span{

 font-size: 16px;
  display: inline-block;
  line-height: 26px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  color:#828282 ;
 background:#F9F9F9;
  padding: 4px 10px;
  border-radius: 20px;
}

.azp-new-button {
  display: flex !important;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 999px;
  margin-bottom: 10px;

}
.btn-primary {
  background: #0a94ff;
  color: #fff;
}


.btn-light {
  background: #eaf5ff;
  color: #0a94ff;
}
/* Layout Wrapper */
.azp-container {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.azp-main {
  flex: 2;
  min-width: 300px;
}

.azp-sidebar {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Sidebar Card */
.azp-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Company Info Grid */
.azp-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.azp-info-item {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  line-height: 1.4;
}

.azp-info-item small {
  color: #828282;
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
}

/* First row: phone + email take half each */
.azp-info-item:nth-child(1),
.azp-info-item:nth-child(2) {
  grid-column: span 1;  /* each gets 1 column */
}
.azp-info-item:nth-child(1) {
  grid-column: 1 / 2;
}
.azp-info-item:nth-child(2) {
  grid-column: 2 / 4; /* span 2 columns */
}

/* Full-width address */
.azp-info-item:nth-child(3) {
  grid-column: 1 / -1;
}

/* Service area full width */
.azp-service-area {
  margin-top: 20px;
  font-size: 14px;
  background: #f5f7fa;
  padding: 16px 20px;
  border-radius: 10px;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  line-height: 1.5;

}
.azp-service-text{
    color: #828282;
}
.azp-service-list{
    color:#000;
}


/* Gallery Grid */
.azp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.azp-gallery-grid img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.azp-gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr; /* large column + small column */
  gap: 12px;
}

.azp-gallery-col1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.azp-gallery-col2 {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

.azp-gallery-col2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}



/* Hours */
.azp-hours {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.azp-hours li {
  margin-bottom: 6px;
  color: #828282;
}

/* Enquiry Form */
/* Card background */
.azp-enquiry-card {
  background: #f5faff; /* light blue */
  border-radius: 12px;
  padding: 20px;
}

/* Heading */
.azp-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}

/* Form fields */
.azp-enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.azp-enquiry-form input,
.azp-enquiry-form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  font-style: italic;
}

.azp-enquiry-form textarea {
  min-height: 100px;
  resize: none;
}

/* Button */
.azp-enquiry-form button {
  background: #0a94ff;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

/* .azp-enquiry-form button:hover {
  opacity: 0.9;
} */

/*
.azp-enquiry-form button:hover {
  opacity: 0.9;
} */

/* Headings */
.custom-heading-start {
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
  position: relative;
  margin-bottom: 1rem;
}

.custom-heading-start::after {
  content: "";
  width: 120px;
  height: 4px;
  background-color: #0d6efd;
  display: block;
  margin-top: 8px;
  border-radius: 2px;
}

/* Posted By Card */
.azp-postedby {
  background: #f9f9f9; /* light bg like screenshot */
}

.azp-postedby-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.azp-postedby-box img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: contain;
  background: #0a94ff; /* blue bg like screenshot */
  padding: 4px;
}

.azp-postedby-box span {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

/* header and footer */
 /* .list-but{

    height: 40px;
    width: 125px;
    border: 1px solid #008CFF;
    border-radius: 90px;
    color: #008CFF;
    background-color: white;

}

.tex-nav{
    gap:30px;
}
.tex-nav li a{
    font-size:  14px !important;
    line-height: 24px !important;
}
.tex-nav li {
    margin-bottom: 0px !important;
}
.text-white-50{
    color:#828282 !important;
}
.azp-text-color{
    color: #fff !important;
}
.azp-text-stylee{
    font-family:'Fira Sans', sans-serif !important;
} */
/* .list-but{

    height: 40px;
    width: 125px;
    border: 1px solid #008CFF;
    border-radius: 90px;
    color: #008CFF;
    background-color: white;

}

.tex-nav{
    gap:30px;
}
.tex-nav li a{
    font-size:  14px !important;
    line-height: 24px !important;
    color: #000;
    font-weight: 500;
}
.tex-nav li {
    margin-bottom: 0px !important;
}
.text-white-50{
    color:#828282 !important;
}
.azp-text-color{
    color: #fff !important;
}
.azp-text-stylee{
    font-family:'Fira Sans', sans-serif !important;
}  */
/* .state-txt{
    font-size: 20px !important;
    color:#008CFF !important;

}
.state-para{
    color: #828282 !important;
    font-size: 16px !important;
    margin-bottom: 40px !important;
} */





h1{
    font-size: 48px;
    font-weight: 700;
}



.soft-hero {
    border-bottom: 20px solid #008cff;
    background: linear-gradient(to bottom, #f9fbff 35%, #d6eaff 100%);
}

.text-size {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
.button-size {
    height: 40px;
    width: 101px;
    border-radius: 90px;
    color: white;
    background-color: #008CFF;
    border: 1px solid #008CFF;
}

.site-footer {
    border-top: 20px solid #008cff;
}
.site-footer {
    background-color: #000;
    color: #fff;
    font-size: 14px;
}
.site-footer li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    line-height: 3;
    color: #828282;
}

.site-footer li a{

    text-decoration: none;
}
.tik-tok{
  display: flex
;
    flex-direction: column;
}
.site-footer h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.footer-heading {
    color: #ffffff !important;
}
.footer-heading {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}
.footer-heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #0093ff;
    margin-top: 6px;
}


.card {
    flex: 1;
    background-color: #F9F9F9;
    border-radius: 12px;
    overflow: hidden;
    display: flex
;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.state-para {
    color: #828282 !important;
    font-size: 16px !important;
    margin-bottom: 40px !important;
}

.list-but{

    height: 40px;
    width: 125px;
    border: 1px solid #008CFF;
    border-radius: 90px;
    color: #008CFF;
    background-color: white;

}

.tex-nav{
    gap:30px;
}
.tex-nav li a{
    font-size:  14px !important;
    line-height: 24px !important;
    color: #000;
    font-weight: 500;
}
.tex-nav li {
    margin-bottom: 0px !important;
}
.text-white-50{
    color:#828282 !important;
}
.state-txt{
    font-size: 20px !important;
    color:#008CFF !important;

}
.state-para{
    color: #828282 !important;
    font-size: 16px !important;
    margin-bottom: 40px !important;
}
.azp-text-color{
    color: #fff !important;
}
.azp-text-stylee{
    font-family:'Fira Sans', sans-serif !important;
}
/* Main reviews card */
.azp-reviews-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 800px;
  margin: 40px auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

/* Each review row */
.azp-review-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #fafafa;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* Remove border for last review */
.azp-review-item:last-child {
  border-bottom: none;
}

/* Thumbnail */
.azp-review-thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}

/* Review content */
.azp-review-content {
  flex: 1;
}

.azp-review-content h4 {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: bold;
}

.azp-review-content h6  {
  font-weight: normal;
  font-size: 12px;
  color: #888;
  margin-left: 10px;
}

.azp-review-content p {
  font-size: 14px;
  color: #333;
  margin-left: -62px;
  font-weight: 600;
}
.azp-review-item{
  position:relative;
}

.azp-review-text::after {
 content: "";
    display: inline-block;
    width: 88px;
    height: 16px;
    margin-left: 10px;
    background: url(dash-img/review-star.png);
    /* background: no-repeat; */
    position: absolute;
    top: 23px;
    right: 44px;
}
.azp-neww{
  padding-left: 10px ;
}
.azp-recent{
  padding-bottom: 10px;
  color:#828282 !important;
}
/* .azp-review-text{
 margin: 0;
  flex: 1;
    font-weight: 600;
} */
 .azp-review-item{
  font-family: 'Fira Sans', sans-serif;
 }


/* Add Review Form */
.azp-add-review {
  background: #eaf4ff; /* light blue like screenshot */
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

/* Star Rating */
.azp-stars {
  direction: rtl;
  display: inline-flex;
}

.azp-stars input {
  display: none;
}

.azp-stars label {
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
  padding: 0 2px;
}

.azp-stars input:checked ~ label,
.azp-stars label:hover,
.azp-stars label:hover ~ label {
  color: #f39c12;
}

/* Button */
.azp-add-review button {
  background: #007bff;
  border: none;
  padding: 8px 18px;
  border-radius: 6px;
}
.asp-sizee-class{
  max-width: 874px;

}
.asp-width-class{
  max-width: 882px;
}
.asp-sizee-class p {
  margin-bottom: 1.6rem;
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  max-width: 882px;
  text-align: justify;



}
.azp-space{
  margin-left: -49px;
}
.azp-add-review h5{
  font-weight: 600;
}

 /* Wash page * Listings 3rd page*/
 .wash-border-style{
    border-bottom: 4px solid #F5F5F5 !important;
 }
 .wash-spacing{
    padding-bottom: 30px !important;
 }
/* Messages */
/* Wrapper */
.dir-msg-wrapper {
  display: flex;
  height: 100vh;
  background: #f5f6fa;

  font-family: Arial, sans-serif;
}

/* Sidebar
.dir-msg-sidebar {
  width: 250px;
  background: #fff;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}

.dir-msg-logo {
  text-align: center;
  margin-bottom: 20px;
}

.dir-msg-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dir-msg-nav-item {
  padding: 12px 20px;
  cursor: pointer;
  color: #555;
}

.dir-msg-nav-item.active,
.dir-msg-nav-item:hover {
  background: #eaf1fb;
  font-weight: bold;
  color: #007bff;
}*/

/* .dir-msg-badge {
  background: #ff3b3b;
  color: #fff;
  padding: 2px 6px;
  border-radius: 12px;
  font-size: 12px;
  float: right;
} */

/* Main */
.dir-msg-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* ===== Messages Layout Fix ===== */
.dir-msg-header {
  background: #fff;
  padding: 22px 24px;
  border-radius: 10px;
  /* margin: 0 0 12px 0; */
  display: flex;
  align-items: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  margin-left: 15px;
  margin-bottom: 15px;
  /*margin-bottom: 20px; */
  /* font-size: 22px;
  font-weight: bold; */

}
.dir-msg-header2 {
  background: #fff;
  padding: 22px 24px;
  border-radius: 10px;
  /* margin: 0 0 12px 0; */
  display: flex;
  align-items: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  /* margin-left: 15px; */
  margin-bottom: 15px;
}

.dir-msg-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

/* Search wrapper card */
.dir-msg-left-search {
  padding: 13px 12px 12px 12px;


}

.dir-msg-left-search-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 8px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}

/* SVG search icon */
.dir-msg-left-search-inner .search-icon {
  width: 18px;
  height: 18px;
  color: #6b7280; /* Tailwind gray-500 */
  flex-shrink: 0;
}

/* Input */
.dir-msg-left-search-inner input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
  color: #111827;
}

/* Add button */
.dir-msg-left-search-inner .dir-msg-add {
  background: #0094FF;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 16px;
  cursor: pointer;
}


.dir-msg-topbar {
  background: #fff;
  border-radius: 14px;
  padding: 18px 22px;
  margin-bottom: 16px;
  border: 1px solid rgba(0,148,255,0.08);
  box-shadow: none;
}
.dir-msg-topbar .dir-msg-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}


/* Keep chat list width safe (adjust as needed to match your layout)
.dir-msg-chat-list {
  width: 320px;  same as visual reference — tweak if your layout differs
}/*

/* ===== Chat window header (profile + last seen) ===== */
.dir-msg-chat-header {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 18px;
  background: #fff;
  border-radius: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
}
.dir-msg-chat-header .dir-msg-avatar { width:40px; height:40px; border-radius:50%; object-fit:cover; }
.dir-msg-chat-header h4 { margin: 0; font-size: 16px; font-weight: 600; }
.dir-msg-chat-header span { display:block; font-size:12px; color:#6b7280; }

/* ===== Messages area & bubbles ===== */
.dir-msg-messages {
    padding: 20px;
    height: 70vh;
    overflow-y: auto;
    background: transparent;
}

.dir-msg-message {
  position: relative;
  padding: 12px 14px 28px 14px; /* extra bottom room for timestamp */
  border-radius: 10px;
  max-width: 70%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

/* Sent (right) */
.dir-msg-sent {
  background: #0094FF;
  color: #fff;
  margin-left: auto;
  border-bottom-right-radius: 4px;
}

/* Received (left) */
.dir-msg-received {
  background: #e8f6fb;
  color: #1f2937;
  margin-right: auto;
  border-bottom-left-radius: 4px;
}

/* Timestamp inside bubble (bottom-right) */
.dir-msg-time {
  position: absolute;
  right: 10px;
  bottom: 8px;
  font-size: 11px;
  line-height: 12px;
  opacity: 0.95;
  white-space: nowrap;
}
.dir-msg-received .dir-msg-time {
  color: #6b7280;
  opacity: 1;
}
.dir-msg-sent .dir-msg-time {
  color: rgba(255,255,255,0.9);
}

/* make sure the bubble text doesn't overlay the time on very small screens */
.dir-msg-message p { margin: 0 0 18px 0; }






/* Chat Layout */
.dir-msg-chat {
  display: flex;
  flex: 1;
  gap: 20px;
  overflow: hidden;
}

.dir-msg-chat-list {
  width: 280px;
  border-right: 1px solid #ddd;
  background: #fff;
  /* overflow-y: auto; */
  overflow: hidden;
   border-radius: 12px;       /* rounded corners */
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  margin-left: 16px;   /* gap from sidebar */
}

.dir-msg-chat-item {
  display: flex;
  align-items: center;
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
    transition: opacity 0.2s ease;

}

.dir-msg-chat-item.active,
.dir-msg-chat-item:hover {
  background: #eaf1fb;
  color:#008CFF;
}

.dir-msg-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}

.dir-msg-chat-info h4 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}

.dir-msg-chat-info p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #666;
}

/* Chat Window */
.dir-msg-chat-window {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;          /* white background */
  border-radius: 12px;       /* rounded corners */
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  border: 1px solid #eee;
  overflow: hidden;
}

.dir-msg-chat-header {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.dir-msg-chat-header h4 {
  margin: 0;
  font-size: 16px;
}

.dir-msg-chat-header span {
  font-size: 12px;
  color: #888;
}

/* Messages */
.dir-msg-messages {
  /* flex: 1; */
  padding: 20px;
  overflow-y: auto;
}

.dir-msg-message {
  max-width: 60%;
  padding: 10px 14px;
  border-radius: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}

.dir-msg-message.dir-msg-sent {
  background: #007bff;
  color: #fff;
  margin-left: auto;
}

.dir-msg-message.dir-msg-received {
  background: #eaf1fb;
  color: #333;
  margin-right: auto;
}

.dir-msg-time {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: 4px;
}

/* Typing */
.dir-msg-typing {
  padding: 10px 20px;
  font-size: 13px;
  color: #888;
}

/* Input Area */
.dir-msg-input {
  display: flex;
  padding: 12px 15px;
  background: #fff;
  border-top: 1px solid #ddd;
}

.dir-msg-input input {
    /* flex: 1; */
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
    padding-right: 50px;
}
 .message-input-class{
    position: relative;
    display: flex;
    width: 100%;
 }
 .message-input-class input {
  flex: 1;
}
.message-input-class .file-picker-icon {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 2%;
    cursor: pointer;
}

.dir-msg-send-btn {
  margin-left: 10px;
  background: #007bff;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 50%;
  cursor: pointer;
}
/* .directory-dashboard-menu .nav-link {
  position: relative;
  padding-left: 35px;
  display: flex;
  align-items: center;
} */

.directory-dashboard-menu .nav-link::before {
  content: "";
  position: absolute;
  left:-3px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Different icons for each item */

.directory-dashboard-supplies::before {
  background-image: url("dash-img/side2.png");
}
.directory-dashboard-community::before {
  background-image: url("dash-img/side3.png");
}
.directory-dashboard-messages::before {
  background-image: url("dash-img/side4.png");
}
.directory-dashboard-news::before {
  background-image: url("dash-img/side5.png");
}
.directory-dashboard-contact::before {
  background-image: url("dash-img/side6.png");
}
.directory-dashboard-settings::before {
  background-image: url("dash-img/side7.png");
}
.directory-dashboard-profile::before {
  background-image: url("dash-img/side8.png");
}

/* .directory-dashboard-menu .nav-link {
  position: relative;
  padding-left: 35px;
  display: flex;
  align-items: center;
} */

.directory-dashboard-menu .nav-link::before {
  content: "";
  position: absolute;
  left:-3px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}



    /* news details */
   .details-sidebar {
      min-height: 100vh;
      border-right: 1px solid #e9ecef;
      background: #fff;
      border-radius: 10px;
      padding: 20px !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    /* .details-logo img {
      max-height: 50px;
    } */
    .details-nav .nav-link {
      color: #495057;
      font-weight: 500;
      border-radius: 6px;
      padding: 8px 12px;
    }
    .details-nav .nav-link:hover {
      background: #f1f3f5;
      color: #0d6efd;
    }
    .details-nav .nav-link.active {
      background: #e7f1ff;
      color: #0d6efd;
      font-weight: 600;
    }

    /* Content */
    .details-header a {
      font-size: 1.1rem;
      font-weight: 600;
      color: #212529;
    }
    .details-header a:hover {
      color: #0d6efd;
    }
    .details-header p {
      font-size: 0.9rem;
    }



    .details-article h4 {
      font-weight: 700;
      font-size: 1.25rem;
    }
    .details-article p {
      line-height: 1.6;
      margin-bottom: 1rem;
    }

    .details-page{
         background-color: #E7F2FD;
    }

.dash-image {

      height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    }

  .det-img{
     padding: 20px;
    background: #ffff;
    border-radius: 10px;
    }
    .det-content{
         padding: 20px;
    background: #ffff;
    border-radius: 10px;
    margin-bottom: 15px !important;
    }

    .det-para{
        color:#828282;
        font-size:14px;
        line-height:24px;
    }

    .jan-para{
        color:#008CFF !important;
        font-size:12px !important;
        line-height:20px !important;
    }

/* .details-content{
    padding-top: 0px !important;
} */
.details-content{
  padding:0px 10px !important;
  padding-top: 0px !important;
}

      /* code */
    .directory-dashboard-sidebar {
      min-height: 100vh;
      background: #fff;
      border-right: 1px solid #e0e0e0;
      /* padding: 20px 0; */
      padding:30px;
    }
    /* .directory-label{
      color:#828282;
      font-weight: 500;
      padding: 12px 20px;
    }
     */
    /* .directory-dashboard-sidebar .nav-link.active {
      background: #e8f2ff;
      color: #0d6efd;
      border-radius: 6px;
    } */

    .directory-dashboard-menu .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 30px;

}
  .directory-dashboard-menu .nav-link.active {
      /* background: #e8f2ff;
      color: #0d6efd;
      border-radius: 6px; */
      background: linear-gradient(90deg, #0094FF 0%, #C2E9FB 100%);
    }

.directory-dashboard-menu .directory-icon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;

}

.directory-dashboard-menu .directory-label {
  flex: 1;
   color:#828282;
  font-weight: 400;
  font-size:16px;
  line-height:26px;
  font-family:'Fira Sans', sans-serif;
}



.dir-new-space{
   border-bottom: 2px solid #ddd;
    padding-bottom: 26px;
    padding-left:30px !important;
}
.directory-badge {
  display: inline-block;
  background-color: #ff3b3b; /* red badge */
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  margin-left: 6px; /* spacing between label and badge */
}

.directory-dashboard-menu .nav-link:hover {
    background: linear-gradient(90deg, #0094FF 0%, #C2E9FB 100%);
}

.directory-dashboard-menu .nav-link:hover svg,
.directory-dashboard-menu .nav-link:hover svg path,
.directory-dashboard-menu .nav-link.active svg,
.directory-dashboard-menu .nav-link.active svg path    {
    fill:#fff !important;

}

.directory-dashboard-menu .nav-link:hover .directory-label,


.directory-dashboard-menu .nav-link.active .directory-label {
    color:#fff !important;

}

.dir-msg-chat-info h4:hover,
.dir-msg-chat-info h4.active{
   color:#008CFF !important;

}

.det-total{
    padding: 20px;
}
.contact-container {
  display: flex;
  min-height: 100vh;
  background: #f5f7fa;
}

/* Sidebar */
.contact-sidebar {
  width: 240px;
  background: #fff;
  border-right: 1px solid #ddd;
  padding: 20px 0;
}

.contact-logo {
  text-align: center;
  margin-bottom: 20px;
}

.contact-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-menu li {
  margin: 5px 0;
}

.contact-menu a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;

}

.contact-menu li.active a,
.contact-menu a:hover {
  background: #e8f1ff;
  color: #007bff;
}

/* Main Section */
.contact-main {
    flex: 1;
    /* padding: 30px; */
    border-radius: 20px;
    /* margin-left: 20px; */
}

/* .contact-header h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
} */

.contact-form-wrapper {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  background: #fff;
  height: 720px;

}

.contact-form-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-form-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-input,
.contact-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.contact-textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-btn {
  width: 120px;
  padding: 12px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;

}

.contact-btn:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
 .azp-business-card {
   background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    text-align: center;
    display: block !important;
  }
  .azp-space {
     margin-left: 0px;
}
 .azp-info-grid {
  display:block !important;
}
.azp-info-item{
  margin-bottom:20px !important;
}
.azp-new-button {
   display: inline-block !important;
   font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    padding: 10px 24px;
    /* border-radius: 999px; */
    margin-bottom: 10px;
}
.azp-business-info h3 {
    font-size: 24px;
}
.azp-business-logo img {
    width: 240px !important;
    height: 132px !important;
    padding-bottom: 20px !important;
}
}
@media (min-width: 768px) and (max-width: 1168px) {

.details-sidebar{
  width:25%;
}
.details-content{
  width:75%;
}
}
@media (max-width:768px){

.details-sidebar{
  width:100%;
  margin-bottom: 20px;
}
.details-content{
  width:100%;
}
.det-total {
    padding: 15px !important;
}

.details-content{
  padding: 0px !important;
}
.det-content {

    margin-top: 40px;
}

}








/* saranya  */
.resource-btn {
  display: inline-block;
  padding: 10px 24px;
  border: 2px solid #007bff;   /* blue border */
  border-radius: 50px;         /* pill shape */
  color: #007bff;              /* blue text */
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;       /* remove underline */
  transition: all 0.3s ease;
  margin-top:30px;  /* smooth hover effect */
}

.resource-btn:hover {
  background-color: #007bff;   /* blue bg on hover */
  color: #fff;                 /* white text on hover */
}

.resource-btn-container {
  text-align: center;          /* center align button */
  margin: 20px 0;
}





.directory-hero {
      background: linear-gradient(to bottom, #f9fbfe, #d9ecff);
      text-align: center;
      padding: 4rem 1rem 6rem;
    }
    .directory-subtitle {
      font-size: 0.95rem;
      font-weight: 600;
      color: #1f75d9;
      letter-spacing: 1px;
    }
    .directory-title {
      font-size: 48px;
      font-weight: 700;
      line-height: 1.3;
      margin: 1rem 0;
    }
    .directory-title span {
      color: #007bff;
    }
    .directory-description {
      font-size: 0.95rem;
      color: #6c757d;
    }
    .directory-searchbox {
      margin-top: -3rem;
      background: #fff;
      border-radius: 0.75rem;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      padding: 1rem;
    }
    .directory-searchbox input,
    .directory-searchbox select {
      border-radius: 0.5rem;
    }
    .directory-searchbox .btn {
      border-radius: 0.5rem;
      padding: 0.5rem 1.5rem;
    }
    .full-blue-box {
  background-color: #008CFF;
  width: 100%;
  height: 21px;
}

body{
    font-family: "Fira Sans",sans-serif;

    overflow-x: hidden;


}


h1{
    font-size: 48px;
    font-weight: 700;
}

.list-but{

    height: 40px;
    width: 125px;
    border: 1px solid #008CFF;
    border-radius: 90px;
    color: #008CFF;
    background-color: white;

}

.tex-nav{
    gap:30px;
}
.tex-nav li a{
    font-size:  14px !important;
    line-height: 24px !important;
}
.tex-nav li {
    margin-bottom: 0px !important;
}
.text-white-50{
    color:#828282 !important;
}
.state-txt{
    font-size: 20px !important;
    color:#008CFF !important;

}
.state-para{
    color: #828282 !important;
    font-size: 16px !important;
    margin-bottom: 40px !important;
}
.texas-hero{


    padding-top: 100px !important;
    padding-bottom: 100px !important;

}
.texas-search .form-control:focus {
    color: var(--bs-body-color);
    background-color: #fFF !important;
    border-color: transparent !important;
    outline: 0;
    box-shadow: unset !important;
}


.business-listings .card {
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.business-listings .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.business-logo {
  max-height: 80px;
  object-fit: contain;
}

.business-listings .btn {
  border-radius: 25px;
  font-size: 14px;
  padding: 6px 16px;
}
/* 2nd code */
  .directory-gallery-card {

      border-radius: 1rem; /* smooth rounded corners */
      padding: 0.5rem;
      box-shadow: 0 2px 6px rgba(0,0,0,0.06);
      transition: transform 0.2s ease-in-out;
      background-color: #f9f9f9;
    padding: 16px;
    }
    .directory-gallery-card:hover {
      transform: translateY(-4px);
    }

    /* Image wrapper with gray bg */


    /* Image wrapper with gray border outside */
.directory-gallery-image-wrapper {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
   /* gray border outside image */
}

.directory-gallery-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  border-radius: 0.5rem; /* so image corners match inside */
}

    /* Listings badge */
    .directory-gallery-badge {
      position: absolute;
      top: 0.5rem;
      left: 0.5rem;
      background: rgba(0,0,0,0.6);
      color: #fff;
      font-size: 0.75rem;
      padding: 0.25rem 0.6rem;
      border-radius: 0.5rem;
    }

    /* Card bottom content */
    .directory-gallery-body {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 0.75rem;
      padding: 0 0.25rem 0.25rem;
    }
    .directory-gallery-title {
      font-size: 1rem;
      font-weight: 600;
      margin: 0;
      color: #000;
    }
    .directory-gallery-link {
      font-size: 1.25rem;
      color: #6c757d; /* gray arrow */
      text-decoration: none;
    }
    .directory-gallery-link:hover {
      color: #000;
    }
    .chart-title {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 8px;
  text-align:center;
}
.chart-underline {
  width: 140px;
  height: 3px;
  background-color: #007bff;
  margin-bottom: 40px;
   margin: 0 auto 40px;
}

.gallery-section-2-card {
      background: #fff;
      border-radius: 1rem;
      padding: 0.5rem;
      box-shadow: 0 2px 6px rgba(0,0,0,0.06);
      transition: transform 0.2s ease-in-out;
      overflow: hidden;
          /* border-radius: 12px; */

    }
    .gallery-section-2-card:hover {
      transform: translateY(-4px);
    }

    .gallery-section-2-image-wrapper {
      position: relative;
      background: #f5f5f5;
      border-radius: 0.75rem;
      overflow: hidden;
       height: 183px;
       border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    }
    .gallery-section-2-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
      border-radius: 0.75rem;
    }

    /* Rating Badge */
    .gallery-section-2-rating {
      position: absolute;
      top: 0.5rem;
      left: 0.5rem;
      background: rgba(0,0,0,0.7);
      color: #fff;
      font-size: 0.85rem;
      font-weight: 500;
      padding: 0.2rem 0.6rem;
      border-radius: 0.5rem;
      display: flex;
      align-items: center;
      gap: 0.25rem;
    }
    .gallery-section-2-rating img {
      width: 14px;
      height: 14px;
    }

    /* Body content */
    .gallery-section-2-body {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 0.75rem;
      padding: 0 0.25rem 0.25rem;
    }
    .gallery-section-2-title {
      font-size: 1rem;
      font-weight: 600;
      margin: 0;
      color: #000;
    }
    .gallery-section-2-location {
      display: flex;
      align-items: center;
      font-size: 0.85rem;
      color: #6c757d;
      margin-top: 0.25rem;
      gap: 0.3rem;
       /* width: 20px;
      height: 20px; */
    }
    /* .gallery-section-2-location img {
      width: 20px;
      height: 20px;
    } */

    /* Arrow Icon */
    .gallery-section-2-link img {
      width: 24px;
      height: 24px;
    }


    .map-detail-section {
      background-color: #f4f8fc;
      padding: 3rem 0;
      margin-top:100px;
    }

    /* Title */
    .map-detail-title {
      font-size:48px;
      font-weight: 700;
      margin-bottom: 1.5rem;
      position: relative;
      display: inline-block;
    }
    .map-detail-title::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 30%;
      height: 3px;
      background: #007bff;
      border-radius: 2px;
    }

    /* Dropdown */
    .map-detail-dropdown {
      max-width: 220px;
    }

    /* Map Image */
    .map-detail-map img {
      width: 100%;
      height: auto;
      border-radius: 0.5rem;
    }

    /* State List Box */
    .map-detail-list-box {
      background: #fff;
      border-radius: 0.75rem;
      padding: 2rem;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      margin-top: 2rem;
    }

    .map-detail-list-box h5 {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 1rem;
    }

    .map-detail-list ul {
      list-style: disc;
      padding-left: 1rem;
    }
    .map-detail-list li {
      margin-bottom: 0.4rem;
      font-size: 0.95rem;
      color: #333;
    }


    /* styles.css */

    body{
    font-family: "Fira Sans",sans-serif;

    overflow-x: hidden;


}


h1{
    font-size: 48px;
    font-weight: 700;
}


.head-alt img{
    height:40px ;
    width:144px ;


}
.head-space{
    padding-top: 13px;
    padding-bottom: 13px;
}

.custom-button{
    height: 40px;
    width: 92px;
    border: 1px solid #008CFF;
    border-radius: 90px;
    color: #008CFF;
    background-color: white;

}


.button-size{
    height: 40px;
    width: 101px;
    border-radius: 90px;
    color: white;
    background-color: #008CFF;
    border: 1px solid #008CFF;


}

.phone-icon-circle {
  background-color: #e6f4ff; /* Light blue */
  color: #0d6efd; /* Bootstrap primary blue for the icon */
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.custom-border{
    border: 1px solid #e6e6e6;
}

.border-space{margin-bottom: -8px;
    margin-top: 9px;
}

.list-col a{
    color: black;

}


.ground{
    background-image: url(images/Background_1900x970\ 1.png);
}
a{
  text-decoration: none;
}

.hero1 p {
    font-size:25px ;
    font-weight: 400;
    color: #828282;
    margin-top: 34px;
    line-height: 33px;
    letter-spacing: 0%;
    max-width: 90%;

}
.hero1{
  padding-bottom: 23px !important;
    padding-top: 1px;
}

.hero1 h1{
    font-size: 80px;
    margin-top: 109px;
}

.hero1 img{
  margin-top: 88px;
}

.hero1 button{
    margin-top: 49px;
}
.custom-button3{

    height: 48px;
    width:164px ;
    border-radius: 90px;
    border: none;
    color: #008CFF;
}

.custom-button2{
     height: 48px;
    width:164px ;
    border-radius: 90px;
    border: none;
    color: white;
    background-color: #008CFF;

}


.text-size{
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}



.full-blue-box {
  background-color: #008CFF;
  width: 100%;
  height: 21px;
}



 .card-container {
      max-width: 1295px;
      margin: 40px auto;
      background-color: white;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      padding: 32px;
      display: flex;
      gap: 30px;
      justify-content: space-between;
      height: 250px;
    }

    .card {
      flex: 1;
      background-color: #F9F9F9;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    }

    .card img {
      width: 100%;
      height: 150px;
      object-fit: cover;

    }

.hero2-card{
   margin-top: 14px;
      margin-left: -17px;
      border-radius: 14px !important;
}

.hero2-img{
        border-radius: 14px !important;


}

    .card-content {
      padding: 10px;
    }



    .view-btn {
      padding: 10px 16px;
      border: none;
      background-color: #007BFF;
      color: white;
      border-radius: 25px;
      font-weight: bold;
      cursor: pointer;
      width: fit-content;
    }


.hero-2{
    z-index: 1;
    position: relative;

    margin-top: -170px;
}

.ccc{
  padding-bottom: 23px;
}


/* .hero-2 button,h3{
    margin-left: 14px;

} */
 .hero-2 button{
  margin-left: 14px;
 }

.change-size{
    margin-top: 30px;
}

.custom-heading {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.custom-heading::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background-color: #0d6efd; /* Bootstrap primary blue */
  margin: 8px auto 0 auto;
  border-radius: 2px;
  margin-top: 17px;
}







.hero3 h2{
    font-size: 48px;

}


.grid-img img{
    height: 229px;
}

.custom-button3{

    height: 48px;
    width:164px ;
    border-radius: 90px;
    border: 1px solid #008CFF;
    background-color: white;
    color: #008CFF;
}

.filter-btn {
  background-color: #fff;
  border: 2px solid #d1d1d1;
  border-radius: 999px; /* Fully rounded */
  padding: 8px 20px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

.filter-btn.active {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

.product-card {

    border-radius: 16px;
    box-shadow: none;
    transition: transform 0.2s;
    padding: 15px;
    background-color: white;

}

.grey-img-bg{
  background-color: #F9F9F9;
}
.product-card:hover {
  transform: translateY(-4px);
}
.product-card .card-img-top {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.owl-carousel .item {
  padding: 10px;
}


.hero-4 h3{
    font-size: 48px;
    max-width: 76%;
}

.sec3-cont{

    padding-top: 222px;

}

.sec3-marg{
  margin-top: -201px;

}



.hero-4 p{
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #000000;

}

.custom-heading-start {
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  position: relative;
  margin-bottom: 1rem;
}

.custom-heading-start::after {
  content: "";
  width: 120px;
  height: 4px;
  background-color: #0d6efd;
  display: block;
  margin-top: 8px;
  border-radius: 2px;
}


.hero-4{
    padding-top: 20px;
    padding-bottom: 20px;
}


.hero-4 p{
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}


.sec-5 h4{
  font-size: 48px;

}



.carousel-container {
  padding: 40px 0;
}

.owl-carousel .item {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  padding-bottom: 10px;
  transition: transform 0.3s ease;
}

.owl-carousel .item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-title {
  font-weight: bold;
  padding: 15px;
  font-size: 16px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.card{
  --bs-card-border-color:none;
}

.owl-nav button {
  background: white !important;
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}


.back-light{
  background-color: #E7F2FD;
}


/* Show nav arrows */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  z-index: 10;
  opacity: 0.7;
}
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  opacity: 1;
}

.owl-nav button.owl-prev {
  left: -30px;
}

.owl-nav button.owl-next {
  right: -30px;
}

/* Show dots and center them */
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 5px;
  background: blue;
  border-radius: 50%;
}
.owl-dot.active {
  background: #000;
}


.s3-back{
background-color: #F9F9F9;
}


.s3-pad{
  padding-bottom: 143px;

}


.new-container{
  max-width: 300px;
  background-color: white;
}




.custom-button5 {
    height: 46px;
    width: 149px;
    border-radius: 90px;
    border: none;
    color: white;
    background-color: #008CFF;
}



.custom-button6 {
    height: 48px;
    width: 97px;
    border-radius: 90px;
    border: 1px solid #008CFF;
    background-color: white;
    color: #008CFF;
}


.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;margin-top: 31px;
}


.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    transform: translateY(-95px);
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 93px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}


.com-section h5{
font-weight: 700;
font-size: 48px;


}
.com-section img{

  height: 320px;
    margin-left: 0px;
    max-width: 100%;
}

.com-section h2{
font-weight: 600;
font-size: 18px;
line-height: 24px;
letter-spacing: 0%;
color: #000000;

}


.com-section p{
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #828282;

}


.blue-back{
  background-color: #008CFF;
}


.custom-heading-white {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.custom-heading-white::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background-color: white
  ; /* Bootstrap primary blue */
  margin: 8px auto 0 auto;
  border-radius: 2px;
  margin-top: 17px;
}



 .accordion-item {
      border-radius: 10px;
      margin-bottom: 10px;
      overflow: hidden;
    }
    .accordion-body {
      background-color: #fff;
    }
    .accordion-header button {
      background-color: #fff;
      color: #000;
      font-weight: 500;
    }


    .pding{
      padding-top: 117px;
      padding-bottom: 90px;
    }



    .direc-sec h5{
font-weight: 700;
font-size: 48px;
line-height: 100%;
letter-spacing: 0%;
margin-bottom: 50px;

    }


    .direc-sec h4{
font-weight: 600;
font-size: 28px;
line-height: 100%;
letter-spacing: 0%;

    }

    .direc-sec .placeholder{
      color: #828282 !important;

    }

    .direc-sec{
      padding-top: 85px !important;

    }
    a{

    }



    .direc-sec p{
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #828282 !important;
margin-bottom: 32px;


    }

  .button-margin{
    margin-top: 40px;
  }



 .direc-sec h6{   font-family: Fira Sans;
font-weight: 500;
font-size: 18px;
line-height: 24px;
letter-spacing: 0%;
}


.custom-button7{
  display: block;
  height: 48px;
  width:154px ;
  border-radius: 90px;
  background-color: #008CFF;
  color: white;
  padding: 12px 3px;
}

.custom-button8{
  display: block;
  height: 48px;
  width:112px ;
  border-radius: 90px;
  background-color: #008CFF;
  color: white;
  padding: 12px 3px;
}


/* Card Styles */
.custom-card {
  border-radius: 15px;
  height: 158px;
  background-color: #ffffff;
}

.rounded-img {
  border-radius: 10px;
  width: 134px;
  height: auto;
}

.box-left{
  margin-left: 10px;

}

/* Arrow Icon (optional fine-tuning) */
.arrow-icon {
  margin-left: 6px;
}

/* Quote Form Box */
.quote-box {
  background-color: #E7F2FD;
}



.latest-news h6{
font-weight: 700;
font-size: 48px;
line-height: 100%;
display: block;

}

.left-card {
  background: #F9F9F9;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 16px;
  width: 100%;
  max-width: 610px;
}

.card-img {
  width: 100%;
  border-radius: 16px;
}

.card-meta {
  font-size: 12px;
  color: #007bff;
  margin-top: 8px;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0;
}

.card-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.read-more-btn {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  border: 1px solid #007bff;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
}


.news-sec img{
  width: 570;
height: 300;

border-radius: 6px;

}
/* --- Basics shared by every card --- */
.news-card {
  background: #F9F9F9;
  border-radius: 16px;
  overflow: hidden;                /* keeps the radius on images */
}

/* --- BIG CARD (image on top) --- */
.news-card--big .news-img--big {
  width: 97%;
  height: 300px;                   /* exactly the 570×300 feel */
  object-fit: cover;
  margin-top: 20px;
  border-radius: 16px;
  margin-left: 9px;
}

/* --- SIDE CARDS (image on the left, content on right) --- */
.news-card--side {
  display: flex;
  align-items: flex-start;
  padding: 16px;
}
.news-img--side {
  width: 200px;                    /* tweak to taste */
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

/* --- Typography & button --- */
.news-meta  { font-size: 12px; color: #007bff;
font-weight: 500;
font-size: 12px;
line-height: 16px;

 }
.news-title { font-weight: 700;   line-height: 1.25; }
.news-desc  { font-size: 14px;    color: #555; max-width: 99%; }

.btn-read {
  font-size: 14px;
  color: #007bff;
  border: 1px solid #007bff;
  padding: 12px 25px;
  border-radius: 20px;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.btn-read:hover {
  background: #007bff;
  color: #fff;
}

/* --- Responsive: stack everything on <lg ----------------------------- */
@media (max-width: 991.98px) {
  .news-card--side               { flex-direction: column; padding: 0; }
  .news-img--side                { width: 100%; height: 220px; }
  .news-content                  { padding: 16px; }
}




.latest-news h3{

font-weight: 500;
font-size: 20px;
line-height: 24px;
margin-left: -2px;
max-width: 91%;


}

.latest-news {
  padding-top: 90px !important;
  padding-bottom: 71px !important;
}
.site-footer {
  background-color: #000;
  color: #fff;
  font-size: 14px;
}

.footer-logo {
  width: 180px;
}

.footer-heading {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}

.footer-heading::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #0093ff;
  margin-top: 6px;
}

.site-footer a {
  color: #ccc;
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff;
}

.payment-icons img {
  height: 25px;
  margin-right: 8px;
}

.tiktok-badge {
  display: inline-block;
  background-color: #2f2f2f;
  color: #fff;
  padding: 6px 12px;
  border-radius: 8px;
}

.border-gray {
  border-color: #FFFFFF;
}
.list-unstyled{
  line-height: 3;
}



.site-footer h5{
font-weight: 600;
font-size: 18px;
line-height: 24px;

}

.site-footer a{
  font-size: 13px;
}

.tik-tok{
  max-width: 60%;
}



.img-newsize{
    margin-top: 13px;
    margin-left: -17px;
}

.site-footer li{
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
line-height: 3;
color: #828282;

}
.site-footer h2{
font-weight: 400;
font-size: 13px;
letter-spacing: 0%;
color: #828282 !important;
}


.site-footer h6{
font-weight: 400;
font-size: 14px;



color: #828282;

}



/* markreting */

influe.body{
font-family:
Fira Sans;
}
.soft-hero {
  border-bottom: 20px solid #008cff;
  background: linear-gradient(to bottom, #f9fbff 35%, #d6eaff 100%);
}

.created{
  max-width: 569px;

}
.neww {
  background-color: #F9F9F9 !important;
}

.soft-border{
  border-radius: 6px !important;
}


/* new css */

   .mark-section {
      background-color: #f9f9f9;
      border-radius: 20px;
      padding: 30px 30px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    }

    .mark-highlight {
      color: #008CFF;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px;
    }

    .mark-title {
      font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    }
    .mark-para{
        font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #555555;
    }
    .mark-para a{

      color: #555555 !important;
    }

    .mark-addon-box {
      background-color: #fff;
      padding: 16px;
      border-radius: 10px;
      font-size: 15px;
      box-shadow: 0 1px 2px rgba(0,0,0,0.05);
      margin-bottom: 30px;
    }

    .mark-cta-box {
      background-color: #e6f1ff;
      padding: 16px;
      border-radius: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      row-gap: 15px;
    }

    .mark-cta-box span {
      font-weight: 700;
      font-size: 15px;
      color: #000;
    }

    .mark-btn {
      background-color: #0094ff;
    color: #fff;
    font-weight: 400;
    padding: 10px 33px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    transition: background-color 0.3s ease;
    }

    .mark-btn:hover {
      background-color: #0078d4;
      color: #fff;
    }
    .add-0n{
        font-size:14px;
        line-height: 20px;
        color:#555555;
        font-weight: 400;
        padding: 20px;
        margin-bottom: 25px;
    }
    .mark-cta-box span{
        font-size:16px;
        line-height: 24px;
        color:#00000;
        font-weight: 500;
    }
      .mark-box {
      background-color: #fff;
      border-radius: 10px;
      padding: 20px 10px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    }

    .mark-list {
      list-style: disc;
      padding-left: 20px;
      margin-bottom: 0;
    }

    .mark-list li {
      font-size: 14px;
      color: #555555;
      margin-bottom: 8px;
    }
    .mark-box-size{
        padding:0px !important;
    }
    .mark-but-near span{
        max-width: 760px;
    }
    .m-sec{
        background-color: #fff !important;
        margin-bottom:0px !important;
        padding-bottom: 0px !important;
    }
    .para-space{
        margin-bottom: 0px !important;
    }
    .mark-spacebox{
        margin-top:2rem !important;
        margin-bottom:2rem !important;
    }


    .mark-logo {
  max-width: 230px;
  height: auto;
  background-color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
}
.mark-column{
  display: flex;
  justify-content: space-between;
}
.mark-service-row {
  background-color: #fff !important;
    border-radius: 10px !important;
    padding: 15px 20px !important;
    padding-bottom: 0px !important;
    margin-bottom: 10px;
}

.mark-service-list li {
  font-size: 14px;
  line-height: 24px;
    color: #555555;

}
.mark-check-row {
  background-color: #fff;
  border-radius: 12px;
  padding: 13px 5px !important;
}

.mark-check-icon {
  width: 20px;
  height: 20px;
}

.mark-check-text {
  font-size: 14px;
    line-height: 24px;
    color: #555555;
}
.mark-con{
margin-top: 10px !important;
    margin-bottom: 15px !important;
}



/* Section Background */
.powerwashing-mark {
  background-color: #E7F2FD !important;
  padding: 110px 100px !important;
  margin-top: 80px !important;
}

/* Title Styling */
.powerwashing-title-mark {
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  color: #000;

}

/* Divider (blue line under heading) */
.divider-mark {
  width: 100px;
    height: 4px;
  background-color: #008CFF;
  border-radius: 5px;
  margin-bottom: 35px !important;
  margin-top: 20px !important;
}

/* Icon Style */
.icon-mark {
  font-size: 2rem;
}

.features-row-mark {
  background-color: #E7F2FD !important;
  padding: 150px 100px !important;
}

.feature-card-mark {
  background-color: #ffffff;
  border-radius: 15px;
  transition: transform 0.2s ease-in-out;
}

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

.feature-icon-mark {
  width: 32px;
  height: auto;
  margin-bottom: 20px !important;
}

.feature-title-mark {
  font-size: 20px !important;
  color: #000;
}

.feature-text-mark {
  font-size: 14px !important;
  color: #828282 !important;
}








/* software css  */


.body{
font-family:
Fira Sans;
}
.soft-hero {
  border-bottom: 20px solid #008cff;
  background: linear-gradient(to bottom, #f9fbff 35%, #d6eaff 100%);
}

.created{
  max-width: 569px;

}
.neww {
  background-color: #F9F9F9 !important;
}

.soft-border{
  border-radius: 6px !important;
}
 /* .inner-hero{
    /*background-image: url(images/11.\ \(1\).png);*/
    background-image: url("C:\Users\Saairaman\OneDrive\ドキュメント\GitHub\powerwashing-html-2025\images\innerhero.png");
    background-image: url(images/11.\ \(1\).png);
    background-size: cover;
    margin-bottom: -8px;

}



.inner-hero h1{
font-weight: 700;
font-size: 60px;


line-height: 100%;
letter-spacing: 0%;
padding-top: 575px;
transform: translateY(-284px);


}  */
.influencer-hero{
    /*background-image: url(images/11.\ \(1\).png);*/
      background-image: url('images/Background_1900x970\ 1.png');
    background-size: cover;
    margin-bottom: -8px;

}
.influencer-hero h1{



letter-spacing: 0%;



}



.service-section{
    background-color: #003363;
    padding-top: 52px;



}



.service-section h2{
font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;

}


.service-section p{
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0%;
color: rgba(255, 255, 255, 0.72);


}

/* new css */
.para-space{
    margin-bottom: 20px !important;
}
.back-color{
    background-color: #fff;
    padding-bottom: 0px !important;
}
.sof-section {
      background-color: #fff;
      padding-top: 0px !important;
      padding-bottom: 6rem !important;
    }

    .sof-card {

      border-radius: 16px;
    }


.sof-logo-box {
  background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin: auto;
}

.sof-logo-box img {
  width: auto;
  object-fit: contain;
}

    .sof-subtitle {
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      color:#008CFF !important;
    }

    .sof-title {
      margin-top: 0.5rem;
      font-size: 24px;
      line-height: 30px;
      font-weight: 600;

    }

    .sof-list {
      padding-left: 1.2rem;
      margin-bottom: 1rem;
      font-size: 14px;
      line-height: 20px;
      color:#555555 !important;
      font-weight: 400;
    }

    .sof-desc {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color:#828282 !important;
    }
    .card-list{
     margin-top: 0px !important;
    }


/* end */

.quote-section h3{
font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;
margin-left: 0px;

}



.quote-section p{
font-weight: 400;
font-size: 14px;
line-height: 2;
letter-spacing: 0%;
color: #828282;

}

.quote-section{
    padding-top: 109px;
    padding-bottom: 40px;
}
.same-section h4{

font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;

}

.same-section p{
font-weight: 400;
font-size: 14px;
line-height: 2;
letter-spacing: 0%;
color: #828282;

}
.book-spa{
  margin-bottom: 0px !important;
}


.proud-section{
    background-color: #E7F2FD;
}


.organization-section h5{
font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;

}

.organization-section {
  background-color: #e6f2fc;
  text-align: center;
  padding-top: 50px;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}

.card-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.org-card {
  background-color: #fff;
  width: 300px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 16px;
}


.org-cards{
    display: flex;
     justify-content:center;     /* centre as a group        */
  gap:30px;                   /* space between each card  */
  flex-wrap:wrap;
}

.org-card img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.card-body{
    padding: 20px;
}
.card img{
  height: 100% !important;
}
.soft-logo-box{
    position: relative;
}
.fs-5{
    font-size:14px !important;
}
.sof-share-icon {
  position: absolute;
    right: 40px;
    top: 35px;
}

.sof-share-icon:hover {
  color: #007bff;
}

.card-padding{
    padding-top: 50px;
}


/* residential services css */

.body{
font-family:
Fira Sans;
}
.res-hero {
  border-bottom: 20px solid #008cff;
  background: linear-gradient(to bottom, #f9fbff 35%, #d6eaff 100%);
  padding-top: 80px;
    padding-bottom: 80px;
}
.res-con{
    justify-items: center;
}
.created{
  max-width: 569px;

}
.neww {
  background-color: #F9F9F9 !important;
}

.soft-border{
  border-radius: 6px !important;
}
 .blue-section {
      background-color: #002b5c;
      color: white;
      padding: 3rem 1rem;
      margin-bottom: 50px;
    }


.cta-button {
  height: 48px;
  width: 137px;
  border-radius: 90px;
  background-color: #008CFF;
  color: white;
  /* padding: 12px 31px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

    .cta-button:hover {
      background-color: #007acc;
      text-decoration: none;
    }

    .cta-subtext {
      font-size:14px;
      color: #d0d0d0;
      line-height:24px;
    }
 /* new css */

/* Card styling */
.res-card {
      transition: transform 0.3s ease;
      border: none;
      border-radius: 15px;
      box-shadow: 0 0 8px rgba(0,0,0,0.08);
    }
    .res-card img{
        padding: 13px !important;
    }
    .res-card:hover {
      transform: translateY(-5px);
      background-color:#E7F2FD;

    }

    .res-card-img-top {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      object-fit: cover;

      width: 100%;
    }

    .res-card-body {
      padding: 0px 15px;
    }
    .res-card-body p{
        margin-bottom: 10px !important;
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 400 !important;
        color:#828282 !important;
    }

    .res-card-title {
      font-weight: 500;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 18px !important;
      line-height: 24px !important;
      color: #000 !important;
      margin-bottom: 5px;
    }
   .res-card:hover .res-card-title{
        color:#008CFF !important;
    }
   .res-card:hover .res-card-body p{
        color:#000 !important;
    }

    .res-card-title i {
      font-size: 0.9rem;
      color: gray;
    }

    .res-highlight {
      color: #007bff;
    }

    .res-section-title {
      font-weight: bold;
      text-align: center;
      margin-bottom: 3rem;
      font-size: 32px !important;
      line-height: 40px !important;
    }

    .res-section-title::after {
      content: "";
    display: block;
    width: 115px;
    height: 4px;
    background-color: #007bff;
    margin: 17px auto 0;
    border-radius: 5px;
    }
    body .res-share-icon{
        padding: 0px !important;
    }


    /* car */
  .res-members-section {
      background-color: #E7F2FD;
      padding: 60px 0;
      text-align: center;
      padding-bottom: 0px !important;
      margin-top: 50px;
}


    .res-members-title {
      font-weight: 700;
      font-size: 32px;
      line-height: 40px;
      font-weight: 700 !important;
      margin-bottom: 20px;
    }

    .res-member-logo {
      background-color: #ffffff;
      padding: 20px 60px;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);

    }

    .res-member-logo img {
      max-width: 100%;
      height: auto;
    }

    .res-car-img {
      max-width: 100%;
      margin-top: 50px;
    }
.res-log-con{
    margin: auto;
    max-width: 1151px;
    margin-bottom: 35px !important;
    gap: 12px;
}
.d-flex{
    padding-right: 0px;
    padding-left: 0px;
}


/* adhi */

.inner-hero{
    background-image: url(images/11.\ \(1\).png);
    background-size: cover;
    margin-bottom: -8px;
}

/* .custom-heading-start::after {
    content: "";
    width: 120px;
    height: 4px;
    background-color: #0d6efd;
    display: block;
    margin-top: 8px;
    border-radius: 2px;
    margin: 8px auto 0 auto;
} */
/*
.inner-hero h1{
font-weight: 700;
font-size: 60px;
line-height: 100%;
letter-spacing: 0%;
padding-top: 575px;
transform: translateY(-284px);

} */

 .org-hero-bg {
  border-bottom: 20px solid #008cff;
  background: linear-gradient(to bottom, #f9fbff 35%, #d6eaff 100%);
}
.created{
  max-width: 569px;

}
.neww {
  background-color: #F9F9F9 !important;
}

.org-border{
  border-radius: 6px !important;
}


.image-container {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  position: relative !important;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}
.org-logo-bg{
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  position: relative !important;
  background-color:#F9F9F9;
  border-radius: 8px;
  padding: 20px;
}
.org-logo-bg a {
  position: absolute !important;
  top: 8px !important;
  right: 11px !important;
}

/* .image-container img {
  max-width: 100%;
  height: auto; */

.image-container a {
  position: absolute !important;
  top: 8px !important;
  right: 11px !important;
}
/* img a {
  position: absolute !important;
  top: 8px !important;
  right: 11px !important;
} */

/* .image-wrapper{
  background-color: #f8f9fa;
  border-radius: 15px;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} */
/*
.image-container img {
  max-width: 100%;
  height: auto;
} */

/* .centered-logo {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
} */


.eco-card {
  background-color: #F9F9F9;
  border-radius: 12px;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero-img img {
  max-width: 100%;
  width: 350px;
  height: auto;
  margin-top: 30px;
}

/* <aadhi>  */


.bg-white ul li,
.bg-light ul li {
  margin-bottom: 10px;
}



/* .service-section{
    background-color: #003363;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 20px solid #008cff;
}
.service-section h2{
font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;

}
.service-section p{
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0%;
color: rgba(255, 255, 255, 0.72);
}
.book-button{
    height:48px ;
    width:137px ;
    border-radius: 90px;
    background-color: #008CFF;
    color: white;
    padding: 12px 31px;

} */



/* .service-section {
  background-color: #003363;
  padding-top: 30px;
  padding-bottom: 30px;

}

.service-section h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
}

.service-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
}

.book-button {
  height: 48px;
  width: 137px;
  border-radius: 90px;
  background-color: #008CFF;
  color: white;
  padding: 12px 31px;
  display: inline-flex;
  align-items: center;
  justify-self:center;
} */


.service-section {
  background-color: #003363;
  padding-top: 30px;
  padding-bottom: 30px;
}

.service-section h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
}

.service-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
}

.book-button {
  height: 48px;
  width: 137px;
  border-radius: 90px;
  background-color: #008CFF;
  color: white;
  padding: 12px 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.heading-begin{
  text-align:center;
}


/* now */

.custom-heading-start {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.custom-heading-start::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background-color: #0d6efd;
  border-radius: 2px;
  margin: 8px 0 !important;
}

.card ul {
  list-style: disc;
}
.highlight-box {
  background-color: #F9F9F9 !important;
  border-radius: 10px;
  padding: 1.5rem;
}

.tick-icon {
  width: 20px;
  height: 20px;
  margin-top: 3px !important;
}

.section-title {
  font-weight: 700;
}

.small-text {
  font-size: 0.95rem;
  color: #6c757d;
}
.highlight-box a {
  color: #000 !important;
  font-weight: 500;
  text-decoration: underline !important;
}

 .org-spacing h3{
  margin-left: unset !important;

}

 .org-spacing
 {
  padding-bottom: 30px !important;
 }




.assoc-section {
  padding: 60px 0 !important;
  /* background-color: #f8f9fc !important;*/
}

.assoc-container {
  /* max-width: 1200px !important; */
  margin: 0 auto !important;
  padding: 0 20px !important;
}



.assoc-card-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
  margin-top: 40px !important;
  justify-content: center !important;
}

.assoc-card {
  background:#F9F9F9 !important;
  border-radius: 10px !important;
  padding: 25px !important;
  flex: 1 1 45% !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  min-width: 300px !important;
}

.assoc-highlight {
  border: 2px solid #007bff !important;
}

.assoc-logo {
  text-align: center !important;
  margin-bottom: 15px !important;
}

.assoc-logo img {
  max-height: 80px !important;
  width: auto !important;
}

.assoc-label {
  font-weight: bold !important;
  font-size: 14px !important;
  margin-bottom: 10px !important;
}

.assoc-blue {
  color: #007bff !important;
}

.assoc-green {
  color: #28a745 !important;
}

.assoc-list {
  list-style-type: disc !important;
  padding-left: 20px !important;
  margin: 0 !important;
}

.assoc-list li {
  font-size: 15px !important;
  margin-bottom: 8px !important;
  color: #333 !important;
}

.site-footer{
  border-top: 20px solid #008cff;
}



/* .service-section{
    background-color: #003363;
    padding-top: 52px;

} */

/* .service-section h2{
font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;
}

.service-section p{
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0%;
color: rgba(255, 255, 255, 0.72);
} */



.book-button{
    height:48px ;
    width:137px ;
    border-radius: 90px;
    background-color: #008CFF;
    color: white;
    padding: 12px 31px;

} */


.quote-section h3{
font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;
margin-left: 0px;

}



.quote-section p{
font-weight: 400;
font-size: 14px;
line-height: 2;
letter-spacing: 0%;
color: #828282;

}

.quote-section{
    padding-top: 109px;
    padding-bottom: 40px;
}
.same-section h4{

font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;

}

.same-section p{
font-weight: 400;
font-size: 14px;
line-height: 2;
letter-spacing: 0%;
color: #828282;

}



.proud-section{
    background-color: #E7F2FD;
}


.organization-section h5{
font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;

}

.organization-section {
  background-color: #e6f2fc;
  text-align: center;
  padding-top: 50px;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}

.card-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.org-card {
  background-color: #fff;
  width: 300px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 16px;
}


.org-cards{
    display: flex;
     justify-content:center;     /* centre as a group        */
  gap:30px;                   /* space between each card  */
  flex-wrap:wrap;
}

.org-card img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.card-padding{
    padding-top: 50px;
}









/* school */

.school-class-hero{
   max-width: 696px !important;
}

 .sch-text-muted strong {
  color: #000 !important;
}
.sch-text-muted{
max-width: 1178px;
}
.pclass{
    max-width: 1197px;
}
.sch-insurance-section{
   color:#F9F9F9;
}

.sch-title {
  font-weight: 700;
  font-size: 2rem;
 color: #000 !important;

}

.sch-subtitle {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 30px !important;
    color: #000 !important;
    line-height: 24px !important;
}


.sch-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 15px;
  transition: all 0.3s ease;
  height: 100%;
}

.sch-card-title {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  color: #000 !important;
  margin-top: 10px !important;
}


.sch-card-text {
  font-size: 14px !important;
  color:#828282 !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.sch-note {
    font-size: 16px !important;
    color: #828282 !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    max-width: 1027px !important;
    margin: auto !important;
    text-align: center !important;

}

.sch-highlight {

  padding: 10px;
  border-radius: 12px;
}
.sch-top{
    padding-bottom: 30px !important;
}


.schll-title {
  font-size: 32px !important;
  line-height: 42px !important;
  margin-left: 52px !important;
}

/* .schll-title-underline {
  width: 50px;
  height: 4px;
  background-color: #0d6efd;
  border-radius: 10px;
} */

.schll-type-card {
  transition: all 0.3s ease;
}

.schll-type-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.schll-number {
  font-size: 1.5rem !important;
  color: #008CFF !important;
  margin-left: 0px !important;
}

.schll-heading {
  font-size: 20px;
  font-weight: 600;
}

.schll-text {
  font-size: 0.95rem;
}
.schll-insurance-types-section{
    background-color: #E7F2FD !important;
}

/* Title styling */
.schoo-title {
  /* font-size: 2.25rem;
  font-weight: 700; */
  line-height: 1.3;
}

/* Underline below title
.schoo-underline {
  width: 50px;
  height: 4px;
  background-color: #0d6efd;
  border-radius: 3px;
}
*/
/* Feature box container */
.schoo-feature-box {
  background-color: #f9f9f9;
  border-radius: 16px;
}

/* Tick icon style inside each item */
.schoo-feature-box img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

/* Optional: spacing and text refinement */
.schoo-feature-box span {
  font-size: 1rem;
  color: #212529;
  line-height: 1.6;
}

.schoo-feature-item {
  background-color: #ffffff;
  border-radius: 50rem;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}

.schoo-feature-item span {
  color:#212529bf;

}

/*
  .schosec-insurance-section {
    background-color: #F9F9F9;
  }

  .schosec-section-title {
    font-weight: 600;
    font-size: 1.75rem;
  }

  .schosec-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    background-color: #fff;
  }

  .schosec-logo {
    height: 30px;
    object-fit: contain;
  }

  .schosec-agent-img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
  }

  .schosec-list {
    padding-left: 1.2rem;
    margin-top: 1rem;
  }

  .schosec-highlight {
    font-weight: 500;
    color: #0d6efd;
  }

  .schosec-subtitle {
    font-weight: 600;
    font-size: 0.95rem;
    color: #6c757d;
  }
 */
/* .schosec-insurance {
  background-color: #f9f9f9;
} */

/* .schosec-section-title {
  font-weight: 600;
  font-size: 1.75rem;
} */

.schosec-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  background-color: #fff;
}

/* .schosec-logo {
  height: 30px;
  object-fit: contain;
} */

.schosec-list {
  padding-left: 1.2rem;
  margin-top: 1rem;
  background-color: #F9F9F9;
  border-radius:8px !important;
}
.schosec-list2{
    background-color: #F9F9F9;
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    display: flex;
    gap: 61px;
    list-style-position: inside;
    font-size: 14px!important;
}



.schosec-highlight {
  font-weight: 500;
  color: #008CFF;
}

.schosec-subtitle {
  font-weight: 500;
  font-size: 0.95rem;
  color: #6c757d;

}
.schosec-subtitle-top{
   max-width: 99px !important;
   color: #6c757d;
   font-weight: 500 !important;
  font-size: 0.95rem !important;
}

/* === Agent Card Block === */
.schosec-agent-card {
  background-color: #E7F2FD !important;
  border: 1px solid #d6eaff;
  border-radius: 12px;
  padding: 1.5rem;
}

.schosec-agent-header {
  margin-bottom: 1rem;
}

.schosec-agent-info {
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding-left:20px !important;
}

.schosec-agent-img {
  width: 90px;
  height: auto;
  border-radius: 8px;
}

.schosec-agent-location {
  background-color: #ffffff;
  border-radius: 10px;
}
.schosecnext{
    max-width:498px !important;
    padding-bottom: 15px  !important;
}
 .schosec-insurance .custom-heading-start::after{
    margin:unset !important;
    position: absolute !important;
    bottom:0px !important;

}
.schll-insurance-types-section .custom-heading-start::after{
     margin:unset !important;
    position: absolute !important;
    bottom:0px !important;
}


.top-school .custom-heading-start::after{
     margin:unset !important;
    position: absolute !important;
    bottom:0px !important;
}
.bg-f9{

  background-color: #f9f9f9 !important;
}

.paraclass{
    color:#000 !important;
}
.schoolnew-quote-section {
    background-color: #002e5b; /* deep navy */
  }

  /* --- Underline below main heading --- */

  /* --- Quote card --- */
  .schoolnew-card {
    max-width: 980px; /* keeps the form from stretching too wide on desktops */
  }

  /* --- Inputs & selects --- */
  .schoolnew-control {
    background-color: #f9f9f9;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-style: italic;
    color:#212529bf !important;

  }

  .schoolnew-control::placeholder {
    color: #6c757d; /* muted placeholder */
    font-style: italic;
  }

  /* .schoolnew-btn {
    background-color: #0d6efd;
    color: #fff;
    border: none;
    border-radius: 50rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  */

  /* .button-school {

  padding: 0.55rem 2.5rem;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 90px;

  background-color: #008CFF;
  border: 1px solid #008CFF;
  color: #fff;
} */
.button-school{
    height: 40px;
    width: 101px;
     display: inline-flex;
      align-items: center;
  justify-content: center;
    border-radius: 90px;
    color: white;
    background-color: #008CFF;
    border: 1px solid #008CFF;


}

 .note-school-banner {
    background-color: #edf5ff;           /* soft blue similar to screenshot */
  }

  /* Blue label text (“Important Note:”) */
  .note-school-label {
    color: #008CFF !important;                    /* Bootstrap primary blue */
    /* font-size: 0.95rem;                   */
  }

  /* Body copy */
  .note-school-text {
    color: #000 !important;

 /* font-size: 0.95rem; */
    /* line-height: 1.5; */
    max-width: 100%;
  }


   .final-schoo-section { background-color: #ffffff; }

  .final-schoo-heading   {
     font-size: 2rem;
     }
  /* .final-schoo-underline {
    width: 90px;
    height: 4px;
    background-color: #0d6efd;
    border-radius: 2px;
  } */
  .final-schoo-box       {
    background-color: #f9f9f9;
    border-radius: 0.75rem;
  }
  .final-schoo-lead{
   color: #828282 !important;
  }

  /* ----------  DISCLAIMER (ins‑school‑)  ---------- */
  .ins-school-section  {
     background-color: #F9F9F9;
     }

  .ins-school-heading  { font-size: 2rem; }
  .ins-school-underline {
    width: 90px;
    height: 4px;
    background-color: #0d6efd;
    border-radius: 2px;
  }


.listing h5{
    text-align: left !important;
    padding-bottom:10px !important;
  }
.listing p{
    text-align: left !important;
    padding-bottom:10px !important;
  }
.listing img{
     text-align: left !important;
     padding-bottom:10px !important;
}
.listing-type-card{
    text-align: left !important;

}
.listings-auto-section{
    background-color: #E7F2FD !important;
}

/* Section Title Underline */
/* .listings-underline {
  width: 60px;
  height: 3px;
  background-color: #2196F3;
  border-radius: 2px;
} */

/* Step number + dotted line container */
/* .listings-step-line {
  gap: 10px;
  margin-bottom: 40px;
}

/* Step number icon */
.listings-step-icon img {
  width: 40px;
  height: 40px;
} */

/* Dotted line image */
/* .listings-dots img {
  height: 2px;
  width: 60px;
  object-fit: contain;
} */

/* Card style */
.listings-step-card {
  background-color: #f9f9f9;
  text-align: left !important;

}
.listings-left{
 text-align: left !important;
}




.listings-lead {
    max-width: 892px;
    text-align: center !important;
    margin-left: 207px;
    padding-bottom: 20px;
    margin:auto;
}
.listings-new .custom-heading-start::after {
    margin: unset !important;
    position: absolute !important;
    bottom: 0px !important;
}

.lead-content{
  max-width: 1201px;
}

.lead-content-next{
max-width: 1187px;
}



.lead-highlight {
  /* background-color: #f9f9f9; */
  background-color:#FFFFFF;
  border-radius: 12px;
  padding: 16px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.lead-info-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  text-align: left !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}

/* .lead-icon {
  font-size: 24px;
  margin-bottom: 10px;
  color: #0d6efd;
} */

/* .lead-title-underline .border-primary {
  width: 80px;
} */

.lead-description {
  font-size: 1rem;
}

.lead-info-note {
  font-size: 0.95rem;
}
.lead-icon-img {
  padding-bottom: 20px !important;
}
.lead-icon1{
  max-width: 204px;
}
.lead-icon2{
  max-width: 220px;
}
.lead-icon3{
 max-width: 224px;
}
.lead-icon4{
  max-width: 224px;
}
.lead-section{
   background-color: #F9F9F9 !important;
}

.lead-title-underline .border-primary {
  width: 100px;
}

.lead-description {
  font-size: 1rem;
  max-width: 700px;
  /* margin: 0 auto; */
}

/* .lead-icon-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
} */

.lead-help-item span {
  font-size: 1rem;
  color: #333;


}
.lead-size{
   max-width: fit-content !important;
}
.lead-heading-line .custom-heading-start::after{
  margin: unset !important;
    position: absolute !important;
    bottom: 0px !important;
}
.lead-space .lead-icon-img{
     padding-bottom: 0px !important;
}
.lead-new-color{
  background-color:#E7F2FD !important;
}







  /* section background (light) */
  .elad-flow-section {
    background-color: #ffffff;
  }

  /* underline under heading */
  .elad-underline {
    width: 90px;
    height: 4px;
    background: #0085ff;
    border-radius: 999px;
  }

  /* bullet card */
  .elad-card {
    background: #f5f5f5;
    border-radius: 0.75rem;
    padding: 1.5rem 1.25rem;
  }

  /* blue check icon */
  .elad-icon {
    width: 24px;
    height: 24px;
  }
  .next-lead-card {
    background-color: #F9F9F9 !important;
    text-align: left !important;
  }



.pod-newww{
  max-width: 651px;
}

/* Overall Section */
.pod-section {
  background-color: #f9f9f9;
}

/* Title and Subtitle */
/* .pod-title {
  /* font-size: 2.25rem;
} */

/* .pod-subtitle {
  font-size: 1.125rem;
  color: #666;
} */ */

/* Podcast Card */
.pod-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

/* .pod-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
} */

/* Banner Image */
 .pod-banner img {
  /* width: 100%;
  height: auto;
  display: block;
  object-fit: cover; */
  color:#000;
}

/* Content */
.pod-content {
  padding: 1.5rem;
}

/* Host Info */
/* .pod-host-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ddd;
} */

.pod-host-info {
  margin-top: 1rem;
}

.pod-host-info small {
  color: #777;
}



  /* .pod-title {
    font-size: 1.75rem;
  } */

  .pod-subtitle {
    font-size: 1rem;
  }
}
.po-head-line .custom-heading-start::after{
  margin: unset !important;
    position: absolute !important;
    bottom: 0px !important;
}
/* .pod-arrow-icon{
  color:#000;
} */
.pod-arrow-icon {
  width: 20px;
  height: 20px;

  position: absolute !important;
     top: 20px  !important;
    right: 20px  !important;


}

/* .pod-banner {
  background-color: #002855; /* fallback if no bg image
  border-radius: 12px 12px 0 0;
} */

/* .pod-circle-img {
   width: 75px;
  height: 75px;
  border-radius: 50%;
   border: 3px solid white;
   object-fit: cover;
} */

/* .pod-host-img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: cover;
} */
/*
.pod-arrow-icon {
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  position: absolute;
  transform: translate(40%, -40%);
} */

.podcast-created .custom-heading-start::after{
  margin: unset !important;
    position: absolute !important;
    bottom: 0px !important;
}
body{
  color:rgba(33, 37, 41, 0.75) !important;
}
body h1,h2,h3,h4,h5,h6{
   color: #000 !important;
}
.mar{
  position: relative;
}
.pod-circle-img-1{
position: relative;
    top: -105px;
}
.pod-circle-image img{
  margin-bottom: -109px !important;
}
.pod-section-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
}

/* Banner */
/* .pod-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); */


/* Avatar Overlap */
.avatar-container {
  position: relative;
  /* width: 100%; */
  /* height: 0; */
}
/* .avatar-img {
  position: absolute;
  top: -60px;
  left: 30px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 10;
} */

.avatar-img {
    position: absolute;
    top: -60px;
    left: 30px;
   /* border-radius: 50%; */
   z-index: 10;
}

/* Host Card */
/* .pod-host-card {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
  max-width: 320px;
  float: right;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
} */


.pod-host-card {

    padding: 1rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
    /* max-width: 320px; */
    float: right;

}
.host-img {
  /* width: 80px;
  height: 80px; */
  border-radius: 12px;
  /* object-fit: cover; */
}
.host-info .host-label {
  font-size: 14px;
  color: #555;
  margin: 0;
}
.host-info .host-name {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}

/* Description Card */
.pod-description-card {
  background-color: #f9f9f9;
  padding: 1.5rem;
  border-radius: 12px;
  margin-top: 3rem;
}
.pod-title {
  /* font-size: 24px;
  font-weight: bold; */
  margin-bottom: 1rem;
}
.pod-description {
  list-style-type: disc;
  padding-left: 1.2rem;
}
.pod-description li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  color: #333;
}

/* Arrow Image */
.pod-arrow {
  margin-top: 1rem;
  text-align: left;
}
/* .pod-arrow img {
  width: 40px;
  height: auto;
} */
.podcasts-title {
  font-size: 2.2rem;
}

.podcasts-subtitle {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
}

.podcasts-show-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* .podcasts-tagline {
  font-size: 1rem;
  color: #ffc107;
} */

.podcasts-card ul {
  font-size: 0.95rem;
}

.podcasts-host strong {
  display: block;
  font-weight: 600;
}
.pod-color{
  background-color: #E7F2FD !important;
}
.po-list{
  max-width: 683px !important;
}
.po-list-2{
  max-width: 700px !important;
}
.pod-img-roundd{
  margin-top:-123px !important;
  position: relative !important;
  margin-left: 20px !important;
}
.pod-pre{
  max-width: 743px !important;
}
.pre-pod{
   max-width: 200px !important
}
.pod-blue-wash1
{
  max-width: 473px !important;
}
 .under-pod-imgg {
  text-align: center !important;
 }
 .under-color{
  background-color:#C0C2D7 !important;
 }
 .po-list-2 a{
  color:rgba(33, 37, 41, 0.75) !important;
  text-decoration: underline !important;
 }
 .pod-blue {
   background-color:#E7F2FD !important;
   gap: 0px !important;
   /* border-radius: 11.76px !important; */
 }
 .pod-change2{
   padding-right: 0px !important;
 }
 .padding-class-pod{
   padding-top: 0px!important;
   padding-bottom: 0px!important;
   padding-right:0px!important;
 }

 .new-pod-img {
  width:100% !important;
 }
 .pod-heading-p
 {
  padding-top: 20px !important;

 }
 .pod-listt-p{
   padding-left: 60px !important;
 }
 .under-width{
  max-width: 679px !important;
}
.pod-banner-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.pod-banner-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

/* Arrow icon positioning */
.pod-ext-icon-link {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  z-index: 2;
}

/* .pod-ext-icon-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
} */
.pre-pod-p{
      padding-right: 20px !important;
}

.podnewww-created .custom-heading-start::after {
    margin: unset !important;
    position: absolute !important;
    bottom: 0px !important;
  }


.footer-heading  {
  color: #ffffff !important;
}



/* sign up */




.signin{
border-bottom: 1px solid #ddd;
    }
    .signin-con{
      background-image: url(images/signin-back.png);
      background-size: cover;         /* Cover the whole screen */
  background-position: center;    /* Center the image */
  background-repeat: no-repeat;   /* Don't repeat */
  background-attachment: fixed;
  padding-top: 10px;
  padding-bottom: 20px;

    }
        /* .col-md-6 {
        flex: 0 0 auto;
        width: 54%;
    }
        .col-lg-5 {
        flex: 0 0 auto;
        width: 42.666667%;
    } */
    .sign-phone{
      font-size: 20px;
      line-height: 32px;
      font-weight: 700;
    }
    .phone-icon{
      gap: 10px;
    }
    .sign-container {

      display: flex;
      flex-direction: column;
    }
    .sign-header {
      padding: 10px 20px;

    }
    .signin-space h3{
        font-size: 32px;
        font-weight: 700 !important;
        line-height: 40px;
        margin-left: 0px;
        margin-bottom: 0px !important;
    }
    .form-label{
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }
     .signin-space p{
        font-size: 14px;
        font-weight: 400 !important;
        color: #828282 !important;
        padding-top: 10px;
    }
    .form-control{
        font-size: 14px;
        font-weight: 400 !important;
        color: #828282;
        background-color: #F9F9F9;
    }
    .form-check-label{
         font-size: 14px;
        font-weight: 400 !important;
        color: #555555;
    }
    .forget-sign{
        font-size: 14px;
        font-weight: 500 !important;
        color: #008CFF;
    }
   body .account-sign{
        font-size: 14px;
        font-weight: 500 !important;
        color: #000000 !important;
    }
    .sign-logo {
      max-height: 50px;
    }
    .sign-phone {
      font-weight: bold;
      color: #000;
    }
    .sign-main {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .sign-img-box img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;

    }
    .sign-size{
  margin-top: -100px !important;
    }
    .signup-form-box {
      background: #fff;

      box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
          padding: 40px 40px;
          padding-bottom:40px;
      max-width: 480px;
      width: 100%;
    }


    .sign-input-group i {
      color: #007bff;
    }
    .sign-btn {
      background-color: #008CFF;
      color: #fff;
      font-weight: 600;
      border-radius: 25px;
    padding: 10px;
    font-size: 14px;
    }
    .sign-btn:hover {
      background-color: #0056b3;
    }

    .sign-remember{
        padding-bottom: 10px;
    }
    .up-sign{
            color: #008CFF !important;
            font-size: 14px;
            font-weight: 500 !important;
    }
    .divider-mark {
  width: 100px;
    height: 4px;
  background-color: #008CFF;
  border-radius: 5px;
  margin-bottom: 35px !important;
  margin-top: 20px !important;
}
.form-check-label span{
    color: #008CFF;
}



/* resetotp */

.divider-mark {
  width: 100px;
    height: 4px;
  background-color: #008CFF;
  border-radius: 5px;
  margin-bottom: 35px !important;
  margin-top: 20px !important;
}
.back-but{
    margin-bottom: 20px;
}
.text-muted{
    font-size: 14px;
    color: #828282 !important;
}
.email-forget{
    padding-bottom: 20px;
}
 .resetotp-input {
      width: 60px;
      height: 60px;
      text-align: center;
      font-size: 24px;
      border-radius: 10px;
      border: 1px solid #0000001F;
      background-color: #F9F9F9;
      color: #828282;
    }

    .resetotp-input:focus {
      outline: none;
      border-color: #007bff;
      box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }



/* sign in */

 .signin{
border-bottom: 1px solid #ddd;
    }
    .signin-con{
      background-image: url(images/signin-back.png);
      background-size: cover;         /* Cover the whole screen */
  background-position: center;    /* Center the image */
  background-repeat: no-repeat;   /* Don't repeat */
  background-attachment: fixed;
  padding-top: 10px;
  padding-bottom: 20px;

    }
        /* .col-md-6 {
        flex: 0 0 auto;
        width: 54%;
    }
        .col-lg-5 {
        flex: 0 0 auto;
        width: 42.666667%;
    } */
    .sign-phone{
      font-size: 20px;
      line-height: 32px;
      font-weight: 700;
    }
    .phone-icon{
      gap: 10px;
    }
    .sign-container {

      display: flex;
      flex-direction: column;
    }
    .sign-header {
      padding: 10px 20px;

    }
    .signin-space h3{
        font-size: 32px;
        font-weight: 700 !important;
        line-height: 40px;
        margin-left: 0px;
        margin-bottom: 0px !important;
    }
    .form-label{
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }
     .signin-space p{
        font-size: 14px;
        font-weight: 400 !important;
        color: #828282 !important;
        padding-top: 10px;
    }
    .form-control{
        font-size: 14px;
        font-weight: 400 !important;
        color: #828282;
        background-color: #F9F9F9;
    }
    .form-check-label{
         font-size: 14px;
        font-weight: 400 !important;
        color: #555555;
    }
    .forget-sign{
        font-size: 14px;
        font-weight: 500 !important;
        color: #008CFF;
    }
   body .account-sign{
        font-size: 14px;
        font-weight: 500 !important;
        color: #000000 !important;
    }
    .sign-logo {
      max-height: 50px;
    }
    .sign-phone {
      font-weight: bold;
      color: #000;
    }
    .sign-main {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .sign-img-box img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;

    }
    .sign-size{
  margin-top: -120px;
    }
    .sign-form-box {
      background: #fff;

      box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
          padding: 40px 40px;
          padding-bottom:90px;
      max-width: 480px;
      width: 100%;
    }


    .sign-input-group i {
      color: #007bff;
    }
    .sign-btn {
      background-color: #008CFF;
      color: #fff;
      font-weight: 600;
      border-radius: 25px;
    padding: 10px;
    font-size: 14px;
    }
    .sign-btn:hover {
      background-color: #0056b3;
    }

    .sign-remember{
        padding-bottom: 10px;
    }
    .up-sign{
            color: #008CFF !important;
            font-size: 14px;
            font-weight: 500 !important;
    }
    .divider-mark {
  width: 100px;
    height: 4px;
  background-color: #008CFF;
  border-radius: 5px;
  margin-bottom: 35px !important;
  margin-top: 20px !important;
}


/* forget */

.signin{
border-bottom: 1px solid #ddd;
    }
    .signin-con{
      background-image: url(images/signin-back.png);
      background-size: cover;         /* Cover the whole screen */
  background-position: center;    /* Center the image */
  background-repeat: no-repeat;   /* Don't repeat */
  background-attachment: fixed;
  padding-top: 10px;
  padding-bottom: 20px;

    }
        /* .col-md-6 {
        flex: 0 0 auto;
        width: 54%;
    }
        .col-lg-5 {
        flex: 0 0 auto;
        width: 42.666667%;
    } */
    .sign-phone{
      font-size: 20px;
      line-height: 32px;
      font-weight: 700;
    }
    .phone-icon{
      gap: 10px;
    }
    .sign-container {

      display: flex;
      flex-direction: column;
    }
    .sign-header {
      padding: 10px 20px;

    }
    .signin-space h3{
        font-size: 32px;
        font-weight: 700 !important;
        line-height: 40px;
        margin-left: 0px;
        margin-bottom: 0px !important;
    }
    .form-label{
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }
     .signin-space p{
        font-size: 14px;
        font-weight: 400 !important;
        color: #828282 !important;
        padding-top: 10px;
    }
    .form-control{
        font-size: 14px;
        font-weight: 400 !important;
        color: #828282;
        background-color: #F9F9F9;
    }
    .form-check-label{
         font-size: 14px;
        font-weight: 400 !important;
        color: #555555;
    }
    .forget-sign{
        font-size: 14px;
        font-weight: 500 !important;
        color: #008CFF;
    }
   body .account-sign{
        font-size: 14px;
        font-weight: 500 !important;
        color: #000000 !important;
    }
    .sign-logo {
      max-height: 50px;
    }
    .sign-phone {
      font-weight: bold;
      color: #000;
    }
    .sign-main {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .sign-img-box img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;

    }
    .sign-size{
  margin-top: -120px;
    }
    .forget-form-box {
      background: #fff;

      box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
          padding: 40px 40px;
          padding-bottom:150px;
      max-width: 480px;
      width: 100%;
    }


    .sign-input-group i {
      color: #007bff;
    }
    .sign-btn {
      background-color: #008CFF;
      color: #fff;
      font-weight: 600;
      border-radius: 25px;
    padding: 10px;
    font-size: 14px;
    }
    .sign-btn:hover {
      background-color: #0056b3;
    }

    .sign-remember{
        padding-bottom: 10px;
    }
    .up-sign{
            color: #008CFF !important;
            font-size: 14px;
            font-weight: 500 !important;
    }
    .divider-mark {
  width: 100px;
    height: 4px;
  background-color: #008CFF;
  border-radius: 5px;
  margin-bottom: 35px !important;
  margin-top: 20px !important;
}
.back-but{
    margin-bottom: 20px;
}
.text-muted{
    font-size: 14px;
    color: #828282 !important;
}
.email-forget{
    padding-bottom: 20px;
}


/* resetotp */

 .signin{
border-bottom: 1px solid #ddd;
    }
    .signin-con{
      background-image: url(images/signin-back.png);
      background-size: cover;         /* Cover the whole screen */
  background-position: center;    /* Center the image */
  background-repeat: no-repeat;   /* Don't repeat */
  background-attachment: fixed;
  padding-top: 10px;
  padding-bottom: 20px;

    }
        /* .col-md-6 {
        flex: 0 0 auto;
        width: 54%;
    }
        .col-lg-5 {
        flex: 0 0 auto;
        width: 42.666667%;
    } */
    .sign-phone{
      font-size: 20px;
      line-height: 32px;
      font-weight: 700;
    }
    .phone-icon{
      gap: 10px;
    }
    .sign-container {

      display: flex;
      flex-direction: column;
    }
    .sign-header {
      padding: 10px 20px;

    }
    .signin-space h3{
        font-size: 32px;
        font-weight: 700 !important;
        line-height: 40px;
        margin-left: 0px;
        margin-bottom: 0px !important;
    }
    .form-label{
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }
     .signin-space p{
        font-size: 14px;
        font-weight: 400 !important;
        color: #828282 !important;
        padding-top: 10px;
    }
    .form-control{
        font-size: 14px;
        font-weight: 400 !important;
        color: #828282;
        background-color: #F9F9F9;
    }
    .form-check-label{
         font-size: 14px;
        font-weight: 400 !important;
        color: #555555;
    }
    .forget-sign{
        font-size: 14px;
        font-weight: 500 !important;
        color: #008CFF;
    }
   body .account-sign{
        font-size: 14px;
        font-weight: 500 !important;
        color: #000000 !important;
    }
    .sign-logo {
      max-height: 50px;
    }
    .sign-phone {
      font-weight: bold;
      color: #000;
    }
    .sign-main {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .sign-img-box img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;

    }
    .sign-size{
  margin-top: -120px;
    }
    .forget-form-box {
      background: #fff;

      box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
          padding: 40px 40px;
          padding-bottom:200px;
      max-width: 480px;
      width: 100%;
    }


    .sign-input-group i {
      color: #007bff;
    }
    .sign-btn {
      background-color: #008CFF;
      color: #fff;
      font-weight: 600;
      border-radius: 25px;
    padding: 10px;
    font-size: 14px;
    }
    .sign-btn:hover {
      background-color: #0056b3;
    }

    .sign-remember{
        padding-bottom: 10px;
    }
    .up-sign{
            color: #008CFF !important;
            font-size: 14px;
            font-weight: 500 !important;
    }
    .divider-mark {
  width: 100px;
    height: 4px;
  background-color: #008CFF;
  border-radius: 5px;
  margin-bottom: 35px !important;
  margin-top: 20px !important;
}
.back-but{
    margin-bottom: 20px;
}
.text-muted{
    font-size: 14px;
    color: #828282 !important;
}
.plan-badge:hover .text-muted{
    color: #fff !important;
}
.email-forget{
    padding-bottom: 20px;
}
 .resetotp-input {
      width: 60px;
      height: 60px;
      text-align: center;
      font-size: 24px;
      border-radius: 10px;
      border: 1px solid #0000001F;
      background-color: #F9F9F9;
      color: #828282;
    }

    .resetotp-input:focus {
      outline: none;
      border-color: #007bff;
      box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }


/* reset */

    .signin{
border-bottom: 1px solid #ddd;
    }
    .signin-con{
      background-image: url(images/signin-back.png);
      background-size: cover;         /* Cover the whole screen */
  background-position: center;    /* Center the image */
  background-repeat: no-repeat;   /* Don't repeat */
  background-attachment: fixed;
  padding-top: 10px;
  padding-bottom: 20px;

    }
        /* .col-md-6 {
        flex: 0 0 auto;
        width: 54%;
    }
        .col-lg-5 {
        flex: 0 0 auto;
        width: 42.666667%;
    } */
    .sign-phone{
      font-size: 20px;
      line-height: 32px;
      font-weight: 700;
    }
    .phone-icon{
      gap: 10px;
    }
    .sign-container {

      display: flex;
      flex-direction: column;
    }
    .sign-header {
      padding: 10px 20px;

    }
    .signin-space h3{
        font-size: 32px;
        font-weight: 700 !important;
        line-height: 40px;
        margin-left: 0px;
        margin-bottom: 0px !important;
    }
    .form-label{
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }
     .signin-space p{
        font-size: 14px;
        font-weight: 400 !important;
        color: #828282 !important;
        padding-top: 10px;
    }
    .form-control{
        font-size: 14px;
        font-weight: 400 !important;
        color: #828282;
        background-color: #F9F9F9;
    }
    .form-check-label{
         font-size: 14px;
        font-weight: 400 !important;
        color: #555555;
    }
    .forget-sign{
        font-size: 14px;
        font-weight: 500 !important;
        color: #008CFF;
    }
   body .account-sign{
        font-size: 14px;
        font-weight: 500 !important;
        color: #000000 !important;
    }
    .sign-logo {
      max-height: 50px;
    }
    .sign-phone {
      font-weight: bold;
      color: #000;
    }
    .sign-main {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .sign-img-box img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;

    }
    .sign-size{
  margin-top: -120px;
    }
    .reset-form-box {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
          padding: 40px 40px;
          padding-bottom:200px;
      max-width: 480px;
      width: 100%;
    }


    .sign-input-group i {
      color: #007bff;
    }
    .sign-btn {
      background-color: #008CFF;
      color: #fff;
      font-weight: 600;
      border-radius: 25px;
    padding: 10px;
    font-size: 14px;
    }
    .sign-btn:hover {
      background-color: #0056b3;
    }

    .sign-remember{
        padding-bottom: 10px;
    }
    .up-sign{
            color: #008CFF !important;
            font-size: 14px;
            font-weight: 500 !important;
    }
    .divider-mark {
  width: 100px;
    height: 4px;
  background-color: #008CFF;
  border-radius: 5px;
  margin-bottom: 35px !important;
  margin-top: 20px !important;
}
.email-forget{
    padding-bottom: 20px;
}


/* saranya */

.power-section {
      padding: 40px 0;
      background-color:#ffffff;
    }

    .power-section-title {
      font-weight: 700;
      font-size: 48px;
      color:#000000;
    }

    .power-title-underline {
      width: 95px;
      height: 4px;
      background-color: #0081ff;
      margin-top: 10px;
      margin-bottom: 30px;
    }

    .power-card {
      background-color: #f8f8f8;
      border-radius: 16px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .power-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
    }

    .power-card-body {
      padding: 20px;
      color: #f8f8f8;
    }

    .power-meta {
      font-size: 14px;
      color: #008cff;
      margin-bottom: 5px;
      font-weight:500;
      line-height:16px;
    }

    .power-title {
      font-size: 18px;
      font-weight: 700;
      color: #000000;
      margin-bottom: 8px;
    }

    .power-desc {
      font-size: 14px;
      color: #828282;
      margin-bottom: 16px;
    }

    .power-read-btn {
      font-size: 14px;
      border: 1px solid #008cff;
      color: #008cff;
      padding: 6px 16px;
      border-radius: 40px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      width: fit-content;
    }

    .power-read-btn:hover {
      background-color: #008cff;
      color: #ffffff;
    }

    .power-link-icon {
      font-size: 13px;
      margin-left: 6px;
    }

    /* Right-side Card */
    .power-small-card {
      background-color: #d9d9d9;
      color: #ffffff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 8px 24px rgba(0,0,0,0.05);
      display: flex;
      height: 100%;
    }

    .power-small-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .small-img-wrapper {
      width: 40%;
      height: 100%;
      overflow: hidden;
    }

    .small-content-wrapper {
      width: 60%;
      padding: 16px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-color: #f8f8f8;

    }


     .blogs-section {
      background-color: #f9f9f9;
      padding: 60px 0;
    }

    .blogs-title {
      font-size:48px;
      font-weight: 700;
      color: #000;
      margin-bottom: 10px;
    }

    .blogs-title-underline {
      width: 130px;
      height: 4px;
      background-color: #008cff;
      margin-bottom: 30px;
    }

    .blogs-search,
    .blogs-sort {
      border-radius: 12px;
      padding: 10px 16px;
      font-size: 14px;
    }

    .blogs-card {
      border: none;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
      border-radius: 16px;
      overflow: hidden;
    }

    .blogs-card-img-top {
      border-radius: 12px;
       height: 200px;
      object-fit: cover;
      height: auto;
    }
    .blogs-section .card img {
      height:auto !important;

    }

    .blogs-meta {
      font-size: 12px;
      color: #008cff;
      margin-bottom: 8px;
      font-weight:500;
      line-height:16px;
    }

    .blogs-heading {
      font-size: 20px;
      font-weight: 500;
      color: #000;
      margin-bottom: 10px;
    }

    .blogs-desc {
      font-size: 14px;
      color: #828282;
      margin-bottom: 16px;
      font-weight:400;
      line-height:20px;
    }

    .blogs-btn {
      font-size: 14px;
      padding: 6px 14px;
      border-radius: 30px;
      font-weight:500;
      line-height:20px;
    }

    /* blogdetail page start */
     .blog-details-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.custom-list {
  list-style: none;
  line-height: 2;
  font-size: 14px;
  color: #333; /* You can change this color if needed */
  padding-left: 0; /* Remove default ul padding */
}



.table-heading {
  font-size: 18px;
  color: #000; /* black */
  font-weight:500;
}

.may-section {
      padding: 60px 0;
      background-color: #f9f9f9;
    }
    .may-title {
      font-weight: 700;
      font-size: 48px;
      text-align: center;
      margin-bottom: 10px;
    }
    .may-title-underline {
      width: 110px;
      height: 4px;
      background-color: #008cFF;
      margin: 0 auto 40px;
      border-radius: 2px;
    }
    .may-card {
      border: none;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: 0.3s;
    }
    /* .may-card:hover {
      transform: translateY(-4px);
    } */
    .may-card-img-top {
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      height: 200px;
      object-fit: cover;
    }
    .may-meta {
      color: #008cFF;
      font-size: 16px;
      margin-bottom: 6px;
      font-weight:500;
    }
    .may-heading {
      font-weight: 500;
      font-size: 20px;
      color: #000;
      margin-bottom: 8px;
      line-height:24px;
    }
    .may-desc {
      font-size: 14px;
      color: #828282;
      font-weight:400;
      line-height:20px;
    }
    .may-btn {
      margin-top: 15px;
      border-radius: 25px;
      font-weight: 500;
      font-size: 14px;
      padding: 8px 20px;
      color:#008cFF;
    }
    .window {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color:#000000;
}
.window-para {
  color: #828282;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

    @media (max-width: 991.98px) {
      .power-card img {
        height: auto;
      }

      .power-small-card {
        flex-direction: column;
        height: auto;
      }

      .small-img-wrapper {
        width: 100%;
        height: 200px;
      }

      .small-content-wrapper {
        width: 100%;
      }
    }

    /* books start */


    .books-section-title {
      text-align:left;
      font-weight: 700;
      font-size:48px;
      margin: 40px 0 20px;
    }
    .books-card {
      background-color: #fff;
      border-radius: 1rem;
      padding: 1.5rem;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
      height: 100%;
    }

    .books-image {
      width: 100%;
      border-radius: 1rem;
      object-fit: cover;
    }

    .books-title {
      font-size:20px;
      font-weight:500;
      margin-bottom: 0.25rem;
      line-height:28px;
    }

    .books-author {
      /* font-size: 1rem;
      font-weight: 600; */
      font-size:20px;
      font-weight:500;
      line-height:28px;
      margin-bottom: 1rem;
    }

    .books-price {
      font-size:24px;
      font-weight: 700;
      line-height:32px;
    }

    .books-subheading {
      font-weight: 400;
      font-size:14px;
      line-height:20px;
      color:#000000;
      margin-top: 1.5rem;
      margin-bottom: 0.5rem;
    }

    .books-section-box {
      background-color: #f8f9fa;
      padding: 1rem;
      border-radius: 0.75rem;
      font-size:14px;
      line-height:20px;
      font-weight:400px;
      color:#555555;
    }

    .books-buy-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      border: 2px solid #007bff;
      color: #007bff;
      font-weight: 600;
      text-decoration: none;
      border-radius: 999px;
      padding: 0.6rem;
      transition: all 0.3s;
      text-align: center;
      gap: 0.5rem;
    }

    .books-buy-btn:hover {
      background-color: #007bff;
      color: #fff;
    }

    .books-buy-icon-img {
      width: 16px;
      height: 16px;
      object-fit: contain;
    }
  .book-comp-title {
      font-weight: 700;
      font-size: 2rem;
      text-align: center;
      margin-bottom: 1.5rem;
    }
    .book-comp-title::after {
      content: "";
      display: block;
      width: 60px;
      height: 4px;
      background: #0d6efd;
      margin: 0.5rem auto 0;
      border-radius: 2px;
    }
    .book-comp-header {
      color: #777;
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
    }
    .book-comp-card {
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
      padding: 1rem;
    }
    .book-comp-row + .book-comp-row {
      margin-top: 1rem;
    }
    .pro-tips-section {
      background-color: #eaf4ff;
      padding: 3rem 1rem;
    }

    .pro-tips-title {
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 1rem;
    }

    .pro-tips-title::after {
      content: "";
      display: block;
      width: 60px;
      height: 4px;
      background-color: #0d6efd;
      border-radius: 2px;
      margin-top: 0.4rem;
    }

    .pro-tips-item {
      background-color: #fff;
      border-radius: 12px;
      padding: 1rem;
      display: flex;
      align-items: start;
      gap: 0.75rem;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    }

    .pro-tips-icon {
      color: #0d6efd;
      font-size: 1.2rem;
      margin-top: 2px;
    }
    .pro-tips-section {
  background-color: #eaf4ff;
  padding-top: 80px;
  padding-bottom: 90px;
}













    .underline {
      width: 60px;
      height: 3px;
      background-color: #2196F3;
      margin: 0 auto 30px;
    }

    .card-custom {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      padding: 30px;
    }

    .person-img, .profile-img, .influencer-img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      object-fit: cover;
    }

    .person-name {
      font-size: 32px;
      font-weight: bold;
      /* margin-top: 10px; */
    }

    .small-link {
      font-size: 0.9rem;
      color: #2196F3;
      text-decoration: none;
      font-weight: 500;
    }

    .podcast-logo {
      width: 100px;
      height: auto;
      margin: 10px 0;
    }

    .influencer-section,
    .section-card {
      background-color: #fff;
      border-radius: 1rem;
      padding: 2rem;
      margin-bottom: 2rem;
    }

    .highlight-box {
      background-color: #f2f2f2;
      border-radius: 0.5rem;
      padding: 1rem;
      font-weight: 500;
    }

    .quote {
      font-style: italic;
      font-weight: 600;
    }

    .blue-section {
      background-color: #002b5c;
      color: white;
      padding: 3rem 1rem;
    }



    .cta-button {
  height: 48px;
  width: 137px;
  border-radius: 90px;
  background-color: #008CFF;
  color: white;
  /* padding: 12px 31px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

    .cta-button:hover {
      background-color: #007acc;
      text-decoration: none;
    }

    .cta-subtext {
      font-size:14px;
      color: #d0d0d0;
      line-height:24px;
    }

    @media (max-width: 768px) {
      .section-title {
        font-size: 2rem;
      }
    }



/* chart section */
.chart-section {
  padding-top:50px;
}
.chart-title {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 8px;
}
.chart-underline {
  width: 140px;
  height: 3px;
  background-color: #007bff;
  margin-bottom: 40px;
}
.chart-row {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 16px;
}
.chart-feature {
  font-weight: 500;
}
.chart-icon {
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
}
.chart-value {
  text-align: center;
}
.chart-col {
  padding: 6px;
}
.text-primary-blue {
  color: #008cff;
}
@media (max-width: 767.98px) {
  .chart-value {
    font-size: 13px;
    margin-top: 8px;
  }
  .chart-feature {
    font-size: 14px;
  }
}




.like-final-title {
    font-size: 2rem;
  }

  .like-final-underline-text {
    position: relative;
    z-index: 1;
  }

  .like-final-blue-line {
    width: 50px;
    height: 4px;
    background-color: #007bff;
    border-radius: 2px;
  }


.blue-section {
      background-color: #002b5c;
      color: white;
      padding: 3rem 1rem;
    }



    .cta-button {
  height: 48px;
  width: 137px;
  border-radius: 90px;
  background-color: #008CFF;
  color: white;
  /* padding: 12px 31px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

    .cta-button:hover {
      background-color: #007acc;
      text-decoration: none;
    }

    .cta-subtext {
      font-size:14px;
      color: #d0d0d0;
      line-height:24px;
    }

    @media (max-width: 768px) {
      .section-title {
        font-size: 2rem;
      }
    }


    .visit-blue-section {
  background-color: #002b5c;
  color: white;
  padding: 3rem 1rem;
}

.visit-cta-button {
  height: 48px;
  width: 137px;
  border-radius: 90px;
  background-color: #008CFF;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.visit-cta-button:hover {
  background-color: #007acc;
  text-decoration: none;
}

.visit-cta-subtext {
  font-size: 14px;
  color: #d0d0d0;
  line-height: 24px;
}

@media (max-width: 768px) {
  .visit-section-title {
    font-size: 2rem;
  }
}

/* influencers start */

.custom-cleaning-card {
  flex: 0 0 20%;
  max-width: 20%;
}
.direc-card p{
  margin-bottom:0px!important;
}
.truncate h6{
  white-space: nowrap;        /* don’t wrap to next line */
  overflow: hidden;           /* hide the overflow */
  text-overflow: ellipsis;    /* show “…” where it’s cut off */
}
.truncate span{
  white-space: nowrap;        /* don’t wrap to next line */
  overflow: hidden;           /* hide the overflow */
  text-overflow: ellipsis;
    /* show “…” where it’s cut off */
}

.part-2 {
      background-color: #f9f9f9;
      font-family: Arial, sans-serif;
    }

    .section-title {
      text-align: center;
      font-weight: 700;
      font-size:48px;
      margin: 40px 0 20px;
    }

    .underline {
      width: 60px;
      height: 3px;
      background-color: #2196F3;
      margin: 0 auto 30px;
    }

    .card-custom {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      padding: 30px;
    }

    .person-img, .profile-img, .influencer-img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      object-fit: cover;
    }

    .person-name {
      font-size: 32px;
      font-weight: bold;
      /* margin-top: 10px; */
    }

    .small-link {
      font-size: 0.9rem;
      color: #2196F3;
      text-decoration: none;
      font-weight: 500;
    }

    .podcast-logo {
      width: 100px;
      height: auto;
      margin: 10px 0;
    }

    .influencer-section,
    .section-card {
      background-color: #fff;
      border-radius: 1rem;
      padding: 2rem;
      margin-bottom: 2rem;
    }

    .highlight-box {
      background-color: #f2f2f2;
      border-radius: 0.5rem;
      padding: 1rem;
      font-weight: 500;
    }

    .quote {
      font-style: italic;
      font-weight: 600;
    }

    .blue-section {
      background-color: #002b5c;
      color: white;
      padding: 3rem 1rem;
    }



    .cta-button {
  height: 48px;
  width: 137px;
  border-radius: 90px;
  background-color: #008CFF;
  color: white;
  /* padding: 12px 31px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

    .cta-button:hover {
      background-color: #007acc;
      text-decoration: none;
    }

    .cta-subtext {
      font-size:14px;
      color: #d0d0d0;
      line-height:24px;
    }
.influen .card img {
    height: auto !important;
}
.influe .section-title{
  color:#fff !important;
  text-align: left !important;
}
.influe{
  margin-bottom: 0px !important;
}




/* innenr css */

.home-hero{
    /*background-image: url(images/11.\ \(1\).png);*/
    background-image: url("C:\Users\Saairaman\OneDrive\ドキュメント\GitHub\powerwashing-html-2025\images\innerhero.png");
    background-image: url(images/11.\ \(1\).png);
    background-size: cover;
    margin-bottom: -8px;

}



.home-hero h1{
font-weight: 700;
font-size: 60px;
line-height: 100%;
letter-spacing: 0%;
padding-top: 575px;
transform: translateY(-284px);

}
.influencer-hero{
    /*background-image: url(images/11.\ \(1\).png);*/
      background-image: url('images/Background_1900x970\ 1.png');
    background-size: cover;
    margin-bottom: -8px;

}
.influencer-hero h1{



letter-spacing: 0%;



}



.service-section{
    background-color: #003363;
    padding-top: 52px;



}




.service-section h2{
font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;

}


.service-section p{
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0%;
color: rgba(255, 255, 255, 0.72);


}






.change-button{
    transform: translateY(-69px);
}


.book-button{
    height:48px ;
    width:137px ;
    border-radius: 90px;
    background-color: #008CFF;
    color: white;
    padding: 12px 31px;

}


.quote-section h3{
font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;
margin-left: 0px;

}



.quote-section p{
font-weight: 400;
font-size: 14px;
line-height: 2;
letter-spacing: 0%;
color: #828282;

}

.quote-section{
    padding-top: 109px;
    padding-bottom: 40px;
}
.same-section h4{

font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;

}

.same-section p{
font-weight: 400;
font-size: 14px;
line-height: 2;
letter-spacing: 0%;
color: #828282;

}



.proud-section{
    background-color: #E7F2FD;
}


.organization-section h5{
font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;

}

.organization-section {
  background-color: #e6f2fc;
  text-align: center;
  padding-top: 50px;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}

.card-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.org-card {
  background-color: #fff;
  width: 300px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 16px;
}


.org-cards{
    display: flex;
     justify-content:center;     /* centre as a group        */
  gap:30px;                   /* space between each card  */
  flex-wrap:wrap;
}

.org-card img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.card-padding{
    padding-top: 50px;
}



@media (max-width:1201px){
    .big-image{

   max-width: -webkit-fill-available;

    }

    .card-padding{
          max-width: -webkit-fill-available;

    }

}



@media (max-width:320px) {
    .book-button{
        margin-top: 80px;
    }







}
/* extra css */


.signin-space{
  margin-bottom: 1rem !important;
}












    @media (max-width: 768px) {
      .section-title {
        font-size: 2rem;
      }
    }






/* media query */

@media (max-width:1201px){
    .big-image{

   max-width: -webkit-fill-available;

    }

    .card-padding{
          max-width: -webkit-fill-available;

    }

}

@media (max-width:1024px){
  .img4{
    width: inherit;
  }
  .img-latest{
    max-width: 100%;
  }

  .inherit-img{
    max-width: 100%;
  }

  .hero1 h1{
    font-size: 64px;
  }
  .card-container {
    margin-top: 69px;
  }




}


@media (max-width:768px){
  .hero1 h1{
    font-size: 51px;
  }
  .hero1 p{
    font-size: 20px;
  }

  .fit-img{
    max-width:fit-content;
  }

.res-log-con{
    display: block;

    justify-items: center;
    }
.powerwashing-title-mark {
    font-size: 32px !important;
    line-height: 42px !important;
    }
    .powerwashing-mark {
    background-color: #E7F2FD !important;
    padding: 110px 40px !important;
    }









}
 @media (min-width: 992px) {
    .final-schoo-heading,
    .ins-school-heading { font-size: 2.25rem; }
  }
  .schosec-agent-img {
    margin-top: -11px;
    width: 200px;
}
@media (max-width: 991.98px) {
  .listings-step-line {
    display: none !important;
  }
}
 @media (max-width: 575.98px) {
    .elad-card {
      padding: 1.25rem;
    }
  }

@media (max-width: 576px) {
  .pod-host-img {
    width: 50px;
    height: 50px;
  }



      .resetotp-input {
        width: 45px;
        height: 45px;
        font-size: 20px;
      }




    }








@media (max-width:600px){
  .no-display{
    display: none !important;


  }

  .head-alt img {
    height: 40px;
    width: 116px;
}

.new-pad{
  width: 77px !important;
  margin-left: -22px;
}
.new-pad2{
  width:81px !important
}
    .hero1 h1 {
        font-size: 33px;
    }

    .new-pad3{
      width:129px !important
    }

    .new-left{
      margin-left: -7px;
    }

    .product-card{
      padding: -4px !important;
    }

    .res-sign{
      flex-direction: column-reverse;
    }



}

@media (max-width:420px) {
   .owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
      margin-right: 23px;


}

      .gap-gap{
        margin-top: 6px;
        margin-bottom: 16px;


      }
      .gap-gap2{
        margin-bottom: 98px;
      }

      .com-section img {
    height: 320px;
    margin-left: 0px;
    max-width: 100%;
}
     .book-button {
        margin-top: 10px !important;
    }

.change-button {
    transform: translateY(0px) !important;
}

.no-display{
    display: none !important;


  }

  .head-alt img {
    height: 40px;
    width: 116px;
}

.new-pad{
  width: 77px !important;
  margin-left: -22px;
}
.new-pad2{
  width:81px !important
}
    .hero1 h1 {
        font-size: 33px;
    }

    .new-pad3{
      width:129px !important
    }

    .new-left{
      margin-left: -7px;
    }

    .product-card{
      padding: -4px !important;
    }


    .book-button{
        margin-top: 80px;
    }
    .book-button{
        margin-top: 80px;
    }

    .home-res{
      flex-wrap: unset !important;
    }
   .hero-2 button {
           margin-left: 7px;
}
.hom-tit h3{
  margin-left: 25px;
}
.s3-pad {
     padding-bottom: 30px;
}
}
body{
    font-family: "Fira Sans",sans-serif;

    overflow-x: hidden;

    background: #e7f2fd;
}


h1{
    font-size: 48px;
    font-weight: 700;
}



.soft-hero {
    border-bottom: 20px solid #008cff;
    background: linear-gradient(to bottom, #f9fbff 35%, #d6eaff 100%);
}

.text-size {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
.button-size {
    height: 40px;
    width: 101px;
    border-radius: 90px;
    color: white;
    background-color: #008CFF;
    border: 1px solid #008CFF;
}

.site-footer {
    border-top: 20px solid #008cff;
}
.site-footer {
    background-color: #000;
    color: #fff;
    font-size: 14px;
}
.site-footer li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    line-height: 3;
    color: #828282;
}

.site-footer li a{

    text-decoration: none;
}
.tik-tok{
  display: flex
;
    flex-direction: column;
}
.site-footer h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.footer-heading {
    color: #ffffff !important;
}
.footer-heading {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}
.footer-heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #0093ff;
    margin-top: 6px;
}


.card {
    flex: 1;
    background-color: #F9F9F9;
    border-radius: 12px;
    overflow: hidden;
    display: flex
;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.state-para {
    color: #828282 !important;
    font-size: 16px !important;
    margin-bottom: 40px !important;
}




.list-but{

    height: 40px;
    width: 125px;
    border: 1px solid #008CFF;
    border-radius: 90px;
    color: #008CFF;
    background-color: white;

}

.tex-nav{
    gap:30px;
}
.tex-nav li a{
    font-size:  14px !important;
    line-height: 24px !important;
    color: #000;
    font-weight: 500;
}
.tex-nav li {
    margin-bottom: 0px !important;
}
.text-white-50{
    color:#828282 !important;
}
.state-txt{
    font-size: 20px !important;
    color:#008CFF !important;

}
.state-para{
    color: #828282 !important;
    font-size: 16px !important;
    margin-bottom: 40px !important;
}
.texas-hero{


    padding-top: 100px !important;
    padding-bottom: 100px !important;

}
.texas-search .form-control:focus {
    color: var(--bs-body-color);
    background-color: #fFF !important;
    border-color: transparent !important;
    outline: 0;
    box-shadow: unset !important;
}


.business-listings .card {
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.business-listings .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.business-logo {
  max-height: 80px;
  object-fit: contain;
}

.business-listings .btn {
  border-radius: 25px;
  font-size: 14px;
  padding: 6px 16px;
}


.logo-box {
       /* fixed height for all logos */
background: #fff;
    border-radius: 8px;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 35px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    height: 150px;
}

.logo-box img {
  max-height: 80px;   /* image fit inside */
  object-fit: contain;
  padding: 5px;
}
.texas-head h6{
    font-size:20px !important;
    line-height: 30px !important;
}
.texas-head .bi-star-fill::before {

    color: #828282 !important;
}

.texas-head{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.texas-cta h4{
    font-size:32px !important;
    line-height: 40px !important;
    color: #fff !important;
}
.texas-cta p{

    color: #FFFFFFB8 !important;
}




.directory-gallery-card {
  border-radius: 1rem; /* smooth rounded corners */
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  transition: transform 0.2s ease-in-out;
  background-color: #f9f9f9;
  padding: 16px;
}

.directory-gallery-card:hover {
  transform: translateY(-4px);
}

/* Image wrapper */
.directory-gallery-image-wrapper {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}

.directory-gallery-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  border-radius: 0.5rem;
}

/* Listings badge */
.directory-gallery-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.6rem;
  border-radius: 0.5rem;
}

/* Bottom content */
.directory-gallery-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.75rem;
  padding: 0 0.25rem 0.25rem;
}

.directory-gallery-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #000;
}

.directory-gallery-link {
  font-size: 1.25rem;
  color: #6c757d;
  text-decoration: none;
}

.directory-gallery-link:hover {
  color: #000;
}


.direc-list h6{
    font-size:18px !important;
    line-height: 28px !important;
}
.direc-list{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.directory-gallery-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 0.5rem;
}



/* sign in */

.sign-form-box {
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
    padding-bottom: 20px;
    max-width: 480px;
    width: 100%;
    margin: auto;
}
.signin-space h3 {
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 40px;
    margin-left: 0px;
    margin-bottom: 0px !important;
    text-align: center;
}
.signin-space p {
    font-size: 14px;
    font-weight: 400 !important;
    color: #828282 !important;
    padding-top: 10px;
    text-align: center;
}
.form-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.input-group {
    position: relative;
    display: flex
;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.sign-btn {
    background-color: #008CFF;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px;
    font-size: 14px;
}
.forget-sign {
    font-size: 14px;
    font-weight: 500 !important;
    color: #008CFF;
}
body .account-sign {
    font-size: 14px;
    font-weight: 500 !important;
    color: #000000 !important;
}

.signin-con {
    /* background-image: url(dash-img/signin-back.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #E7F2FD;
}

.input-group-text {
    display: flex
;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #f8f9fa;
    border:1px solid #dee2e6;
    border-radius: 0.375rem;
}
.form-control {
    font-size: 14px;
    font-weight: 400 !important;
    color: #828282;
     background-color: #F9F9F9;
}

.rem-forget{
    display: flex;
    justify-content: space-between;
}
.sign-btn:hover {
    background-color: #008CFF;
    color: #fff;
}



.texas-sign{


background: #F9F9F9;
    max-width: 480px;
    padding: 20px;
    border-top: 1px solid #00000014;
    border-radius-left-bottom: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: auto;
    }
    .texas-sign p{
        padding-top: 0px !important;
    }
    .rem-forget{
        margin-bottom: 20px;
    }

    .full-blue-box {
    background-color: #008CFF;
    width: 100%;
    height: 21px;
}



.signup-form-box {
    background: #fff;
     border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
    padding-bottom: 20px;
    max-width: 480px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
}



.resetotp-input {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    border-radius: 10px;
    border: 1px solid #0000001F;
    background-color: #F9F9F9;
    color: #828282;
}
.det-total{
    padding-right: 0px !important;
}
.forget-form-box {
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
    padding-bottom: 20px;
    max-width: 480px;
    width: 100%;
    margin: auto;
}

.back-reset a{
 max-width: 480px;
    display: block !important;
    margin: auto;
}
.reset-form-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
    padding-bottom: 30px;
    max-width: 490px;
    width: 100%;
    margin: auto;
}
.pass-space{

   margin-top: 60px;
    margin-bottom: 60px;
    }


 .directory1-dashboard1 {
      background-color: #f3f8ff;
      font-family: Arial, sans-serif;
    }
    .directory-dashboard-menu .nav-link {
  position: relative;
  padding-left: 35px;
  display: flex;
  align-items: center;
}

.directory-dashboard-menu .nav-link::before {
  content: "";
  position: absolute;
  left:-3px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}




    /* code */
    .directory-dashboard-sidebar {
      min-height: 100vh;
      background: #fff;

      padding:30px;
    }
    .directory-dashboard-sidebar .nav-link {
      color:#828282;
      font-weight: 500;
      padding: 12px 20px;
    }
    .directory-dashboard-sidebar .nav-link.active {
      background: #e8f2ff;
      color: #0d6efd;
      border-radius: 6px;
    }
    .directory-dashboard-header {
      background: #fff;

      padding: 15px 20px;
      font-size: 1.25rem;
      font-weight: 600;
    }
    .directory-dashboard-card {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      margin-top: 20px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      padding-bottom:50px;
      /* width: 1337px; */
    }
    .directory-dashboard-save {
      background: #0d6efd;
      color: #fff;
      padding: 10px 25px;
      font-size: 1rem;
      border-radius: 25px;
      border: none;
    }
    .directory-dashboard-save:hover {
      background: #0b5ed7;
    }
   .directory-dashboard-card .form-control {
    background-color: #efefef;
}
.directory-dashboard-card .form-select {
    background-color: #efefef;
}
.directory-dashboard-header{
    border-radius:10px;
}



.new-link-class a{
    display:block !important;
}
.new-class-style img{
    display:block !important;
}
.new-class-style small{
    display: block !important;
}
/* === HEADER (RECOMMENDED LABEL) === */
.new-pricing-style {
      margin-top: -1px;
        background: #008cff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 7px 0 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    width: 100%;
}



/* === BASE CARD === */
.pricing-card {
  position: relative;
  border-radius: 20px;
  transition: 0.3s ease;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: visible;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* === HOVER EFFECT === */
.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

/* === RECOMMENDED CARD === */
.pricing-card.recommended {
  border: 2px solid #008cff;
  box-shadow: 0 12px 30px rgba(0,140,255,0.25);
  margin-top: -30px;
}

.pricing-card.recommended .card-body {
    /* padding-bottom: 60px; */
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-top: -16px;
}
/* === CARD BODY === */
.pricing-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 25px;
  background: #fff;
  border-radius:20px;
}

/* === TITLE === */
.plan-title {
  display: flex;
  /* justify-content: center;
  align-items: center; */
}

/* === FEATURE LIST === */
.price-plan {
  flex-grow: 1;
  min-height: 180px;
}

.price-plan li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
}

.price-plan img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

/* === BUTTON === */
.pricing-plan-section .btn {
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  width: 100%;
  margin-top: auto;
}

/* === DIVIDER === */
.pricing-plan-section hr {
  width: 80%;
  margin: 15px auto 25px auto;
  border-top: 2px solid #e0e0e0;
}




    /* news details */
   .details-sidebar {
      min-height: 96vh;
      border-right: 1px solid #e9ecef;
      background: #fff;
      border-radius: 10px;
      padding: 20px !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    /* .details-logo img {
      max-height: 50px;
    } */
    .details-nav .nav-link {
      color: #495057;
      font-weight: 500;
      border-radius: 6px;
      padding: 8px 12px;
    }
    .details-nav .nav-link:hover {
      background: #f1f3f5;
      color: #0d6efd;
    }
    .details-nav .nav-link.active {
      background: #e7f1ff;
      color: #0d6efd;
      font-weight: 600;
    }

    /* Content */
    .details-header a {
      font-size: 1.1rem;
      font-weight: 600;
      color: #212529;
    }
    .details-header a:hover {
      color: #0d6efd;
    }
    .details-header p {
      font-size: 0.9rem;
    }



    .details-article h4 {
      font-weight: 700;
      font-size: 1.25rem;
    }
    .details-article p {
      line-height: 1.6;
      margin-bottom: 1rem;
    }

    .details-page{
         background-color: #E7F2FD;
    }

.dash-image {

      height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    }

  .det-img{
     padding: 20px;
    background: #ffff;
    border-radius: 10px;
    }
    .det-content{
         padding: 20px;
    background: #ffff;
    border-radius: 10px;
    margin-bottom: 15px !important;
    }

    .det-para{
        color:#828282;
        font-size:14px;
        line-height:24px;
    }

    .jan-para{
        color:#008CFF !important;
        font-size:12px !important;
        line-height:20px !important;
    }

.details-content{
    padding-top: 0px !important;
}


      /* code */
    .directory-dashboard-sidebar {
      min-height: 100vh;
      background: #fff;
      border-right: 1px solid #e0e0e0;
      /* padding: 20px 0; */
      padding:30px;
    }
    /* .directory-label{
      color:#828282;
      font-weight: 500;
      padding: 12px 20px;
    }
     */
    /* .directory-dashboard-sidebar .nav-link.active {
      background: #e8f2ff;
      color: #0d6efd;
      border-radius: 6px;
    } */

    .directory-dashboard-menu .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 30px;

}
  .directory-dashboard-menu .nav-link.active {
      /* background: #e8f2ff;
      color: #0d6efd;
      border-radius: 6px; */
      background: linear-gradient(90deg, #0094FF 0%, #C2E9FB 100%);
    }

.directory-dashboard-menu .directory-icon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;

}

.directory-dashboard-menu .directory-label {
  flex: 1;
   color:#828282;
  font-weight: 400;
  font-size:16px;
  line-height:26px;
  font-family:'Fira Sans', sans-serif;
}



.dir-new-space{
   border-bottom: 2px solid #ddd;
    padding-bottom: 26px;
    padding-left:30px !important;
}
.directory-badge {
  display: inline-block;
  background-color: #ff3b3b; /* red badge */
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  margin-left: 6px; /* spacing between label and badge */
}

.directory-dashboard-menu .nav-link:hover {
    background: linear-gradient(90deg, #0094FF 0%, #C2E9FB 100%);
}

.directory-dashboard-menu .nav-link:hover svg,
.directory-dashboard-menu .nav-link:hover svg path,
.directory-dashboard-menu .nav-link.active svg,
.directory-dashboard-menu .nav-link.active svg path    {
    fill:#fff !important;

}

.directory-dashboard-menu .nav-link:hover .directory-label,


.directory-dashboard-menu .nav-link.active .directory-label {
    color:#fff !important;

}

.det-total{
    padding: 20px;
}


@media (min-width: 768px) and (max-width: 1168px) {

.details-sidebar{
  width:25%;
}
.details-content{
  width:75%;
}
}
@media (max-width:768px){

.details-sidebar{
  width:100%;
}
.details-content{
  width:100%;
}
.det-total {
    padding: 15px !important;
}

.details-content{
  padding: 0px !important;
}
.det-content {

    margin-top: 40px;
}




}






/* REsponsive */
@media (min-width: 768px) and (max-width: 1168px) {

.details-sidebar{
  width:25%;
}
.details-content{
  width:75%;
}
}
@media (max-width:768px){

.details-sidebar{
  width:100%;
}
.details-content{
  width:100%;
}
.det-total {
    padding: 15px !important;
}

.details-content{
  padding: 0px !important;
}
.det-content {

    margin-top: 40px;
}
.resetotp-input {
    width: 45px;
    height: 45px;
}




}


@media (max-width: 786px) {
  .list-but {
    height: 43px;
    border: 1px solid #008CFF;
    border-radius: 90px;
    color: #008CFF;
    background-color: white;
    width: 102px !important;
  }

.button-size {
    height: 40px !important;
   width: 102px !important;
    border-radius: 90px;
    color: white;
    background-color: #008CFF;
    border: 1px solid #008CFF;
}
.space-new-classs{
    display: block !important;
}
}

@media(max-width:798px){
.directory-dashboard-headers{
  display:block;

}


.dashboard-title,.search-box{
  margin-bottom:10px;
}
.directory-dashboard-header select{
  max-width:100%;
}
.directory-dashboard-header .search-box i{
  position:absolute;
  left:6px;
  top:23px;

}

}
/* ================================
   FIX - PRICING PAGE FIGMA MATCH
   ================================ */

/* Background gradient for hero */
.directory-hero {
  background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 100%);
  padding-top: 120px;
  padding-bottom:100px;
  text-align: center;
}

/* Divider below hero */
.full-blue-box {
  width: 100%;
  height: 10px;
  background-color: #007bff;
  margin-top: -5px;
}

/* Pricing cards container */
.pricing-plan-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  padding-bottom: 100px;
}

/* Card design fix */
.pricing-plan-card {
  border-radius: 12px;
  border: none;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Card header fix */
.card-header {
  border-radius: 12px 12px 0 0 !important;
  font-size: 14px;
  text-transform: uppercase;
}

/* Pricing text */
.pricing-plan-price {
  font-size: 2rem;
  margin: 15px 0;
  color: #000;
}

/* Features styling */
.pricing-plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-plan-features li {
  margin-bottom: 10px;
  font-size: 15px;
  padding-left: 28px;
  position: relative;
  color: #444;
}

.pricing-plan-features li.allowed::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url('../dash-img/green-tick.png') no-repeat center center;
  background-size: contain;
}
.price-plan li{
  margin-bottom: 5px;
}
.price-plan li span{
  line-height: 20px ;
  font-size: 14px;

}
.pricing-plan-features li.not-allowed::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url('../dash-img/redwrong.png') no-repeat center center;
  background-size: contain;
}

/* CTA Section */
.visit-blue-section {
  background-color: #004aad;
  color: white;
  padding: 80px 0;
}

.visit-section-title {
  font-weight: 700;
  font-size: 32px;
}

.visit-cta-button {
  background: #fff;
  color: #004aad;
  padding: 10px 35px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.visit-cta-button:hover {
  background: #007bff;
  color: #fff;
}

/* Footer fix */
.site-footer {
  background-color: #0a0a0a !important;
  color: #fff;
}

.featured-slider-wrapper { position: relative; overflow: hidden; }
.featured-slider { display: flex; transition: 0.5s ease; }
.featured-slide { flex: 0 0 33.33%; padding: 0 20px; }

@media(max-width: 992px) {
  .featured-slide { flex: 0 0 50%; }
}

@media(max-width: 576px) {
  .featured-slide { flex: 0 0 100%; }
}

/* .featured-prev, .featured-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border-radius: 50%;
  border: none;
  width: 38px;
  height: 38px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 10;
}
.featured-prev { left: -20px; }
.featured-next { right: -20px; } */

.featured-prev,
.featured-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-prev { left: 2px; line-height: 20px; }
.featured-next { right: 2px; line-height: 20px; }

.featured-dots { text-align: center; margin-top: 10px; }
.featured-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 4px;
  cursor: pointer;
}
.featured-dot.active { background: #003363; }
/* Modern Pagination */
.modern-pagination .pagination {
    gap: 8px;
}

.modern-pagination .page-item {
    list-style: none;
}

.modern-pagination .page-link {
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.modern-pagination .page-link:hover {
    background: #eaf3ff;
    color: #007bff;
}

.modern-pagination .page-item.active .page-link {
    background: #eaf3ff;
    color: #007bff;
    font-weight: 600;
}

.modern-pagination .page-item.disabled .page-link {
    opacity: 0.5;
    cursor: not-allowed;
    background: #fff;
}


.modern-pagination .page-item:first-child .page-link,
.modern-pagination .page-item:last-child .page-link {
    border-radius: 20px;
    padding: 0 12px;
    width: auto;
    background: transparent;
    font-size: 14px;
}


.un_tag{
  text-decoration: none;
}





/* === Container === */
.dir-msg-messages {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* padding: 16px; */
    overflow-y: auto;
    height: calc(100vh - 125px);
    /* height: calc(100vh - 280px); */
    scroll-behavior: smooth;
    background-color: #f9fafb;
}

/* === Message Card === */
.dir-msg-messages .message-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    word-wrap: break-word;
    animation: fadeIn 0.2s ease-in;
}

.dir-msg-messages .message-card.mc-sender {
    /* align-self: flex-end; */
    align-items: flex-end;
}

.dir-msg-messages .message-card-content{
    max-width: 70%;
    position: relative;
}
/* === Message Bubble === */
.dir-msg-messages .message-card-content .message {
    background-color: #e5e7eb;
    color: #111827;
    padding: 10px 14px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 20px;
}

.dir-msg-messages .message-card.mc-sender .message {
    background-color: #2563eb;
    color: #fff;
    border-bottom-right-radius: 2px;
}

.dir-msg-messages .message-card:not(.mc-sender) .message {
    border-bottom-left-radius: 2px;
}

/* === Message Time === */
.dir-msg-messages .message-time {
    display: block;
    font-size: 11px;
    opacity: 0.7;
    margin-top: 4px;
    text-align: right;
}

.dir-msg-messages .message-card:not(.mc-sender) .message-time {
    text-align: left;
}

/* === Delete Icon === */
.dir-msg-messages .message-card .actions {
    position: absolute;
    top: -6px;
    right: -20px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.dir-msg-messages .message-card:hover .actions {
    opacity: 1;
}

.dir-msg-messages .message-card .actions i {
    color: #9ca3af;
    font-size: 13px;
    cursor: pointer;
    background: #f3f4f6;
    border-radius: 50%;
    padding: 5px;
    transition: all 0.2s ease;
}

.dir-msg-messages .message-card .actions i:hover {
    color: #ef4444;
    background: #fee2e2;
}

/* === Scrollbar === */
.dir-msg-messages .dir-msg-messages::-webkit-scrollbar {
    width: 6px;
}

.dir-msg-messages.dir-msg-messages::-webkit-scrollbar-thumb {
    background-color: #d1d5db;
    border-radius: 4px;
}

/* === Animations === */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}





#filePreview{
    position: relative;
}
.img-preview-chat{
    position: relative;
    width: 110px;
}
#filePreviewImage{
    max-width: 100%;
}
#removeFileBtn{
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff4d4f;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
}
.image-file.chat-image {
    background-size: cover;
    background-position: center;
    width: 200px;
    height: 200px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.image-file.chat-image div {
    display: none;
}
/* Base feature item */
.feature-item {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

/* Overlay for locked features */
.feature-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.15); /* slight white tint */
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 10;
    pointer-events: all; /* allow interaction with overlay */
}

/* Glassy upgrade button */
.upgrade-btn {
    background: rgb(239 239 239 / 25%);
    color: #0085f9;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Hover glow effect */
.upgrade-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}



/* #chatImagePreview {
    max-height: 80vh;
    object-fit: contain;
}
.chatImageModal .modal-content {
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(6px);
} */

.listing-card-wrapper {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

.chat-empty-state {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background: rgba(255, 255, 255, 0.38);
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.25);
    animation: fadeIn .5s ease-out;
}

.chat-logo-wrap {
    width: 38%;
    padding: 14px;
}
/* Fade-in animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* .btn-save {
    background: #007bff;
    color: #fff;
    border-radius: 25px;
    padding: 8px 22px;
    font-weight: 600;
    border: none;
} */

