/**{

  background-color: #f3f3f3;
}*/
 


.MyGold{
            background: radial-gradient(ellipse farthest-corner at right bottom, #f1d969 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #fac13f 0%, #dba22e 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
        } 

          .pagination {
            margin-top: 20px;
        }
        .pagination a {
            padding: 6px 12px;
            background: #f0f0f0;
            margin: 0 2px;
            text-decoration: none;
            border: 1px solid #ccc;
            color: #333;
        }
        .pagination .current {
            padding: 6px 12px;
            background: #007BFF;
            color: white;
            font-weight: bold;
            border: 1px solid #0056b3;
        }

        .PricingText{ 
          font-size: clamp(0.8rem, 0.7rem + 0.4vw, 2rem);
          font-weight: 600;
        }

        .DiscountTxt{
          background: linear-gradient(to right, #000000, #000000, #000000);
            color: #ffffff;
            left: 0;
            position: absolute;
            z-index: 2;
            padding: 2px 8px 2px;
            margin-top: 10px;
            margin-left: 60%;
            border-radius: 3px;
        }

        @media only screen and (max-width: 600px) {
          .DiscountTxt {
              background: linear-gradient(to right, #000000, #000000, #000000);
            color: #ffffff;
            left: 0;
            position: absolute;
            z-index: 2;
            padding: 2px 8px 2px;
            margin-top: 10px;
            margin-left: 55%;
            border-radius: 3px;
          }
      }


      @media only screen and (max-width: 600px) {
          .DiscountTxt {
              background: linear-gradient(to right, #000000, #000000, #000000);
              color: #ffffff;
              left: 0;
              position: absolute;
              z-index: 2;
              padding: 2px 8px 2px;
              margin-top: -194px;
              margin-left: 78%;
              border-radius: 3px;
          }
      }

        .plate-img {
            display: block;              /* ensures margin auto works */
            max-width: 100%;             /* scales down but never overflows container */
            height: auto;                /* keeps aspect ratio */
            margin: 0 auto;              /* centers horizontally */
            padding: 0.5rem;             /* optional breathing space */
          }


          .plate-img {
            max-width: 120px;   /* adjust as needed */
          }







  .fb-login-btn {
    display: inline-block;
    background-color: #1877F2;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.fb-login-btn:hover {
    background-color: #145dbf;
}


.login-container {
    box-sizing: border-box;
    background: #feedf6;
    background: -webkit-gradient(linear,left top,right bottom,from(#feedf6),to(#fcf0e2));
    background: -webkit-linear-gradient(top left,#feedf6,#fcf0e2);
    background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
    text-align: center;
    padding-top: 30px;
    position: relative;
    padding-bottom: 40px
}
 

.header-sprite {
    background: url(https://cdn.myntassets.com/myx/images/header@2x-new16.a409d46af2e211afcaa82c1359787a90408024be.png) no-repeat 0 0;
    background-size: 336px 48px
}

.login-logo {
    background-position: 0 0;
    margin-top: 30px;
    width: 50px;
    height: 38px
}

.login-title {
    font-size: 32px;
    margin-top: 15px;
    color: #535766
}
 

.login-info-text {
    color: #94969f;
    font-size: 12px
}

.login-button-info-text {
    margin-top: 0;
    margin-bottom: 20px
}

 

.login-button {
    display: block;
    margin: 0 auto;
    width: 100%;
/*     max-width: 162px; */
    padding-left: 30%;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #696b79;
    height: 50px;
    border: 1px solid #bfc0c6;
    background-color: #fff;
    border-radius: 5px;
    text-align: left
}

.login-button:focus {
    outline: 0
}

.login-button:hover {
    box-shadow: 0 2px 5px #eaeaec
}

.login-facebook {
    margin-bottom: 20px
}

.login-gplus-logo {
    background-position: -298px 0!important;
    width: 23px;
    top: 13px
}

.login-fb-logo,.login-gplus-logo {
    height: 29px;
    position: absolute;
    left: 15px
}

.login-fb-logo {
    background-position: -269px 0!important;
    width: 28px;
    top: 10px
}
 
@media (min-width: 360px) {
    .login-button {
        width:100%;
        display: inline-block
    }

    .login-facebook {
        margin-right: 15px;
        margin-bottom: 0
    }
}



 body::-webkit-scrollbar {
        width: 5px;
      }

      body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      }

      body::-webkit-scrollbar-thumb {
        border-radius: 15px;
        background-image: linear-gradient(
          90deg,
          #0f4229c2,
          #0f4229, 
          #0f4229c2
        );
      }


       .modal-body::-webkit-scrollbar {
            width: 5px;
        }

        .modal-body::-webkit-scrollbar-track {
             -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        }

        .modal-body::-webkit-scrollbar-thumb {
            border-radius: 15px;
            background-image: linear-gradient(
              90deg,
              #0f4229c2,
              #0f4229, 
              #0f4229c2
            );
        } 



      .modal-dilog::-webkit-scrollbar {
                  width: 5px;
              }

      .modal-dilog::-webkit-scrollbar-track {
           -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      }

      .modal-dilog::-webkit-scrollbar-thumb {
          border-radius: 15px;
          background-image: linear-gradient(
            90deg,
            #0f4229c2,
            #0f4229, 
            #0f4229c2
          );
      } 
      

  #HeadCustom {
    width: 40px; height:40px; display: block;margin-left: auto;margin-right: auto;border-radius: 5px;
  }

  #HeadCustom:hover {
    background-color: #fff;
  }

#CustomIcon {
    color: #fff; 
}


  #MyCustImage {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;margin-top: 45px;
      }

  @media only screen and (max-width: 600px) {
  #MyCustImage  {
      width: 40%;
      margin-top: -150px;
      margin-left: 200px;
      }
    }

  @media only screen and (max-width: 600px) {
    #MyCustImage2  {
        width: 40%; 
        margin-left: 0px;
      }

      #MyCustBrands{
                width: 20%;
            max-width: 100%;    
            border: 1px solid #0f4229;
          }


#HeadCustom {
    width: 50px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}
    }

    #MyCustImage2  {
        width: 40%; 
        margin-left: 0px;
      }

