@import 'bootstrap/dist/css/bootstrap.min.css';
@import 'bootstrap-icons/font/bootstrap-icons.css';

:root {
  --background: #ffffff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  color: var(--foreground);
  background: var(--background);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

h2,
h2 p {
  font-size: 22px;
  line-height: 35px;
}

p {
  font-size: 16px;
}

.cursor-pointer{
  cursor: pointer;
}

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}


/* Start Style VC App */

.highlight {
  /* background-color: yellow; */
  /* transition: background-color 0.5s; */
  transform: translate3d(0px, -93%, 0px);
  transition: transform 0.5s;
}

.remove_highlight {
  /* background-color: yellow; */
  /* transition: background-color 0.5s; */
  transform: translate3d(0px, 0%, 0px);
  transition: transform 0.5s;
}

.search_across_heading {
  height: 30px;
  display: inline-flex;
  overflow: hidden;
}

.download_img {
  width: auto;
  height: 50px;
  position: relative;
  right: 7px;
  top: -1px;
}

/* Start work on 23-06-2025 */

/* Home Page */
.main_page_container {
  padding-top: 80px;
  min-height: 635px;
  padding-bottom: 80px;
}

/* header sticky */
nav {
  z-index: 99;
}


nav .header-search-col {
  position: absolute;
  top: 130px;
}

nav .header-search-col form {
  width: 26%;
  /* transition: all 0.5s ease; */
}

.header_sticky nav .header-search-col {
  position: static;
}

.header_sticky nav .header-search-col form {
  width: 100%;
}


/* Slider */
.carousel-item {}

.carousel-item img {
  object-fit: cover;
  height: 245px;
}

.quick-explore-card {
  height: 245px;
  overflow: hidden;

}

.quick-explore-card img {
  object-fit: cover;
  height: 245px;
}

.bg_tertiary {
  background: #6769d0;
  color: #ffffff;
}

.bg_tertiary:hover,
.bg_tertiary:focus,
.bg_tertiary:active {
  background: #6769d0;
  color: #ffffff;
}

.explore_btn_group {
  position: absolute;
  bottom: 25px;
  left: -60px;
}

.quick-explore-card:hover img {
  transform: scale(1.05);
}

.quick-explore-card:hover .explore_btn_group {
  left: 0px;
}

.z_index_9 {
  z-index: 9;
}

/* Categroy Card */
.categroy_card {
  width: 70px;
  height: 70px;

}

.categroy_card img {
  width: 30px;
  height: auto;
  object-fit: contain;
}

.categroy_card i {
  font-size: 31.5px;
}

.active_categroy_card img {
  transform: scale(1.07);
}

.active_categroy_card i {
  transform: scale(1.03);
}



.news_card img {
  width: 115px;
  height: 135px;

}

.active_news_card a {
  /* text-decoration: underline; */
  transform: scale(1.035);
}


/* Login Modal */
#login_modal img,
#forgot_password_modal img,
#sign_up_modal img,
#equiry_now_modal img {
  height: 30px;
}

.alert_close_btn {
  font-size: 12px;
  margin-top: 2px;
}

.photo-upload-file {
  width: 100px;
  height: 100px;
  z-index: 9;
  opacity: 0;
}

.photo-upload {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  background-image: url('./../../public/images/file_upload.png');
  background-repeat: no-repeat;
  background-size: contain;
  border: solid 1px;
  border-radius: 50px;
}

.photo-upload-preview {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.photo-upload-preview img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

/* Side Bar Image */
.side_bar_img {
  width: 50px;
  height: 50px;
}


/* emergency_numbers_img */
.emergency_card h2 {
  font-size: 18px;
}

.emergency_card img {
  width: auto;
  height: 40px;
}

/* political_card */
.political_card h2 {

  font-size: 18px;
}

.political_card img {
  width: auto;
  height: 100px;
}

/* business_member_card */
.business_member_card h2 {

  font-size: 18px;
}

.business_member_card img {
  width: auto;
  height: 150px;
  object-fit: contain;
}

/* dealer_details_container */
.dealer_details_container h2 {
  font-size: 22px;
}

.dealer_details_container .dealer_gallery img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.dealer_details_container iframe {
  transform: scale(1.05);
  transition: transform 0.3s ease;
  height: 350px;
}

/* Select Search Bar width app  */
.select-search-bar {
  width: 375px;
}
/* Sub Service Page List */
.service-carousel-item img{
  object-fit: contain;
}


/* Work on login page */
.login-page{
  /* height: 100vh; */
  margin-top:7.5%;
}
input.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:focus {
  box-shadow: none !important;
}

.btn-outline-primary:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.sign-up-page{
  /* height: 100vh; */
  /* margin-top:7.5%; */
}

.dealer-details-img{
  height: 350px;
}


/* Remove Dark mode */
input.form-control:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #ced4da !important;
  box-shadow: none !important;
}


