/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty-One WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*.site-main > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}*/

body{
	background: white;
}

.writereview a{
  color: white !important;
}

.btn-check:focus + .btn-primary, .btn-primary:focus{
    color: black !important;
}

.home .navbar.navbar-expand-lg.navbar-light{
	margin: 0;
	    position: fixed;
    width: 100%;
    z-index: 9;
} 

ul.page-numbers{
    border: none;
  background: no-repeat;
}

.card a{
		width: 100%;
	}

	input.form-control{
		border: none !important;
	}

	.hero-banner{
	    padding-top: 70px;
        position: relative;
	}

	.hero-banner img{
		height: 400px;
    	width: 100%;
    	object-fit: cover;    	
    transform: scaleX(-1);
        object-position: 50% 15%;

	}

	.navbar-brand {
		padding: 0;
    	margin: 0;
	}

	 a.navbar-brand img{
	    width: 220px;
    border: solid 2px #6a6a6a;
    padding: 7px 10px;
    border-radius: 5px;
}

	.card-body h5{
		text-align: center;
    	border-bottom: solid 1px #ccc;
    	padding-bottom: 20px;
    	margin-bottom: 30px;
	}

	.navbar-brand img.star{
		height: 20px;    
    	width: 100%;
    	object-fit: contain;  
	}

	.navbar-brand img.moviebrand{
		height: 100px;
    	margin: 0 auto;
    	width: 100%;
    	object-fit: contain;
    	display: block;
	}

	#navbarSupportedContent{
		flex-grow: inherit;
	}

	.mvcomplist{
		margin-top: 30px;
	}

	.bg-light{
		    box-shadow: 0 0 5px #bababa;
	}

	.srchfrm{
		color: #0d6efd !important;
    	background: white !important;
    	border: white !important;
	}

	.form-control{
		border-color: white;
	}

	.bg-Secondary{
		background: #666;
	}

	.maintitle{
	    position: absolute;
    top: 0;
    left: 10%;
    width: 400px;
    font-size: 40px;
    bottom: 0;
    display: flex
;
    align-items: center;
	}

  img.moviebrand {
    height: 93px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}


button.navbar-toggler {
    background: none !important;    
    border: none;
}

ul.navbar-nav{
  gap: 15px;
}


  footer{
  	margin: 0 !important;
  }

  main{
  	padding: 0 !important;
  }

  .home .hero-banner {
  	margin: 0 !important;
  }

  .writereview{
    background: #0d6efd !important;
    color: white !important;
    border-radius: 5px !important;
  }

  .boxshadow{
  	box-shadow:0 2.5rem 4rem rgba(0,0,0,.15)!important
  }

  #page{
  	    background: #f5f6f9;
  }

  /* paginatio css */

.page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    color: #007bff;
    text-decoration: none;
}

.page-numbers.current {
    background-color: #007bff;
    color: #fff;
}

.page-numbers:hover {
    background-color: #0056b3;
    color: #fff;
}

  /* paginatio css */
h1.page-title,
  .page-description.search-term{
        font-size: 30px;
    font-weight: 500;
  }

form.d-flex.bg-primary.p-4{
    box-shadow: 0 2.5rem 4rem rgba(0,0,0,.15)!important;
    border-radius: 10px;
}
  /* Login Page */

  input.form-control,
  textarea.form-control,
  .input-text.input-text.ur-frontend-field  {
  	border: solid 1px #ccc !important;
  }

  .input-text.input-text.ur-frontend-field{
  	    padding: 8px 8px !important;
  	    border-radius: 3px !important;
  }

  .loginbtn, .signupbtn, .profilebtn{
  	    background: #0d6efd !important;
    font-size: 20px !important;
    padding: 10px !important;
  	
  }

  img.reviewbg{
  	    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 75%;
    padding: 0;
  }

  .singular .entry-header{
    text-align: center;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .singular .entry-title{
    font-size: 40px !important;
  }

    #user-registration.user-registration {
      max-width: 400px;
      margin: 50px auto;
      padding: 20px;
      background: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .page-id-58 .entry-header {
    	display: none;
    }

    .ur-frontend-form.login {
    	border: none !important;
    }

    .user-registration-Button.button {
    	    width: 100% !important;
    border: none !important;
    border-radius: 5px !important;
    background: #0d6efd !important;
    color: white !important;
    margin-bottom: 20px !important;
    }

    .user-registration-form .user-registration-Input{
	    border: solid 1px #ccc;
	    padding: 10px !important;
	    border-radius: 5px !important;
    }

    .user-registration-login-title{
	    font-size: 30px;
	    text-align: center;
	    margin: 0 auto;
	    display: block;
	    margin-bottom: 30px;
	    font-weight: 600;
    }

    .user-registration-form__input.user-registration-form__input-checkbox{
    	    border: solid 2px #ccc;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    }

    #um-submit-btn{
        background: #0d6efd !important;
        color: white;
    }

    .um.um-register.um-205 {
        max-width: 450px;
    }

    .um-194.um,
    .um.um-205,
    .um.um-195 {
        max-width: 500px !important;
        margin: 50px auto;
        padding: 30px;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }


/* Login Page */

.page-id-52 input[type="email"],
.page-id-52 input#contact_person{  
  color: #9c9c9c !important;
}

/* Register Page */

.user-registration.ur-frontend-form {
      max-width: 500px !important;  
      margin: 50px auto;    
      padding: 30px;
      background: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

.ur-frontend-form .ur-form-row {    
    flex-direction: column;
}
.btn.button.ur-submit-button {
	background: #0d6efd !important;
  font-size: 20px !important;
  padding: 10px !important;
      width: 100%;
    margin: 0;
    border-radius: 5px;
    color: white;
}

/* Register Page */

.reviewsec{
  position: relative;
}

.reviewsec h1{
    position: absolute;
    margin: 0 auto;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.navbar-light .navbar-nav .nav-link{
	color: black;
}

/* company profile */ 

.bg-lightshade.card-header{
	background: #e3e7ed;
}

.bg-lightshade.card-header h3{
	color: black;
}


.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 5px;
}

.pagination ul li {
    display: inline;
}

.pagination ul li a,
.pagination ul li span {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #0073aa;
}

.pagination ul li a:hover {
    background: #0073aa;
    color: #fff;
}

.pagination ul li .current {
    background: #0073aa;
    color: #fff;
    font-weight: bold;
    border-color: #0073aa;
}

/*.reviews-list .review-item{
  padding: 20px;
}*/

.star-rating {
    display: inline-flex;
    align-items: center;
    font-size: 1.5rem; /* Adjust star size */
    color: #FFD700; /* Gold color for stars */
}

.star-rating .star {
    margin-right: 5px;
}

.star-rating .star.empty {
    color: #ccc; /* Light gray for empty stars */
}

.review-date {
    font-size: 0.9rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.review-image-item {
    position: relative;
    border: solid 1px #ccc;
    padding: 5px;
    display: flex;
}

.deletimg{
    background: #ccc !important;
    border: solid 1px #ccc !important;
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 29px !important;
    color: black !important;    
    line-height: normal !important;
    font-weight: normal !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
}

form.uploadimg{
    border: solid 1px #ccc;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

input.tpfile{
    padding: 18px;
}

 

 @media only screen and (max-width: 600px) {

 	.hero-banner img{
 		display: none;
 	}

  .maintitle{ 
           width: 100%;
        background: #894ab3;
        position: relative;
        left: 0;
        padding: 40px 0;
        text-align: center;
        font-size: 36px;
        color: #fff;
  }

  .hero-banner img {
    height: auto;
    width: 100%; 
  }

}