@media (min-width: 992px) {
    #MyCustBrands {
        flex: 0 0 auto;
        width: 10% !important;
    }
}

    @media only screen and (max-width: 1200px) {
          #customIsedImG{
          display: block;
          margin-left: auto;
          margin-right: auto; 

      }
        }

    @media only screen and (max-width: 600px) {
          #customIsedImG{
          display: block;
          margin-left: auto;
          margin-right: auto; 

      }

      .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 97%;
        height: 75vh; 
        color: var(--bs-modal-color);
        pointer-events: auto;
        background-color: var(--bs-modal-bg);
        background-clip: padding-box;
        border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
        border-radius: var(--bs-modal-border-radius);
        outline: 0;

        }

         .modal.show .modal-dialog{

          transform: none;
           margin-left: 20px;
           margin-top: 80px;

          }



        }


        @media (min-width: 992px) {
            .modal-lg1, .modal-xl1 {
                  --bs-modal-width: 500px !important;  
            }
        }
 
      #hdfkagfajdfaj{
        display: block;
          margin-left: 210px;
          /* margin-right: 80px; */
          width: 30%;
          margin-top: -26px;
      }


#rowCustom{
  padding: 18px!important;
}
 
    .modal-open .modal {
          overflow-x: hidden;
          overflow-y: auto;
          backdrop-filter: blur(10px);
      }

      .modal {
          position: fixed;
          top: 0;
          left: 0; 
          display: none;
          width: 100%;z-index: 900009;
          height: 100%;
          overflow: hidden;
          outline: 0
      }
 
      .mystyleforselectedcity {
        text-align: center;
        padding: 2px;
        margin: 3px;
        border-radius: 3px;
        border:1px solid black;"
       }

       #PriCiNg{
      box-shadow: 0 1px 3px rgba(0,0,0,.2);
    }

    .gallery {
        --g: 6px; /* the gap */
        
        display: grid;
        width: 100%; /* the size */
        height: auto; 
        grid: auto-flow 1fr/repeat(3,1fr);
        gap: var(--g);
      }
      .gallery img {
        width: 100%;
        height: 100%; 
        filter: grayscale();
        cursor: pointer;
        transition: .5s
      }
      .gallery img:hover {
        filter: grayscale(0);
      }
      .gallery img:nth-child(2) {
        grid-area: 1/1/span 2/span 2; 
      }
      .gallery img:nth-child(3) {
        grid-area: 1/1/span 2/span 2; 
      }

 

 #MyCustCity{
    text-align: center; 
    padding: 2px; 
    margin: 3px; 
    border-radius: 3px; 
    border:1px solid black;
 }

 #MyCITYCUST{ 

    font-size: 1em;
    font-weight: 500; 
    margin: 0 0 5px 0;
    text-transform: capitalize;
 }

#MyCustCity :hover { 

  color:#ed8413 !important;
  border-color:#ed8413 !important ;
}



.social-icons .vali {
    color: #000;
    text-decoration: none; 
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    transition: 0.4s;
    align-items: center;
    position: fixed;
    margin-top: 241px;
    width: 200px;
    margin-right: -53px;
    height: 40px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid black;
    background-color: rgba(200, 200, 200, 0.5);
    z-index: 10;
}


.social-icons .vali2 {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    transition: 0.4s;
    align-items: center;
    position: fixed;
    margin-top: 241px; 
    padding: 5px 5px;
    border-radius: 5px;
    background-color: rgba(200, 200, 200, 0.5);border: 1px solid black;
    z-index: 10;
}


.social-icons a i {
  margin-right: 5px;
}

#facebook-button {
  color: #3b5998;
  right: -102px;
  top: 20px;
}
#facebook-button:hover {
  right: 0;
  color: #fff;
  background-color: #3b5998;
}



#whatsapp-button {
  color: #3b5998;
      right: -102px;
    top: 170px;
}


#whatsapp-button:hover {
  right: 0;
  color: #fff;
  background-color: rgb(37, 211, 102);
}





#quick-button2 {
  color: #3b5998;
  left: -165px;
  padding-right:10px;
  padding-left:5px;
  top: 20px;
}
#quick-button2:hover {
  left: -5px;
  color: #fff;
  background-color: #3b5998;
}

#schedule-button2 {
  color: #3b5998;
  left: -220px;
  padding-right:10px;
  padding-left:5px;
  top: 75px;
}
#schedule-button2:hover {
  left: -5px;
  color: #fff;
  background-color: #3b5998;
}


#instagram-button {
  top: 70px;
  right: -102px;
  color: #000;
}
#instagram-button:hover {
  color: #fff;
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  right: 0;
}

#justdial-button {
  top: 120px;
  right: -102px;
  color: red;
}
#justdial-button:hover {
  right: 0;
  background-color: #000000;
  color: #ffffff;
}

#Mob_logo{
      background: white;
    padding: 10px;
    border-radius: 7px;
}


 

  @media (min-width: 50px) {
            .tp-blog-details__wrapper{
               padding: 0px !important;
        } 
        }


        
        .nivo-box,.nivo-caption,.nivoSlider{overflow:hidden}.nivoSlider{position:relative;width:100%;height:auto}.nivoSlider img{position:absolute;top:0;left:0;max-width:none}.nivo-main-image{display:block!important;position:relative!important;width:100%!important}.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:#fff;filter:alpha(opacity=0);opacity:0}.nivo-box,.nivo-slice{z-index:5;position:absolute}.nivo-box,.nivo-box img,.nivo-slice{display:block}.nivo-slice{height:100%;top:0}.nivo-caption{position:absolute;left:0;bottom:0;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:.8;display:none;-moz-opacity:.8;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-caption p{padding:5px;margin:0}.nivo-caption a{display:inline}.nivo-html-caption{display:none}.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer}.nivo-prevNav{left:0}.nivo-nextNav{right:0}.nivo-controlNav{text-align:center;padding:15px 0}.nivo-controlNav a{cursor:pointer}.nivo-controlNav a.active{font-weight:700}

        
        .boxed_wrapper {
            width: 100%;
            background: #fff;
            overflow-x: hidden;
        }

        .nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.nivo-box, .nivo-caption, .nivoSlider {
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    z-index: 1 !important;
}