@media screen and (max-width: 1400px) {

  h2,
  h2 p {
    font-size: 21px;
  line-height: 32.5px;
  }
}

@media screen and (max-width: 1200px) {

  h2,
  h2 p {
    font-size: 20px;
  }




  /* Search Bare */
  nav .header-search-col form {
    width: 35%;
  }

  /* Quick Explore Card */
  .quick-explore-card {
    align-items: flex-start;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
  }

  .quick-explore-card img {
    object-fit: contain;
    right: -33% !important;
  }



  .explore_btn_group {
    position: static;
  }

  .quick-explore-card:hover img {
    transform: scale(1.05);
  }

  .quick-explore-card:hover .explore_btn_group {
    left: 0px;
  }

  /* End Quick Explore Card */


  .categroy_card_col p {
    font-size: 15px;
  }

  /* Dealer Detail View */
  .dealer_details_container iframe {
    height: 290px;
  }
}


@media screen and (max-width: 991px) {
 h2,
  h2 p {
  line-height: 31px;
  }

  .navbar-toggler-mob {
    transform: rotate(270deg);
  }

  .navbar-toggler.navbar-toggler-mob:focus {
    box-shadow: 0px 0px 0px #fff;
  }


  /* Main Page */
  .main_page_container {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .search_across_heading {
    font-size: 18px;
    height: 21px;
  }

  /* Search Bare */
  .after-nav-section form {
    width: 70%;
  }



  /* Quick Explore Card */
  .quick-explore-card img {
    object-fit: contain;
    right: -26% !important;
  }

  /* Dealer Detail View */
  .dealer_details_container iframe {
    height: 205px;
  }


  /* Shaadi Rishtey */
  h2.shaadi-rishtey-heading{
    font-size:17px;
  }
  
}


@media screen and (max-width: 767px) {

  h2,
  h2 p {
    font-size: 19px;
  }

  p {
    font-size: 15px;
  }

  /* Search Bare */
  .after-nav-section form {
    width: 100%;
  }

  /* Main Page */
  .main_page_container {
    padding-top: 5px;
    padding-bottom: 20px;
  }

  /* Quick Explore Card */
  .quick-explore-card img {
    object-fit: contain;
    right: -35% !important;
  }

  /* Categroy Card */
  .categroy_card {
    width: 60px;
    height: 60px;
  }

  .categroy_card img {
    width: 25px;
  }

  /* Dealer Detail View */
  .btn_for_sm {
    padding: 5px 10px;
    font-size: 14px;
  }

  /* News List */

    /* Shaadi Rishtey */
  h2.shaadi-rishtey-heading{
    font-size:16px;
  }
  i.open_app_link_icon{
    font-size: 14px;
  }

}


@media screen and (max-width: 576px) {


  h2,
  h2 p {
    font-size: 18px;
  }

  /* Quick Explore Card */
  .quick-explore-card img {
    object-fit: contain;
    right: -36% !important;
  }


  /* Sub Service Page List */
.service-carousel-item img{
  /* object-fit: contain; */
  height: auto;
}
}




@media screen and (max-width: 501px) {

  /* Quick Explore Card */
  .quick-explore-card img {
    right: -33% !important;
  }

}


@media screen and (max-width: 461px) {

  /* Quick Explore Card */
  .quick-explore-card img {
    right: -32% !important;
  }

}


@media screen and (max-width: 442px) {

  /* Quick Explore Card */
  .quick-explore-card img {
    right: -31% !important;
  }

}




@media screen and (max-width: 401px) {

  /* Quick Explore Card */
  .quick-explore-card img {
    right: -29% !important;
  }

}


@media screen and (max-width: 371px) {

  /* Quick Explore Card */
  .quick-explore-card img {
    right: -27% !important;
  }

}

@media screen and (max-width: 361px) {

  /* Quick Explore Card */
  .quick-explore-card img {
    right: -26% !important;
  }

}