/* front css */

.form-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.form-container .form-group {
    margin-bottom: 20px;
}
.collections-carousel a {
    pointer-events: none;
}
.form-container label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.form-container input[type="text"],.form-container input[type="tel"],.form-container input[type="email"],
.form-container input[type="number"],.form-container textarea, select,
.form-container input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.form-container textarea {
    resize: vertical;
}

.form-container button {
    width: 100%;
    padding: 12px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.form-container button:hover {
    background-color: #45a049;
}

.response-message {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.response-message.success {
    color: green;
}

.response-message.error {
    color: red;
}
.wpHidden{display: none;}
.isDisable {
    cursor: not-allowed;
}

.quantity-container {
      display: inline-flex;
      align-items: center;
      background-color: white;
      border-radius: 999px;
      overflow: hidden;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    }

    .quantity-btn {
      background-color: #0066D9;
      color: white;
      border: none;
      padding: 5px 10px;
      font-size: 15px;
      font-weight: bold;
      cursor: pointer;
      transition: background 0.2s;
      border-radius: 0;
    }

    .quantity-btn:hover {
      background-color: #0053b3;
    }

    #quantity {
      width: 40px;
      text-align: center;
      border: none;
      font-size: 15px;
      font-weight: bold;
      color: #333;
      padding: 5px 10px;
      background-color: white;
    }
.wp_submitBtn {
    margin-top: 20px;
}
.actions .btn{padding: 5px 10px;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;    
}
table#example thead {
    background-color: #000;
    color: #fff;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}
div#example_filter {
    margin-bottom: 20px;
}   
.btn-view{background: #9c1a46;}
.actions .btn:hover{opacity: 0.8;}
table#example tr.odd {
    background: #f9f9f9;
}
table#example td {
    border: 1px solid #ddd;
}  
p.wp_skill span {
    font-weight: bold;
}
h4.text-primary {
    text-transform: capitalize;
}
footer .logo {
  margin-bottom: 20px;
}
footer ul{
    padding: 0px;
}
footer ul li {
  display: block;
  margin-bottom: 10px;
}
.first-item i {
     font-size: 16px;
   margin-right:10px;
} 
.about-content a{
    color: #9c1a46;
}
.about-content .fa-check {
    border: 1px solid;
    padding: 3px 3px 2px;
    font-size: 12px;
    border-radius: 2px;
    position: relative;
    top: -2px;
}
.first-item p {
    font-size: 14px;
}
.whatsapp img {
    max-width: 100%;
    margin-top: 20px;
}
footer ul li a {
  font-size: 14px;
  color: #fff;
  transition: all .3s;
}
.copyright {
    font-size: 14px;
}
footer ul li a:hover {
  color: #aaa;
}

footer h4 {
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  padding-top: 0;
}

.contact .info {
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.contact .info h3 {
  font-weight: 600;
  font-size: 24px;
}
.contact .infos h3 {
  font-weight: 600;
  font-size: 24px;
}

.contact .info p {
  margin-bottom: 30px;
  font-size: 15px;
}

.contact .info-item+.info-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
button.custom-btn.btn.btn-warning {
    background-color: #9c1a46;
    color: #fff;
    border-color: #9c1a46;
}
.info-item a {
    color: #4a1c18;
}
.contact .info-item i {
    font-size: 24px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
    width: 45px;
    height: 45px;
    background-color: #9c1a46;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: #BB0000;
}
.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  height: 48px;
  padding: 10px 15px;
}
section#contact {
    margin-bottom: -6px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
  margin-bottom: 10px;
  height: 138px;
}
.about .inner-title {
  font-size: 48px;
  font-weight: 700;
  margin: 30px 0;
}

@media (min-width: 991px) {
  .about .inner-title {
    max-width: 65%;
    margin: 0 0 50px 0;
  }
}

.about .our-story {
  padding: 40px;
background: linear-gradient(180deg, #F4F4F4 0%, #FCF5F5 100%);
}

@media (min-width: 991px) {
  .about .our-story {
    padding-right:18%;
  }
}

.about .our-story h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
}
.title-global h2 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}
.title-global p {
 padding-bottom: 30px;  
    text-align: center;
}
.about .our-story h3 {
  font-size: 36px;
  font-weight: 700;
}

.about .our-story p:last-child {
  margin-bottom: 0;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
  line-height: 1.2;
  color: #BB0000;
}   

.about .about-img {
  min-height: 400px;
  position: relative;
}
.light-background{
 background: linear-gradient(90deg, #F4F4F4 0%, #FCF5F5 100%);
}
@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 610px;
  }
}
a.fixed-icon {
    position: fixed;
    right: 100px;
    z-index: 9999;
    bottom: 30px;
    width: 56px;
}
.about .about-img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: 1;
}
.testimonials .testimonial-item {
  background-color:#fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  height: 100%;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #FFCD1E;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  color: #BB0000;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
    color: #BB0000;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}
.main-company {
    border: 2px dashed var(--bs-primary);
    margin: 40px 0 60PX;
}

.main-company h2 {
    padding-top: 12px;
    padding-bottom: 10px;
}
.get-section {
    background-image: url(../img/21.jpg);
    background-size: cover;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 0 20px 4px rgb(156 26 70 / 23%);
    margin: 50px 0 70px;
}
.get-section p {
    max-width: 530px;
    margin: auto;
}
.selling-product .container{
    margin-right: 0;
    max-width: 1500px;
}
.collections-design img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    border: 2px solid #000;
    border-radius: 20px;
    box-shadow: 0 0 10px #ddd;
}

.collections-design h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    color: #9c1a46;
}
.collections-design p {
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    padding: 6px 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    transition: .3s all;
}

.collections-design {
    text-align: center;
}
.collections-design {
    padding-bottom: 100px;
}
.collections-design .header-carousel-item {
    padding: 0 10px;
}
.collections-design p:hover {
    background-color: #000;
    color: #fff;
}
@media only screen and (min-width:1025px) and (max-width:1400px) {
    .selling-product .container{
    padding-left: 115px;
}
}
@media only screen and (min-width:768px) {
.mobile-btnss{
    display: none;
}
}
/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
    height: 100%;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(0, 209, 249, 0.2);
}

.blog .blog-item .blog-date {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    background: var(--bs-primary);
    color: var(--bs-white);
    z-index: 2;
}

.blog .blog-item .blog-content a {
    transition: 0.5s;
}
.type-post.container {
    max-width: 900px;
}
.blog .blog-item:hover .blog-content a:hover {
    color: var(--bs-primary) !important;
}
.type-post p a {
    color: #9c1a46;
}
.wpProductRow.wpCollHidden {
    display: none;
}
/*** Blog End ***/
@media only screen and (max-width:767px) {
.collections-design img {
    height: 150px;
}
div#navbarCollapse .nav-btn{
    display: none;
}
.isEmpty .mb-5{
    text-align: center;
            margin-top: 30px;
    margin-bottom: 0px !important;
}
.container-fluid.faq-section.bg-light.py-5.isEmpty {
    padding: 0px !important;
}
.collections-design h3 {
    font-size: 14px;
}
.collections-design p {
    padding: 6px 12px;
    font-size: 12px;
}
.collections-design .header-carousel-item {
    padding: 0 5px;
}
.collections-design {
    padding-bottom: 20px;
}
.nav-bar .navbar-light .navbar-brand img {
    max-height: 60px;
}
}