.nivo-caption {
    background-color: transparent;
    height: 100%;
    padding: 0;
    height: 100%;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.nivo-caption {
    background-color: transparent;
    height: 100%;
    padding: 0;
    height: 100%;
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: .8;
    display: none;
    -moz-opacity: .8;
    filter: alpha(opacity = 8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: .8;
    display: none;
    -moz-opacity: .8;
    filter: alpha(opacity = 8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nivo-box, .nivo-caption, .nivoSlider {
    overflow: hidden;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
}

.nivo-box, .nivo-caption, .nivoSlider {
    overflow: hidden;
    margin-top: -30px;
}





.nivo-caption {
  background-color: transparent;
  height: 100%;
  padding: 0;
  height: 100%; }
  .nivo-caption .container {
    display: table;
    height: 100%; }
    .nivo-caption .container .row {
      display: table-cell;
      height: 100%;
      vertical-align: middle; }

/*-- Hero Style For BG Image & Video --*/
.hero-image-bg {
  background-image: url(img/hero/1.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.hero-video-bg {
  background-image: url(img/hero/video.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.hero-caption {
  padding: 250px 0; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-caption {
      padding: 200px 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-caption {
      padding: 150px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-caption {
      padding: 100px 0; } }
  @media only screen and (max-width: 767px) {
    .hero-caption {
      padding: 70px 0; } }
  @media only screen and (max-width: 479px) {
    .hero-caption {
      padding: 40px 0; } }

/*-- Hero Content --*/
.hero-content h1 {
    color: #0000ff;
    text-shadow: 2px 1px 2px rgb(0 0 0);
    padding: 10px;
    font-size: 45px;
    font-weight: 700;
    line-height: 63px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-content h1 {
      font-size: 50px;
      line-height: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content h1 {
      font-size: 36px;
      line-height: 40px; } }
  @media only screen and (max-width: 767px) {
    .hero-content h1 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 5px; } }
.hero-content p {
      color: #fff;
    font-weight: 400;
    font-size: 20px;
    background: #000;
    padding: 10px;
    line-height: 32px;
    text-shadow: 1px 0px 2px rgb(0 0 0);
    border-radius: 5px;
    margin-bottom: 30px;
    max-width: 612px;
    padding: 6px;
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .hero-content p {
      font-size: 14px;
      height: 50px;
      line-height: 24px;
      margin-bottom: 10px;
      overflow: hidden; } }
  @media only screen and (max-width: 479px) {
    .hero-content p {
      display: none; } }
.hero-content a {
  background: #000 none repeat scroll 0 0;
  border: 2px solid #000;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  height: 50px;
  line-height: 23px;
  padding: 11px 42px 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-content a {
      height: 44px;
      padding: 8px 30px 7px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content a {
      height: 36px;
      padding: 4px 20px 3px;
      font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .hero-content a {
      height: 36px;
      padding: 4px 20px 3px;
      font-size: 12px; } }
  @media only screen and (max-width: 479px) {
    .hero-content a {
      height: 30px;
      padding: 1px 15px 2px;
      border-width: 1px;
      font-size: 10px; } }
  .hero-content a:hover {
    background-color: #0000ff;
    border-color: #0000ff;
    color: #fff; }

/*-- Nivo Diraction Nav --*/
.nivo-directionNav a {
  background-color: rgba(0, 0, 0, 0.15);
  top: 50%;
  margin-top: -31px;
  height: 62px;
  width: 62px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  overflow: hidden;
  opacity: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nivo-directionNav a {
      height: 40px;
      width: 40px;
      margin-top: -20px; } }
  @media only screen and (max-width: 767px) {
    .nivo-directionNav a {
      display: none; } }
.nivo-directionNav a:hover span {
  background: #0000ff none repeat scroll 0 0;
  opacity: 1;
}
  .nivo-directionNav a:hover i {
    opacity: 1; }
  .nivo-directionNav a.nivo-prevNav {
    left: 40px;
    margin-left: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .nivo-directionNav a.nivo-prevNav {
        left: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .nivo-directionNav a.nivo-prevNav {
        left: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a.nivo-prevNav {
        left: 0px; } }
    .nivo-directionNav a.nivo-prevNav:hover i {
      left: -11px; }
  .nivo-directionNav a.nivo-nextNav {
    right: 40px;
    margin-right: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .nivo-directionNav a.nivo-nextNav {
        right: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .nivo-directionNav a.nivo-nextNav {
        right: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a.nivo-nextNav {
        right: 0px; } }
    .nivo-directionNav a.nivo-nextNav:hover i {
      left: 11px; }
    .nivo-directionNav a span {
      display: block;
      font-size: 24px;
      font-weight: 500;
      line-height: 62px;
      text-transform: uppercase;
      transition: all 0.3s ease 0s;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a span {
        line-height: 40px;
        font-size: 18px; } }
  .nivo-directionNav a i {
    display: block;
    line-height: 62px;
    font-size: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a i {
        line-height: 40px;
        font-size: 24px; } }

.nivoSlider:hover .nivo-directionNav a {
  opacity: 1; }
  .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
    margin-left: 0; }
  .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
    margin-right: 0; }
.footer-col {
  margin-bottom: 40px;
}
.footer-main {
    background: #100d0d;
}

.footer-col a,
.footer-col p,
.footer-col span {
    color: #9d9d9d;
}

.footer-col a:hover {
    color: #0000ff;
}
.footer-col.service-col {
    padding-left: 20px;
}
.footer-words {
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  padding-top: 28px;
}
.footer-social {
    padding-top: 18px;
}

.footer-social li:not(:first-of-type) {
    margin-left: 0px;
    padding: 0 3px;
}
.footer-social a {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  box-shadow: 0 2px 2px #000;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 44px;
  line-height: 45px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 44px;
}
.footer-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.footer-list li:not(:first-of-type) {
    margin-top: 10px;
}
.footer-list a { 
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .20px;
}

.footer-list a:before {
    content: "\f104";

    margin-right: 10px;
}
/*============ 
  POST PAGE
=================*/

.footer-main .post-column .post {
  position: relative;
  padding-left: 95px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #363636;
}
.footer-main .post-column .post:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.footer-main .post-column .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 70px;
}
.footer-main .post-column h5 {
  color: #999;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 9px;
  position: relative;
  top: -5px;
  transition: all 0.4s ease 0s;
}
.footer-main .post-column .post-info {
  color: #0000ff;
  font-size: 15px;
}
.footer-main .contact-column{
  position:relative;
}

.footer-main .contact-column h5 {
  font-size: 16px;
  color: #999;
  margin-bottom: 18px;
}
.footer-main .contact-column form {
  position: relative;
  margin-bottom: 25px;
}
.footer-main .contact-column input {
  background: #2e2e2e;
  border: 1px solid #363636;
  color:#fff;
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
}
.footer-main .contact-column input:focus {
  border-color: #0000ff;
}
.footer-main .contact-column button {
  background: #0000ff none repeat scroll 0 0;
  color: #fff;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
}
.footer-main .contact-column p {
  padding-bottom: 19px;
  margin-bottom: 20px;
  border-bottom: 1px solid #363636;
}
.footer-main .contact-column .social-icon li {
  display: inline-block;
}
.footer-main .contact-column .social-icon li a {
  display: inline-block;
  color: #999;
  margin-right: 15px;
  font-size: 16px;
  transition: .5s ease;
}
.footer-main .contact-column .social-icon li a:hover {
  color: #0000ff;
  transition: .5s ease;
}
/*footer bttom*/
.footer-bottom {
    padding-top: 23px;
    padding-bottom: 24px;
    background: #000;
    color: #999;
}
.copyright,
.footer-menu a {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}
.copyright {
  letter-spacing: 0.4px;
  line-height: 18px;
  margin-top: 3px;
}
.footer-menu a {
    line-height: 14px;
    letter-spacing: .80px;
}
.footer-menu a:hover {
    color: #0000ff;
}
.footer-menu li:not(:first-of-type) {
    margin-left: 35px;
}

/*=============
  ABOUT PAGE
===============*/
.about-text h2 {
 font-weight: 600;
    margin-bottom: 0px;
    margin-top: 20px;
    text-transform: uppercase;
}
.about-text p {
  margin-bottom: 20px;
}
.about-text .work-process {
  
padding: 15px 0 40px;
}
.about-text .work-process li {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 30px;
}
.about-text .work-process li span {
  height: 55px;
  width: 55px;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  margin-right: 16px;
  color: #0000ff;
  line-height: 50px;
  border: 2px dashed #0000ff;
  border-radius: 50%;
}
/*====================
  two-column style
=====================*/
.two-column {
  text-align: center;
}
.two-column h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.two-column p {
  color: #fff;
  position: relative;
  margin: 33px 0;
}
.two-column .thm-btn {
  border-radius: 25px;
  padding: 0 40px;
}
.two-column .column1 {
  position: relative;
  padding: 100px 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.two-column .column1:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(250, 153, 40, 0.8);
    z-index: 0;
}
.two-column .column2{
  padding: 100px 0;
  background: #2c3e50;
}
.two-column .thm-btn:before {
  border-radius: 23px;
}
/*====================
 SERVICE PAGE
======================*/
.service-section {
    overflow: hidden;
}
.service-section .column {
  padding: 0 10px;
}
.service-section .service-box {
  position: relative;
  background-color: #f0f5f9;
  text-align: center;
  padding: 40px 0 50px;
  margin-bottom: 20px;
  transition: .5s ease;
}
.service-section .service-box:hover{
  background-image: url(../images/background/1.html);
  background-color: #0000ff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: .5s ease;
}
.service-section .service-box:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  background: rgba(250, 153, 40, 0.9);
  z-index: 0;
  transition: .5s ease;
  opacity: 0;
}
.service-section .service-box:hover:before{
  opacity: 1;
}
.service-section .service-box span:before {
  font-size: 55px;
  color: #fab226;
  position: relative;
}
.service-section .service-box:hover span:before {
  color: #fff;
}
.service-section .service-box h5 {
  position: relative;
  font-size: 16px;
  margin-top: 5px;
  color: #2c3e50;
}
.service-section .service-box:hover h5 {
  color: #fff;
}

.service-section .service-box a {
  display: block;
}






* {
  box-sizing: border-box;
}
 

#regForm {
  background-color: #ffffff;
 margin: 20px auto;  
    min-width: 280px;
}

h1 {
  text-align: center;  
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;

  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button { 
  color: #000;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}


.cityStyle{
  text-align: center; 
  padding: 2px; 
  margin: 3px; 
  border-radius: 3px; 
  border:1px solid black;
                          
}

 .keyword-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
      gap: 10px;
      padding: 20px;
    }

    .keyword-grid h6 {
      border: 1px solid #0f4229;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    margin: 0;font-weight: 600;
    }

    @media (min-width: 768px) {
      .keyword-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (min-width: 1024px) {
      .keyword-grid {
        grid-template-columns: repeat(4, 1fr);
      }
    }



     .dj-auth-modal .modal-content{border:0;border-radius:18px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.25);}
      .dj-auth-hero{
            background: linear-gradient(135deg, #0f4229, #0c7542);
        color:#fff;padding:28px;min-height:100%;position:relative;
      }
      .dj-auth-hero .badge{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.25);}
      .dj-auth-body{padding:28px;}
      .dj-auth-title{font-weight:800;letter-spacing:.2px;margin:0;}
      .dj-auth-sub{opacity:.9;margin-top:8px;}
      .dj-divider{display:flex;align-items:center;gap:12px;color:#6b7280;font-size:.85rem;margin:16px 0;}
      .dj-divider:before,.dj-divider:after{content:"";flex:1;height:1px;background:#e5e7eb;}
      .dj-form .form-control{border-radius:12px;padding:12px 14px;}
      .dj-form .input-group-text{border-radius:12px;}
      .dj-btn{border-radius:12px;padding:12px 14px;font-weight:700;}
      .dj-tab .nav-link{border:0;border-radius:12px;font-weight:700;color:#334155;background:#f1f5f9;margin-right:8px;}
      .dj-tab .nav-link.active{background:#111827;color:#fff;}
      .dj-foot a{text-decoration:none;}

        


    #FBbuTTonCon {
        background: #1877f2 !important;
        color: #fff !important;
        border: none !important;
        border-radius: 5px !important;
        padding: 10px 100px !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        cursor: pointer !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        box-shadow: 0 5px 5px #21252938 !important;
    }



    .dj-city-modal .modal-dialog {
        max-width: 1040px;
    }

    .dj-city-modal .modal-content {
        border: 0;
        border-radius: 22px;
        overflow: hidden;
        height: auto !important;
        box-shadow: 0 24px 70px rgba(15, 66, 41, 0.24);
    }

    .dj-city-modal-header {
        position: relative;
        padding: 10px 10px 10px;
        color: #fff;
        background:
            radial-gradient(circle at top right, rgba(255, 160, 0, 0.28), transparent 34%),
            linear-gradient(135deg, #0f4229 0%, #17633f 100%);
    }

    .dj-city-modal-header::after {
        content: "";
        position: absolute;
        width: 190px;
        height: 190px;
        right: -70px;
        bottom: -115px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
        pointer-events: none;
    }

    .dj-city-modal-title-wrap {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        gap: 14px;
        padding-right: 48px;
    }

    .dj-city-modal-icon {
        width: 48px;
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 48px;
        border-radius: 15px;
        color: #0f4229;
        background: #ffffff;
        font-size: 20px;
    }

    .dj-city-modal-title {
        margin: 0;
        color: #fff;
        font-size: 1.45rem;
        font-weight: 800;
        line-height: 1.25;
    }

    .dj-city-modal-subtitle {
        margin: 4px 0 0;
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.93rem;
    }

   .dj-city-modal .btn-close {
    position: absolute;
    z-index: 3;
    top: 12px;
    right: 12px;
    padding: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.92);
    opacity: 1;
}

    .dj-city-modal-body {
        max-height: min(76vh, 760px);
        padding: 26px 30px 30px;
        overflow-y: auto;
        background: #f7f9f8;
    }

    .dj-city-search-wrap {
        position: sticky;
        z-index: 5;
        top: -26px;
        padding: 0 0 20px;
        background: #f7f9f8;
    }

    .dj-city-search {
        position: relative;
    }

    .dj-city-search i {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 17px;
        color: #62746a;
        transform: translateY(-50%);
    }

    .dj-city-search .form-control {
        min-height: 52px;
        padding-left: 48px;
        padding-right: 46px;
        border: 1px solid #dce5df;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(15, 66, 41, 0.06);
    }

    .dj-city-search .form-control:focus {
        border-color: #17633f;
        box-shadow: 0 0 0 0.2rem rgba(23, 99, 63, 0.13);
    }

    .dj-city-search-clear {
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 12px;
        width: 32px;
        height: 32px;
        display: none;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 50%;
        color: #62746a;
        background: #eef3f0;
        transform: translateY(-50%);
    }

    .dj-city-section-heading { 
        align-items: end;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .dj-city-section-heading h5 {
        margin: 0;
        color: #173426;
        font-size: 1.05rem; 
    }

    .dj-city-section-heading span {
        color: #718078;
        font-size: 0.84rem;
    }

  .dj-top-city-card {
    position: relative;
    display: block;
    min-height: 130px;
    width: 160px;
    overflow: hidden;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #0f4229, #27704d);
    box-shadow: 0 12px 26px rgba(15, 66, 41, 0.12);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

    .dj-top-city-card:hover {
        color: #fff;
        transform: translateY(-4px);
        box-shadow: 0 18px 34px rgba(15, 66, 41, 0.2);
    }

    .dj-top-city-card.is-selected {
        outline: 3px solid #ffffff;
        outline-offset: 2px;
    }

    .dj-top-city-image,
    .dj-top-city-fallback {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .dj-top-city-image {
        object-fit: cover;
        transition: transform 300ms ease;
    }

    .dj-top-city-card:hover .dj-top-city-image {
        transform: scale(1.05);
    }

    .dj-top-city-fallback {
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.18);
        background:
            radial-gradient(circle at 85% 15%, rgba(255, 160, 0, 0.35), transparent 34%),
            linear-gradient(135deg, #0f4229 0%, #24734d 100%);
        font-size: 54px;
    }

    .dj-top-city-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            180deg,
            rgba(5, 21, 13, 0.04) 15%,
            rgba(5, 21, 13, 0.82) 100%
        );
    }

    .dj-top-city-content {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 18px;
    }


    .dj-top-city-name {
        margin: 0;
        color: #fff;
        font-size: 1.18rem; 
    }

    .dj-top-city-state {
        margin-top: 3px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.82rem;
    }

    .dj-city-selected-check {
        position: absolute;
        z-index: 3;
        top: 12px;
        right: 12px;
        width: 31px;
        height: 31px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #0f4229;
        background: #fff;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.14);
    }

   .dj-all-cities-panel {
    margin-top: 26px;
    padding: 15px;
    border: 1px solid #e1e8e4;
    border-radius: 15px;
    background: #fff;
}

    .dj-city-item {
        display: flex;
        align-items: center;
        gap: 11px;
        min-height: 50px;
        padding: 10px 12px;
        border: 1px solid #e6ece8;
        border-radius: 12px;
        color: #203c2e;
        background: #fff;
        transition:
            border-color 160ms ease,
            background-color 160ms ease,
            transform 160ms ease;
    }

    .dj-city-item:hover {
        color: #0f4229;
        border-color: #95b4a2;
        background: #f2f8f4;
        transform: translateY(-1px);
    }

    .dj-city-item.is-selected {
        border-color: #17633f;
        background: #edf7f0;
    }

    .dj-city-item-icon {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 34px;
        border-radius: 10px;
        color: #17633f;
        background: #eaf4ed;
    }

    .dj-city-item-copy {
        min-width: 0;
        flex: 1;
    }

    .dj-city-item-name {
        display: block;
        overflow: hidden;
        font-size: 0.92rem;
        font-weight: 700;
        text-overflow: ellipsis;    text-decoration: none;
        white-space: nowrap;
    }

    .dj-city-item-state {
        display: block;
        overflow: hidden;
        margin-top: 2px;
        color: #7a8981;
        font-size: 0.72rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dj-city-empty {
        display: none;
        padding: 32px 18px;
        text-align: center;
        color: #74827b;
    }

    .dj-city-empty i {
        display: block;
        margin-bottom: 10px;
        color: #a3b0a9;
        font-size: 28px;
    }

    @media (max-width: 767.98px) {
        .dj-city-modal .modal-dialog {
            margin: 12px;
        }

        .dj-city-modal-header {
                    padding: 8px 8px;
        }

        .dj-city-modal-body {
            padding: 15px;
        }

        .dj-city-search-wrap {
            top: -20px;
        }

        /*.dj-top-city-card {
            min-height: 148px;
        }*/

        .dj-all-cities-panel {
            padding: 16px;
        }
    }



    /*-------------------------------------------footer sectiom-----------------------------------------------*/

 
    /*
    |--------------------------------------------------------------------------
    | City selector modal
    |--------------------------------------------------------------------------
    */

    .dj-city-modal {
        z-index: 11050;
    }

    .dj-city-modal .modal-dialog {
        width: auto;
        max-width: 1040px;
        margin: 16px auto;
    }

    .dj-city-modal .modal-content {
        overflow: hidden;
        border: 0;
        border-radius: 20px;
        background: #f7f9f8;
        box-shadow: 0 24px 70px rgba(15, 66, 41, 0.24);
    }

    .dj-city-modal-header {
        position: relative;
        padding: 24px 28px;
        color: #ffffff;
        background:
            radial-gradient(
                circle at top right,
                rgba(255, 160, 0, 0.28),
                transparent 34%
            ),
            linear-gradient(
                135deg,
                #0f4229 0%,
                #17633f 100%
            );
    }

    .dj-city-modal-title-wrap {
        display: flex;
        align-items: center;
        gap: 14px;
        padding-right: 48px;
    }

    .dj-city-modal-icon {
        width: 46px;
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 46px;
        border-radius: 14px;
        color: #0f4229;
        background: #ffffff;
        font-size: 20px;
    }

    .dj-city-modal-title {
        margin: 0;
        color: #ffffff;
        font-size: 1.35rem;
        font-weight: 800;
        line-height: 1.25;
    }

    .dj-city-modal-subtitle {
        margin: 4px 0 0;
        color: rgba(255, 255, 255, 0.76);
        font-size: 0.90rem;
    }

    .dj-city-modal .btn-close {
        position: absolute;
        z-index: 3;
        top: 17px;
        right: 17px;
        width: 34px;
        height: 34px;
        margin: 0;
        padding: 7px;
        border-radius: 50%;
        background-color: #ffffff;
        opacity: 1;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
    }

    .dj-city-modal-body {
        max-height: min(76vh, 760px);
        overflow-y: auto;
        padding: 24px 28px 28px;
    }

    .dj-city-search-wrap {
        position: sticky;
        z-index: 5;
        top: -24px;
        padding: 0 0 18px;
        background: #f7f9f8;
    }

    .dj-city-search {
        position: relative;
    }

    .dj-city-search > i {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 17px;
        color: #66776d;
        transform: translateY(-50%);
    }

    .dj-city-search .form-control {
        min-height: 50px;
        padding: 10px 46px 10px 46px;
        border: 1px solid #dce5df;
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0 8px 22px rgba(15, 66, 41, 0.06);
    }

    .dj-city-search .form-control:focus {
        border-color: #17633f;
        box-shadow: 0 0 0 0.2rem rgba(23, 99, 63, 0.13);
    }

    .dj-city-search-clear {
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 11px;
        width: 32px;
        height: 32px;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 50%;
        color: #62746a;
        background: #eef3f0;
        transform: translateY(-50%);
    }

    .dj-city-section-heading {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 14px;
    }

    .dj-city-section-heading h5 {
        margin: 0;
        color: #173426;
        font-size: 1.02rem;
        font-weight: 800;
    }

    .dj-city-section-heading span {
        color: #738078;
        font-size: 0.80rem;
    }

    /*
    |--------------------------------------------------------------------------
    | Top city image cards
    |--------------------------------------------------------------------------
    */

    .dj-top-city-card {
        position: relative;
        display: block;
        min-height: 150px;
        overflow: hidden;
        border-radius: 15px;
        color: #ffffff;
        background: linear-gradient(135deg, #0f4229, #27704d);
        box-shadow: 0 10px 24px rgba(15, 66, 41, 0.13);
        transition:
            transform 180ms ease,
            box-shadow 180ms ease;
    }

    .dj-top-city-card:hover {
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 16px 30px rgba(15, 66, 41, 0.20);
    }

    .dj-top-city-card.is-selected {
        outline: 3px solid #ffffff;
        outline-offset: 2px;
    }

    .dj-top-city-image,
    .dj-top-city-fallback {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .dj-top-city-image {
        object-fit: cover;
        transition: transform 300ms ease;
    }

    .dj-top-city-card:hover .dj-top-city-image {
        transform: scale(1.05);
    }

    .dj-top-city-fallback {
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.18);
        background:
            radial-gradient(
                circle at 85% 15%,
                rgba(255, 160, 0, 0.35),
                transparent 34%
            ),
            linear-gradient(
                135deg,
                #0f4229 0%,
                #24734d 100%
            );
        font-size: 48px;
    }

    .dj-top-city-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            180deg,
            rgba(5, 21, 13, 0.02) 18%,
            rgba(5, 21, 13, 0.86) 100%
        );
    }

    .dj-top-city-content {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 15px;
    }

    .dj-top-city-name {
        display: block;
        overflow: hidden;
        color: #ffffff;
        font-size: 1.04rem; 
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dj-city-selected-check {
        position: absolute;
        z-index: 3;
        top: 10px;
        right: 10px;
        width: 29px;
        height: 29px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #0f4229;
        background: #ffffff;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.14);
    }

    /*
    |--------------------------------------------------------------------------
    | All cities
    |--------------------------------------------------------------------------
    */

    .dj-all-cities-panel {
        margin-top: 26px;
        padding: 20px;
        border: 1px solid #e1e8e4;
        border-radius: 18px;
        background: #ffffff;
    }

    .dj-city-item {
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 56px;
        padding: 10px 11px;
        border: 1px solid #e5ece8;
        border-radius: 12px;
        color: #203c2e;
        background: #ffffff;
        transition:
            border-color 160ms ease,
            background-color 160ms ease,
            transform 160ms ease;
    }

    .dj-city-item:hover {
        color: #0f4229;
        border-color: #95b4a2;
        background: #f2f8f4;
        transform: translateY(-1px);
    }

    .dj-city-item.is-selected {
        border-color: #17633f;
        background: #edf7f0;
    }

    .dj-city-item-icon {
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 32px;
        border-radius: 9px;
        color: #17633f;
        background: #eaf4ed;
    }

    .dj-city-item-copy {
        min-width: 0;
        flex: 1;
    }

    .dj-city-item-name {
        display: block;
        overflow: hidden;
        color: #203c2e;
        font-size: 0.88rem;
        font-weight: 750;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dj-city-item-state {
        display: block;
        overflow: hidden;
        margin-top: 2px;
        color: #7a8981;
        font-size: 0.69rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dj-city-empty {
        display: none;
        padding: 30px 16px;
        text-align: center;
        color: #74827b;
    }

    .dj-city-empty i {
        display: block;
        margin-bottom: 9px;
        color: #a3b0a9;
        font-size: 27px;
    }

    /*
    |--------------------------------------------------------------------------
    | Mobile: exactly two city cards per horizontal row
    |--------------------------------------------------------------------------
    */

    @media (max-width: 767.98px) {
        .dj-city-modal .modal-dialog {
            margin: 10px;
        }

        .dj-city-modal .modal-content {
            border-radius: 16px;
        }

        .dj-city-modal-header {
            padding: 20px 18px;
        }

        .dj-city-modal-title-wrap {
            gap: 10px;
            padding-right: 38px;
        }

        .dj-city-modal-icon {
            width: 40px;
            height: 40px;
            flex-basis: 40px;
            border-radius: 12px;
            font-size: 17px;
        }

        .dj-city-modal-title {
            font-size: 1.05rem;
        }

        .dj-city-modal-subtitle {
            display: none;
        }

        .dj-city-modal .btn-close {
            top: 12px;
            right: 12px;
        }

        .dj-city-modal-body {
            max-height: 78vh;
            padding: 18px 14px 22px;
        }

        .dj-city-search-wrap {
            top: -18px;
            padding-bottom: 14px;
        }

        .dj-city-search .form-control {
            min-height: 46px;
        }

        .dj-city-section-heading {
            align-items: center;
        }

        .dj-city-section-heading span {
            display: none;
        }

        .dj-top-city-card {
            min-height: 118px;
            border-radius: 13px;
        }

        .dj-top-city-content {
            padding: 11px;
        }

        .dj-top-city-name {
            font-size: 0.86rem;
        }

        .dj-city-selected-check {
            top: 7px;
            right: 7px;
            width: 25px;
            height: 25px;
            font-size: 11px;
        }

        .dj-all-cities-panel {
            margin-top: 20px;
            padding: 14px 10px;
            border-radius: 15px;
        }

        .dj-city-item {
            min-height: 52px;
            gap: 7px;
            padding: 8px;
        }

        .dj-city-item-icon {
            width: 29px;
            height: 29px;
            flex-basis: 29px;
            font-size: 12px;
        }

        .dj-city-item-name {
            font-size: 0.78rem;
        }

        .dj-city-item-state {
            font-size: 0.62rem;
        }

        .dj-city-item > .fa-chevron-right,
        .dj-city-item > .fa-check {
            display: none;
        }
    }

    @media (max-width: 359.98px) {
        .dj-city-modal-body {
            padding-right: 10px;
            padding-left: 10px;
        }

        .dj-city-item {
            padding: 7px 6px;
        }

        .dj-city-item-icon {
            display: none;
        }

        .dj-city-item-name {
            font-size: 0.74rem;
        }
    }





/*----------------------------------------------------------------------------------------------------------------------------------------------*/


    .dj-footer {
        position: relative;
        overflow: hidden;
        color: #dce8e1;
        background:
            radial-gradient(
                circle at 85% 10%,
                rgba(255, 160, 0, 0.13),
                transparent 28%
            ),
            linear-gradient(
                145deg,
                #071c12 0%,
                #0b2b1c 48%,
                #0f4229 100%
            );
    }

    .dj-footer::before {
        content: "";
        position: absolute;
        top: -160px;
        left: -140px;
        width: 360px;
        height: 360px;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 50%;
        pointer-events: none;
    }

    .dj-footer::after {
        content: "";
        position: absolute;
        right: -110px;
        bottom: 80px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(255, 160, 0, 0.05);
        pointer-events: none;
    }

    .dj-footer a {
        color: inherit;
    }

    .dj-footer a:hover {
        color: #ffffff;
    }

    .dj-footer-cta-wrap {
        position: relative;
        z-index: 2;
        padding-top: 56px;
    }

    .dj-footer-cta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 28px;
        padding: 28px 30px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 22px;
        background:
            linear-gradient(
                120deg,
                rgba(255, 255, 255, 0.08),
                rgba(255, 255, 255, 0.03)
            );
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
        backdrop-filter: blur(8px);
    }

    .dj-footer-cta-copy {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .dj-footer-cta-icon {
        width: 58px;
        height: 58px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 58px;
        border-radius: 18px;
        color: #0f4229;
        background: #ffffff;
        font-size: 24px;
        box-shadow: 0 10px 26px rgba(255, 160, 0, 0.24);
    }

    .dj-footer-cta h3 {
        margin: 0;
        color: #fff;
        font-size: clamp(1.25rem, 2vw, 1.75rem);
        font-weight: 800;
    }

    .dj-footer-cta p {
        margin: 5px 0 0;
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.94rem;
    }

    .dj-footer-cta-actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 10px;
    }

    .dj-footer-btn {
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        padding: 11px 18px;
        border: 1px solid transparent;
        border-radius: 12px;
        font-size: 0.9rem;
        font-weight: 800;
        text-decoration: none;
        transition:
            transform 160ms ease,
            background-color 160ms ease,
            border-color 160ms ease;
    }

    .dj-footer-btn:hover {
        transform: translateY(-2px);
    }

    .dj-footer-btn-primary {
        color: #0f4229 !important;
        background: #ffffff;
    }

    .dj-footer-btn-primary:hover {
        color: #071c12 !important;
        background: #ffb329;
    }

    .dj-footer-btn-outline {
        color: #fff !important;
        border-color: rgba(255, 255, 255, 0.32);
        background: rgba(255, 255, 255, 0.04);
    }

    .dj-footer-btn-outline:hover {
        color: #fff !important;
        border-color: rgba(255, 255, 255, 0.58);
        background: rgba(255, 255, 255, 0.1);
    }

    .dj-footer-main {
        position: relative;
        z-index: 2;
        padding: 54px 0 36px;
    }

    .dj-footer-brand {
        max-width: 340px;
    }

    .dj-footer-logo {
        display: inline-flex;
        align-items: center;
        margin-bottom: 20px;
        padding: 10px 12px;
        border-radius: 12px;
        background: #fff;
    }

    .dj-footer-logo img {
        width: auto;
        max-width: 118px;
        height: 48px;
        object-fit: contain;
    }

    .dj-footer-description {
        margin-bottom: 20px;
        color: rgba(220, 232, 225, 0.76);
        font-size: 0.93rem;
        line-height: 1.8;
    }

    .dj-footer-location {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
        padding: 8px 12px;
        border: 1px solid rgba(255, 255, 255, 0.11);
        border-radius: 999px;
        color: #fff;
        background: rgba(255, 255, 255, 0.05);
        font-size: 0.8rem;
        font-weight: 700;
    }

    .dj-footer-location i {
        color: #ffffff;
    }

    .dj-footer-contact-card {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.04);
    }

    .dj-footer-contact-icon {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 40px;
        border-radius: 12px;
        color: #0f4229;
        background: #ffffff;
    }

    .dj-footer-contact-label {
        display: block;
        margin-bottom: 2px;
        color: rgba(255, 255, 255, 0.58);
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .dj-footer-contact-value {
        color: #fff !important;
        font-size: 0.91rem;
        font-weight: 700;
        word-break: break-word;
    }

    .dj-footer-heading {
        position: relative;
        margin: 4px 0 20px;
        padding-bottom: 12px;
        color: #fff;
        font-size: 0.98rem;
        font-weight: 800;
        letter-spacing: 0.01em;
    }

    .dj-footer-heading::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 34px;
        height: 3px;
        border-radius: 999px;
        background: #ffffff;
    }

    .dj-footer-menu {
        display: grid;
        gap: 10px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .dj-footer-menu a {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        color: rgba(220, 232, 225, 0.74);
        font-size: 0.88rem;
        text-decoration: none;
        transition:
            color 160ms ease,
            transform 160ms ease;
    }

    .dj-footer-menu a:hover {
        color: #fff;
        transform: translateX(3px);
    }

    .dj-footer-menu i {
        width: 14px;
        color: #ffffff;
        font-size: 0.72rem;
    }

    .dj-footer-partner-card {
        height: 100%;
        padding: 22px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 18px;
        background:
            radial-gradient(
                circle at 100% 0,
                rgba(255, 160, 0, 0.2),
                transparent 36%
            ),
            rgba(255, 255, 255, 0.045);
    }

    .dj-footer-partner-icon {
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
        border-radius: 15px;
        color: #0f4229;
        background: #ffffff;
        font-size: 21px;
    }

    .dj-footer-partner-card h4 {
        margin-bottom: 9px;
        color: #fff;
        font-size: 1.08rem;
        font-weight: 800;
    }

    .dj-footer-partner-card p {
        margin-bottom: 18px;
        color: rgba(220, 232, 225, 0.7);
        font-size: 0.86rem;
        line-height: 1.65;
    }

    .dj-footer-partner-benefits {
        display: grid;
        gap: 8px;
        margin: 0 0 20px;
        padding: 0;
        list-style: none;
    }

    .dj-footer-partner-benefits li {
        display: flex;
        align-items: center;
        gap: 8px;
        color: rgba(255, 255, 255, 0.82);
        font-size: 0.8rem;
    }

    .dj-footer-partner-benefits i {
        color: #ffffff;
    }

    .dj-footer-searches {
        position: relative;
        z-index: 2;
        padding: 0 0 34px;
    }

    .dj-footer-searches-inner {
        padding-top: 26px;
        border-top: 1px solid rgba(255, 255, 255, 0.09);
    }

    .dj-footer-searches-title {
        margin-bottom: 14px;
        color: rgba(255, 255, 255, 0.58);
        font-size: 0.76rem;
        font-weight: 800;
        letter-spacing: 0.09em;
        text-transform: uppercase;
    }

    .dj-footer-search-chips {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
    }

    .dj-footer-search-chip {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 8px 11px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 999px;
        color: rgba(255, 255, 255, 0.72) !important;
        background: rgba(255, 255, 255, 0.035);
        font-size: 0.76rem;
        text-decoration: none;
    }

    .dj-footer-search-chip:hover {
        color: #fff !important;
        border-color: rgba(255, 160, 0, 0.5);
        background: rgba(255, 160, 0, 0.08);
    }

    .dj-footer-search-chip i {
        color: #ffffff;
    }

    .dj-footer-bottom {
        position: relative;
        z-index: 2;
        border-top: 1px solid rgba(255, 255, 255, 0.09);
        background: rgba(0, 0, 0, 0.16);
    }

    .dj-footer-bottom-inner {
        min-height: 76px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 22px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .dj-footer-copyright {
        display: flex;
        align-items: center;
        gap: 12px;
        color: rgba(255, 255, 255, 0.58);
        font-size: 0.78rem;
    }

    .dj-footer-copyright img {
        width: 36px;
        height: 36px;
        object-fit: contain;
        opacity: 0.76;
    }

    .dj-footer-copyright p {
        margin: 0;
        line-height: 1.6;
    }

    .dj-footer-powered {
        color: rgba(255, 255, 255, 0.72) !important;
        font-weight: 700;
    }

    .dj-footer-legal {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 14px;
    }

    .dj-footer-legal a {
        color: rgba(255, 255, 255, 0.62);
        font-size: 0.76rem;
        text-decoration: none;
    }

    .dj-footer-legal a:hover {
        color: #ffffff;
    }

    @media (max-width: 991.98px) {
        .dj-footer-cta {
            align-items: flex-start;
            flex-direction: column;
        }

        .dj-footer-cta-actions {
            justify-content: flex-start;
        }

        .dj-footer-brand {
            max-width: none;
        }

        .dj-footer-bottom-inner {
            align-items: flex-start;
            flex-direction: column;
        }

        .dj-footer-legal {
            justify-content: flex-start;
        }
    }

    @media (max-width: 575.98px) {
        .dj-footer-cta-wrap {
            padding-top: 36px;
        }

        .dj-footer-cta {
            padding: 22px;
        }

        .dj-footer-cta-copy {
            align-items: flex-start;
        }

        .dj-footer-cta-icon {
            width: 48px;
            height: 48px;
            flex-basis: 48px;
            border-radius: 14px;
            font-size: 20px;
        }

        .dj-footer-cta-actions,
        .dj-footer-btn {
            width: 100%;
        }

        .dj-footer-main {
            padding-top: 40px;
        }

        .dj-footer-bottom-inner {
            min-height: 0;
        }
    }
